PhotoPost Community

PhotoPost Community (http://www.photopost.com/forum/)
-   Photopost Pro Installation & Upgrades (http://www.photopost.com/forum/photopost-pro-installation-upgrades/)
-   -   Upload photos to my Gallery, then it goes to a blank screen? (http://www.photopost.com/forum/photopost-pro-installation-upgrades/112280-upload-photos-my-gallery-then-goes-blank-screen.html)

Scream And Fly February 19th, 2005 05:09 PM

Upload photos to my Gallery, then it goes to a blank screen?
 
I started uploading photos to a gallery on my Photopost, then after 20 photos it would not accept anymore. I browse to the photos, go to Upload, then it eventually just goes to a blank screen. No errors, just a blank screen.

My gallery is located at:

http://forums.screamandfly.com/Gallery/index.php

Any suggestions?

Greg

Chuck S February 19th, 2005 05:40 PM

PHP timeout memory error

In bulkupload.php try this

Find this

ini_set("max_execution_time", 0);

below it add this

ini_set("memory_limit", "20M";

tinyrc March 15th, 2005 09:09 AM

I'm having the same problem. Uploads were going fine, then I tried to upload some desktops (larger than the rest of the images uploaded) and I got the blank screen - after "Preparing to process image list!", the redirected page contained only <html><body></body></html>. I manually FTP'd the images to the upload/1 directory, and used the "Click here to bypass approval process and upload all files in directory" admin feature, and it processed these images just fine. However, since then I can't seem to upload anything, and I've tried adding the
Code:

Content visible to verified customers only.
to bulkupload.php as suggested. Help!

http://halfeight.com/gallery/

Chuck S March 15th, 2005 09:53 AM

Try clearing your uploads directory of all files. This is totally a PHP error as our script can not complete its task and PHP is shutting it down.

tinyrc March 15th, 2005 10:10 AM

Deleted everything in uploads; tried uploading a 4K file, and got the same blank page. The file did make it into /uploads/1 before the blank screen. Also increased upload_max_filesize, max_execution_time, and memory_limit in case those were causing it.

tinyrc March 15th, 2005 02:42 PM

Quote:

Originally Posted by tinyrc
I'm having the same problem. Uploads were going fine, then I tried to upload some desktops (larger than the rest of the images uploaded) and I got the blank screen - after "Preparing to process image list!", the redirected page contained only <html><body></body></html>. I manually FTP'd the images to the upload/1 directory, and used the "Click here to bypass approval process and upload all files in directory" admin feature, and it processed these images just fine. However, since then I can't seem to upload anything, and I've tried adding the
Code:

Content visible to verified customers only.
to bulkupload.php as suggested. Help!

http://halfeight.com/gallery/

Found the problem - I did exactly as you said and added:

Code:

Content visible to verified customers only.
changed it to:

Code:

Content visible to verified customers only.
and it works now! :D

Chuck S March 15th, 2005 02:45 PM

LOL yeah my bad missing the end bracket

thats what I get for typing too fast


All times are GMT -5. The time now is 07:42 AM.

Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97