Hello. First of all, excellent job. This is mod looks very good.
However, I seem to be having a trouble with it on a site I am working on. I have created an album and I have successfully uploaded images to it. But the images are not showing up in thumnails. They are however there, because if you click the image placeholder, it does load the image. Then if you go "back" with the browser, sometimes it shows all the thumbails. Its hard to explain. But take a look for yourself.
This is probably a GD issue right? Any adivice? Your help is appreciated.
Mike
[Edited on 17/6/2003 by brainslushy]
Posted: 18.06.2003, 07:43
rank:
12
registered:
March 2009
Status:
offline
last visit:
Posts:
0
Tried your site with both IE 6.0 and Netscape 7.0 - no problems at all. Which browser are you using?
Posted: 18.06.2003, 07:47
rank:
12
registered:
March 2009
Status:
offline
last visit:
Posts:
0
Tried your site again (IE 6.0). This time the thumbnails failed consistently. Some research shows that the server returns "HTTP 500 - internal server error". This could mean anything ... but I suppose PHP breaks somehow.
Which PHP version are you running?
Posted: 18.06.2003, 20:27
rank:
12
registered:
March 2009
Status:
offline
last visit:
Posts:
0
My PHP version is 4.3.1
My GD Version says "bundled (2.0 Compatible)"
Any ideas?
Posted: 18.06.2003, 21:59
rank:
12
registered:
March 2009
Status:
offline
last visit:
Posts:
0
Okay, apparently Photoshare delivers some incorrect HTTP headers when telling the browser that it's cahced image version is correct. This may be because it crashed or because the headers actually where wrong.
The webserver says there should be some log info. Could you please check .../apache/logs/errors.log to see if there's anything interesting there?
Posted: 18.06.2003, 22:03
rank:
12
registered:
March 2009
Status:
offline
last visit:
Posts:
0
Are images stored in database or files? What was the original image type?
Posted: 18.06.2003, 22:25
rank:
12
registered:
March 2009
Status:
offline
last visit:
Posts:
0
There's nothing that stands out in the log files.....I see the HTTP 500 errors...that's about it.
I tried storing images as files first. Had the same problem I am having now. My original images types were all JPG's and I tried 1 PNG
I'm gonna try doing a clean install of photoshare again. See if it helps anything.