 | |  | | | Photopost Pro How Do I...? Wondering how to do things in PhotoPost? |
June 6th, 2006, 06:08 AM
|
#1 (permalink)
| | Member
Join Date: Mar 2006
Posts: 81
| Blank page after upload
When uploading pics I get a blank page, while this is in the address bar: Quote: |
http://www.mysite.com/photopost/bulkupload.php?ppaction=addphotos&do=preview&photopath=1&upuser=Alfa1¬ify=no&defcat=512&deftitle=testtitle%3F&defdesc=&defdesc=&keywords=testkeyword&numprocess=10&processall=no&dthumbs=yes
| Does anyone have a clue what's wrong?
|
| |
June 6th, 2006, 07:04 AM
|
#2 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 52,658
|
More than likely a PHP memory issue related to trying to process a large file or multiples of files. This should help by editing your uploadphoto.php file and place the same in bulkupload.php or if you want the memory raised for all things you can place the bold line in pp-inc.php instead. http://www.photopost.com/forum/showp...39&postcount=2 |
| |
June 6th, 2006, 07:42 AM
|
#3 (permalink)
| | Member
Join Date: Mar 2006
Posts: 81
|
This happens with uploading one small file (22kb)
|
| |
June 6th, 2006, 11:03 AM
|
#4 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 52,658
|
Are you sure the uploads folders are not clogged with other files?
If your going to bulkupload then there is most likely multiple files to process.
|
| |
June 6th, 2006, 05:12 PM
|
#5 (permalink)
| | Member
Join Date: Mar 2006
Posts: 81
|
This is not related to bulk upload. I'm only trying to upload 1 small file. What do you mean, with: 'Are you sure the uploads folders are not clogged with other files?'
I have checked the PP uploads folder and there are 23 files in folder 1. Including files I have unsuccessfully tried to upload into the gallery. In fact some of them are there several times. There are various empty folders in the upload folder.
|
| |
June 6th, 2006, 05:44 PM
|
#6 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 52,658
|
exactly your going to bulkupload cause there are 23 files to process.
You can try the post I noted adding the ini_set line I would suggest pp-inc.php near the top near the error_reporting line so it will increase PHP memory for all scripts that way you do not need to edit both uploadphoto and bulkupload.
|
| |
June 6th, 2006, 07:09 PM
|
#7 (permalink)
| | Member
Join Date: Mar 2006
Posts: 81
|
Where exactly would you suggest I paste the code? I am a beginner in PHP, so if you let me i'd just drop it anywhere.
|
| |
June 6th, 2006, 07:27 PM
|
#8 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 52,658
| |
| |
June 6th, 2006, 08:20 PM
|
#9 (permalink)
| | Member
Join Date: Mar 2006
Posts: 81
|
Thanks.
|
| |
August 8th, 2006, 02:39 AM
|
#10 (permalink)
| | Junior Member Verified Customer
Join Date: Jun 2004
Posts: 24
|
I am having a similar issue and I have quite a few folders in the uploads directory and I have sound several with quite a few files in them. Can I delete all the folders in the uploads directory or do I have to go through them one by one & delete any remaining images?
Thanks,
D
|
| |
August 8th, 2006, 07:39 AM
|
#11 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 52,658
|
yes you can delete anything under uploads. It is data you leave alone
|
| |
March 7th, 2007, 06:08 PM
|
#12 (permalink)
| | Junior Member Verified Customer
Join Date: Jan 2005 Location: Champaign, IL
Posts: 13
|
................
Last edited by gct13; March 7th, 2007 at 06:14 PM.
Reason: might have found the issue
|
| |
March 7th, 2007, 06:39 PM
|
#13 (permalink)
| | Junior Member Verified Customer
Join Date: Jan 2005 Location: Champaign, IL
Posts: 13
|
I just moved my site to a new server, and have the exact same probably described above. I've added the line of code to up php memory.
Here's the catch: the problem only happens when registered users upload files.
The problem doesn't manifest when admins upload photo(s).
Any ideas?
|
| |
June 4th, 2007, 11:41 AM
|
#14 (permalink)
| | Member Verified Customer
Join Date: Apr 2002
Posts: 161
| Quote:
Originally Posted by gct13 I just moved my site to a new server, and have the exact same probably described above. I've added the line of code to up php memory.
Here's the catch: the problem only happens when registered users upload files.
The problem doesn't manifest when admins upload photo(s).
Any ideas? | I am experiencing the same thing. Were you able to resolve this on your server?
__________________
David Y. |
| |
June 4th, 2007, 12:03 PM
|
#15 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 52,658
|
I think this post shows how to help the issue Blank page after upload
try clearing your uploads directory of any files as well
|
| |
June 4th, 2007, 01:13 PM
|
#16 (permalink)
| | Member Verified Customer
Join Date: Apr 2002
Posts: 161
| Quote:
Originally Posted by Chuck S I think this post shows how to help the issue Blank page after upload
try clearing your uploads directory of any files as well | Yeah, I did all of those things and it was still happening for some reason. I went ahead and installed ImageMagick on the server and switched to that from GD2. So far, it's working. I guess for some reason GD2 isn't liking some of the photos we were uploading.
__________________
David Y. |
| |
June 4th, 2007, 01:28 PM
|
#17 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 52,658
|
yeah probally way to large for gd2 to process no matter more memory being shoved to it
|
| |
June 4th, 2007, 02:09 PM
|
#18 (permalink)
| | Member Verified Customer
Join Date: Apr 2002
Posts: 161
|
The odd thing is, that the file size itself wasn't that big. I've uploaded much bigger files. But the resolution was fairly large (2000px by 1500px or so) and that seemed to really choke it.
I can't help but wonder if there's a problem with GD2 processing dimensionally large photos for some reason.
__________________
David Y. |
| |
June 4th, 2007, 03:45 PM
|
#19 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 52,658
|
Would not know but GD has not really been updated to my knowledge it all depends on what comes installed with the PHP version on your server http://www.libgd.org/Main_Page
Thats the main GD page now
|
| | |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | | | | Thread Tools | | | | Display Modes | Rate This Thread | Linear Mode | |
Posting Rules
| You may not post new threads You may not post replies You may not post attachments You may not edit your posts HTML code is Off | | | All times are GMT -5. The time now is 06:02 AM. | |