forum.coppermine-gallery.net

Support => cpg1.5.x Support => cpg1.5 miscellaneous => Topic started by: dagos on July 21, 2012, 01:54:49 pm

Title: I need help with photo display
Post by: dagos on July 21, 2012, 01:54:49 pm
Hello
Coppermine use for several years and is a great application.
About five days ago, I uploaded the plugin FileMove 1.3, but I have not tried it.

Since then, however, I do not see thumbnail photo gallery. Here is my web http://ujezdec.cz/fotogalerie/thumbnails-79.html

When I tried to update the photos -
In the Administrative tools tab - Update thumbs and / or resized photos - Only thumbnails (or other option I'm always writing foto.jpg has been skipped Because it is not an image

What can I do to make everything OK.

Thank you for the answer.
Title: Re: I need help with photo display
Post by: Αndré on July 23, 2012, 12:49:50 pm
Everything seems to work as expected for me.
Title: Re: Re: I need help with photo display
Post by: dagos on July 23, 2012, 09:48:30 pm
Everything seems to work as expected for me.

Previews OK, but the photo itself, there must be Previews OK, but the photo itself, there must be http://ujezdec.cz/fotogalerie/displayimage-79-5034.html top_display_media
Title: Re: I need help with photo display
Post by: phill104 on July 23, 2012, 09:55:46 pm
Please start by disabling all your plugins.
Title: Re: Re: I need help with photo display
Post by: dagos on July 23, 2012, 10:10:58 pm
Please start by disabling all your plugins.

API add-ons and plugins I disabled, but they still photo does not show  :-[
Title: Re: Re: I need help with photo display
Post by: Joe Carver on July 24, 2012, 12:19:58 am
Everything seems to work as expected for me.

It looks the same for me. CPG is working fine.

Clear your cache and cookies.
Use a better browser.

Check to see if you are being blocked by your AV software.


Title: Re: I need help with photo display
Post by: Jeff Bailey on July 24, 2012, 01:20:26 am
Something is wrapping the image as an object.
Code: [Select]
<object id="U" uuuu="">
<param name="autostart" value="true">
<param name="src" value="albums/hasici_okrsek_osvetimany_2012/okrskove_zavody_osvetimany_2012_02.JPG">
</object>
I imagine it is a plugin although I couldn't tell you which.

Also this is invalid. It was probably set in the settings of the plugin or customization.
Code: [Select]
<object id="U" uuuu="">

If you edit the html to use just the img tag like Coppermine does out of the box it works.
Title: Re: I need help with photo display
Post by: Αndré on July 24, 2012, 08:58:07 am
See http://forum.coppermine-gallery.net/index.php/topic,71336.msg347528.html#msg347528
Title: Re: Re: Re: I need help with photo display
Post by: dagos on July 24, 2012, 09:43:39 pm
It looks the same for me. CPG is working fine.

Clear your cache and cookies.
Use a better browser.

Check to see if you are being blocked by your AV software.

Cache and cookies, I deleted the FF14. On the PC I have the latest browser.

AV software is OK.

Thanks for the effort.
Title: Re: Re: I need help with photo display
Post by: dagos on July 24, 2012, 09:50:34 pm
Something is wrapping the image as an object.
Code: [Select]
<object id="U" uuuu="">
<param name="autostart" value="true">
<param name="src" value="albums/hasici_okrsek_osvetimany_2012/okrskove_zavody_osvetimany_2012_02.JPG">
</object>
I imagine it is a plugin although I couldn't tell you which.

Also this is invalid. It was probably set in the settings of the plugin or customization.
Code: [Select]
<object id="U" uuuu="">

If you edit the html to use just the img tag like Coppermine does out of the box it works.

How should I continue, please do?

Thank you very for your progress and answer.
Title: Re: Re: I need help with photo display
Post by: dagos on July 24, 2012, 09:58:09 pm
See http://forum.coppermine-gallery.net/index.php/topic,71336.msg347528.html#msg347528

Andre, could you please write procedure where exactly to add NULLS?

Now I believe that it will work properly Coppermine  ;)

Thank you very much.
Title: Re: I need help with photo display
Post by: Jeff Bailey on July 25, 2012, 04:26:12 am
Use phpmyadmin or another database tool to edit your cpg15x_filetypes table and delete the bad rows, of course you should backup your database first.
Title: Re: I need help with photo display
Post by: Αndré on July 25, 2012, 09:19:27 am
You don't have to add NULL values, but either replace them with valid data (recommended) or delete the affected rows (not recommended, as you maybe delete important rows which contains file types you want to upload).
Title: Re: Re: I need help with photo display
Post by: dagos on July 25, 2012, 10:36:13 am
You don't have to add NULL values, but either replace them with valid data (recommended) or delete the affected rows (not recommended, as you maybe delete important rows which contains file types you want to upload).

For Andre, Jeff Bailey and all who tried to help me.

From Table I removed the filetype is NULL and you turn me everything works.

I'm so glad you helped me, thanks again!
Title: Re: I need help with photo display
Post by: Jeff Bailey on July 25, 2012, 10:21:42 pm
Please
http://forum.coppermine-gallery.net/index.php/topic,55415.msg270631.html#msg270631
Title: Re: Re: I need help with photo display
Post by: dagos on July 26, 2012, 01:50:41 pm
Please
http://forum.coppermine-gallery.net/index.php/topic,55415.msg270631.html#msg270631

I solved the problem by removing the NULLS in a database table filetypes.

Thanks again