phpThumb displayed correctly the first time...
Posted: Tue Sep 06, 2005 9:23 am
im trying to use a script called phpThumb to generate thumbnails of pictures for an online photo album...
and if i can get it working ima use it for a lot of other things
so i finally got phpThumb to find the proper files and generate a thumbnail... the first time i loaded the page up all the thumbnails generated perfectly. but now the damn webserver thinks it has a cached copy of the thumbnail when the page is loaded... for some reason the cached copy doesnt exist, and the server cant serve it, nor does it serve the newly generated one from phpThumb. all i get is a page full of red x's
so i put in a meta tag for no-cache and the damn thing still does the same thing.
i have the first thumbnail set so that when i click it it tries to open the thumbnail in its own page. and it even shows the error page where the webserver is trying to send the cached copy... here it is:
Not Found
The requested URL /cache/phpThumb_cache_..%2FTabard2.jpg_w100_1109861667_q75.jpeg was not found on this server.
--------------------------------------------------------------------------------
Apache Server at http://www.cs.mun.ca Port 80
EVEN THOUGH i have all these in my header
<META HTTP-EQUIV='CACHE-CONTROL' CONTENT='NO-CACHE'>
<META HTTP-EQUIV='Pragma' CONTENT='no-cache'>
<META HTTP-EQUIV='Expires' CONTENT='-1'>
i use IE, got a friend to test it in firefox... its broken in both
can anyone help me please
i have sent an email to the author of phpThumb but i have little hope that he'll reply.
and if i can get it working ima use it for a lot of other things
so i finally got phpThumb to find the proper files and generate a thumbnail... the first time i loaded the page up all the thumbnails generated perfectly. but now the damn webserver thinks it has a cached copy of the thumbnail when the page is loaded... for some reason the cached copy doesnt exist, and the server cant serve it, nor does it serve the newly generated one from phpThumb. all i get is a page full of red x's
so i put in a meta tag for no-cache and the damn thing still does the same thing.
i have the first thumbnail set so that when i click it it tries to open the thumbnail in its own page. and it even shows the error page where the webserver is trying to send the cached copy... here it is:
Not Found
The requested URL /cache/phpThumb_cache_..%2FTabard2.jpg_w100_1109861667_q75.jpeg was not found on this server.
--------------------------------------------------------------------------------
Apache Server at http://www.cs.mun.ca Port 80
EVEN THOUGH i have all these in my header
<META HTTP-EQUIV='CACHE-CONTROL' CONTENT='NO-CACHE'>
<META HTTP-EQUIV='Pragma' CONTENT='no-cache'>
<META HTTP-EQUIV='Expires' CONTENT='-1'>
i use IE, got a friend to test it in firefox... its broken in both
can anyone help me please
i have sent an email to the author of phpThumb but i have little hope that he'll reply.