I need help with photo display I need help with photo display
 

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

Main Menu

I need help with photo display

Started by dagos, July 21, 2012, 01:54:49 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

dagos

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.

Αndré

Everything seems to work as expected for me.

dagos

Quote from: Αndré on July 23, 2012, 12:49:50 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

phill104

Please start by disabling all your plugins.
It is a mistake to think you can solve any major problems just with potatoes.

dagos

Quote from: Phill Luckhurst on July 23, 2012, 09:55:46 PM
Please start by disabling all your plugins.

API add-ons and plugins I disabled, but they still photo does not show  :-[

Joe Carver

Quote from: Αndré on July 23, 2012, 12:49:50 PM
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.



Jeff Bailey

#6
Something is wrapping the image as an object.

<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.

<object id="U" uuuu="">


If you edit the html to use just the img tag like Coppermine does out of the box it works.
Thinking is the hardest work there is, which is probably the reason why so few engage in it. - Henry Ford


dagos

Quote from: Joe Carver on July 24, 2012, 12:19:58 AM
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.

dagos

Quote from: Jeff Bailey on July 24, 2012, 01:20:26 AM
Something is wrapping the image as an object.

<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.

<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.

dagos

Quote from: Αndré on July 24, 2012, 08:58:07 AM
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.

Jeff Bailey

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.
Thinking is the hardest work there is, which is probably the reason why so few engage in it. - Henry Ford

Αndré

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).

dagos

Quote from: Α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).

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!

Jeff Bailey

Thinking is the hardest work there is, which is probably the reason why so few engage in it. - Henry Ford