Member
Member
op351com   2009-04-12, 15:20
#1

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

Member
Member
Member
op351com   2009-04-13, 12:16
#3

Thanks! It works fine now.

Junior Member
Junior Member
donjoaoresort   2009-04-15, 10:06
#4

Thank you for the link

John

Member
Member
Oakey22   2009-04-15, 10:46
#5

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.

Member
Member
sbillard   2009-04-15, 20:14
#6

Check your setting of the full image quality option.

Member
Member
Oakey22   2009-04-15, 22:37
#7

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

Member
Member
Oakey22   2009-04-15, 22:40
#8

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

Member
Member
dguell   2009-05-11, 13:24
#9

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

Member
Member
sbillard   2009-05-11, 16:04
#10

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.

Member
Member
dguell   2009-05-12, 12:58
#11

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

Member
Member
sbillard   2009-05-12, 15:48
#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.

Member
Member
dguell   2009-05-13, 07:29
#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

Administrator
Administrator
acrylian   2009-05-13, 08:20
#14

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.

Member
Member
sbillard   2009-05-13, 23:14
#15

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.

  
Powered By MyBB, © 2002-2026 MyBB Group.
Made with by Curves UI.