forum.coppermine-gallery.net

Support => Older/other versions => cpg1.2 PHPnuke/Postnuke Support => Topic started by: ismailonur on October 18, 2005, 02:44:34 pm

Title: Blank Page after upload
Post by: ismailonur on October 18, 2005, 02:44:34 pm
Hello,
I am using coppermine 1.3.1a with PHP-Nuke.
When I want to upload a picture from my pc,there is a blank page.The script uploads the picture to :"modules/coppermine/albums/userpics/"
and I can't see the picture in my album where I want to upload.But I see the picture in "modules/coppermine/albums/userpics/" on FTP.

Can anyone help me?
Thanks
Title: Re: Blank Page after upload
Post by: Sahasrahla on October 18, 2005, 03:16:09 pm
If I were going to venture a guess, I'd say it is taking too long to upload the image and the PHP script is timing out... the HTTP POST is still working and uploading the image, but PHP has long since given up.

You can check this by uploading a very small picture and see if the upload process works properly. If it works fine with a small picture then the only solution that I know of is to change the max timeout in the server's PHP config, or upload the large picture(s) from a faster connection so it takes less time to upload...