ZenphotoCMS Forum
No Full Size view on 1.2.4 - Printable Version

+- ZenphotoCMS Forum (https://forum.zenphoto.org)
+-- Forum: Support (https://forum.zenphoto.org/forum-1.html)
+--- Forum: General support (https://forum.zenphoto.org/forum-4.html)
+--- Thread: No Full Size view on 1.2.4 (/thread-5020.html)



No Full Size view on 1.2.4 - op351com - 2009-04-12

After installation of 1.2.4 I can't have a look at photos at their original size. When I click the link "Full Size" I get a white screen with the text

http://photo.op351.net/filipeferreira/naturalmente/Canoeing-01.jpg.php?p=*full-image

instead the image!! Need some help, please...




No Full Size view on 1.2.4 - sbillard - 2009-04-12

http://www.zenphoto.org/trac/ticket/1088




No Full Size view on 1.2.4 - op351com - 2009-04-13

Thanks! It works fine now.




No Full Size view on 1.2.4 - donjoaoresort - 2009-04-15

Thank you for the link

John




No Full Size view on 1.2.4 - Oakey22 - 2009-04-15

i have problems when i use the updated file, it comes out like this

http://www.2photo.co.uk/zenphoto/index.php?album=Gallery%2FMotorsport%2FBTCC%2FBrands+Hatch+-+Round+1+-+05.04.2009&image=IKOL1225.jpg&p=*full-image

its like its the thumbnail blown up.




No Full Size view on 1.2.4 - sbillard - 2009-04-15

Check your setting of the full image quality option.




No Full Size view on 1.2.4 - Oakey22 - 2009-04-15

$quality = getOption('full_image_quality');
if ($suffix == 'png') {
if ($quality = 100) {
$quality = 0;
} else {
$quality = round((99 - $quality)/10);
}
}




No Full Size view on 1.2.4 - Oakey22 - 2009-04-15

oh in the admin bit, it was on 0, now on 100 and is fine Thanks




No Full Size view on 1.2.4 - dguell - 2009-05-11

Hi

I have the same problem. Full size doesn't work. Have I to change the full-image.php ? But it seems different. The once you say is 43 Kb size and the old only 4.
How can I resolve the problem ??

thanks a lot




No Full Size view on 1.2.4 - sbillard - 2009-05-11

dguell: If you have the same problem, then the same correction will apply. But maybe you do not have the same problem. I do not really understand what you are describing.




No Full Size view on 1.2.4 - dguell - 2009-05-12

Now I have changed the full-image.php in my host by the http://www.zenphoto.org/trac/ticket/1088

But when I click in the full size option in the menu, the result is:

http://www.dguell.comyr.com/zenphoto/farres-day/tn__ICT5757.JPG.php?p=*full-image

My page is : http://www.dguell.comyr.com/zenphoto/farres-day/

any help ?

thanks a lot




No Full Size view on 1.2.4 - sbillard - 2009-05-12

I note that there is some kind of "analytics" html being inserted into your pages (www.000webhost.com Analytics Code) I have no idea what that is, but perhaps it is interfearing with the full-image script. At least the headers are missing that should be output so that the browser treats the source as an image.




No Full Size view on 1.2.4 - dguell - 2009-05-13

Hello

Webhost can't help me. What does Analytics Code means ? If I have to change I'll do it. Would you mind to propose a solution ??

thank you very much




No Full Size view on 1.2.4 - acrylian - 2009-05-13

Your site contains this code at the bottom if you look at the source code:
`

[Image: http://analytics.hosting24.com/count.php]
`
This might interfer with the full image script since we don't know that. You might want to disable to try that since that will not appear from nowhere.




No Full Size view on 1.2.4 - sbillard - 2009-05-13

More to the point, this is not something that is normally part of Zenphoto. You will have to discover what it is and where it came from. Then make it go away.