Blank Page after upload Blank Page after upload
 

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Main Menu

Blank Page after upload

Started by ismailonur, October 18, 2005, 02:44:34 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

ismailonur

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

Sahasrahla

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