PhotoPost Photo Gallery Sales PhotoPost Sales Toll Free Phone Number
Mon-Fri 9am-4pm EST
  PhotoPost Photo Sharing Photo Gallery    Visualize community tm
| | | | | | | | |

Go Back   PhotoPost Community > PhotoPost Support > PhotoPost Pro Support Forums > Photopost Pro Bug Reports

Photopost Pro Bug Reports Post post installation PhotoPost Pro problems here.

Reply
 
LinkBack Thread Tools Rate Thread Display Modes
Old November 2nd, 2010, 11:43 AM   #1 (permalink)
Member
Verified Customer
 
Join Date: Aug 2005
Posts: 155
Error upload using Flash uploader

hi chuck,

When i activate the flash upload then when i click
upload and submit.

Login - Biliran Picture Gallery - sights and scenes throughout Biliran Island

it will give me an white screen....
jalmz is offline   Reply With Quote
Old November 2nd, 2010, 12:41 PM   #2 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,680
You have no problem with the actual upload but of processing images my suggestion would be this.

http://www.photopost.com/forum/1277623-post2.html
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is offline   Reply With Quote
Old November 3rd, 2010, 12:04 PM   #3 (permalink)
Member
Verified Customer
 
Join Date: Aug 2005
Posts: 155
hahay chuck.. it will give me blank or a white page...

Quote:
ini_set("memory_limit", "48M");
ini_set("max_execution_time", 0);
error_reporting(E_ALL & ~E_NOTICE & ~8192);
define('PP_SCRIPT', 'PP_Pro');

ini_set("memory_limit", "48M");
ini_set("max_execution_time", 0);

I only add this one..

and...

i also try the imagemagic, it will give me an error too..

im using wordpress, coppermine n my site.. and it works perfectly with their flash uploader...

Last edited by jalmz; November 4th, 2010 at 05:29 AM.
jalmz is offline   Reply With Quote
Old November 3rd, 2010, 01:40 PM   #4 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,680
a blank page has nothing to do with the flash uploader but the processing of images which is after the flash does its stuff.

My suggestion would be use imagemagick and also check your upload options and make sure your max dimensions are like 1500x1500
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is offline   Reply With Quote
Old November 4th, 2010, 05:37 AM   #5 (permalink)
Member
Verified Customer
 
Join Date: Aug 2005
Posts: 155
when i edit the pp-inc.php with this code
Quote:
ini_set("memory_limit", "48M");
ini_set("max_execution_time", 0);
error_reporting(E_ALL & ~E_NOTICE & ~8192);
define('PP_SCRIPT', 'PP_Pro');
then i uploaded to my photopost directory. it will give a white page.. all photopost pages is white.. =)
jalmz is offline   Reply With Quote
Old November 4th, 2010, 05:41 AM   #6 (permalink)
Member
Verified Customer
 
Join Date: Aug 2005
Posts: 155
Quote:
Originally Posted by Chuck S View Post
a blank page has nothing to do with the flash uploader but the processing of images which is after the flash does its stuff.

My suggestion would be use imagemagick and also check your upload options and make sure your max dimensions are like 1500x1500

admin settings : imagemagick 1500 x 1500
flash uploader

http://www.biliranisland.com/photopo...s=yes&mature=0

Error creating thumbnail! Error code: 127

Command:

"/usr/bin/X11/mogrify" +profile "*" -size 100x75 -quality 100 -geometry 100x75 -unsharp 10 '/photopost/data/500/thumbs/DSC01123.JPG'


still error
jalmz is offline   Reply With Quote
Old November 4th, 2010, 08:04 AM   #7 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,680
That error is because imagemagick is not where your saying it is.

check where mogrify is at on your server and set the path in config settings.

as stated your flash uploader has nothing to do with this. You can turn it off and go to try and process the images in your uploads directory your still gonna get a white page
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is offline   Reply With Quote
Old November 4th, 2010, 10:37 AM   #8 (permalink)
Member
Verified Customer
 
Join Date: Aug 2005
Posts: 155
Quote:
Originally Posted by Chuck S View Post
check where mogrify is at on your server and set the path in config settings.
where i can check it? in the php info? im in yahoo webhosting

Last edited by jalmz; November 4th, 2010 at 10:42 AM.
jalmz is offline   Reply With Quote
Old November 4th, 2010, 02:27 PM   #9 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,680
Your in yahoo yeah they limit many php features so your not using Imagemagick at all its not installed on yahoo hosting. You have to be using GD2 and my initial post says all you need to know about GD2. You want to limit your image sizes and I would suggest like 72M as the ini_set line you use. You may also need to clear out any folders under the uploads folder to unclog things also.
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is offline   Reply With Quote
Old November 5th, 2010, 08:30 AM   #10 (permalink)
Member
Verified Customer
 
Join Date: Aug 2005
Posts: 155
ok chuck but the problem is this....

Quote:
Originally Posted by jalmz View Post
when i edit the pp-inc.php with this code

Code:
Content visible to verified customers only.

then i uploaded to my photopost directory. it will give a white page.. all photopost pages are white.. =)
jalmz is offline   Reply With Quote
Old November 5th, 2010, 09:05 AM   #11 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,680
Right but the answer is not going to change if you notice I have been repeating the answer a few times here so lets break this down again as your still limited by your server. I have stated the following in this thread

1. make the ini_set line 72M

2. clear the uploads directory

3. in your upload options make sure your max image thresholds are no more than 1500

If your still getting a white page trying to process images make sure they are smaller than what your trying and not as many at a time. GD2 is part of PHP and uses PHP memory so you are limited as noted by your server. server trumps software anyday.
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is offline   Reply With Quote
Old November 5th, 2010, 09:07 AM   #12 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,680
if your saying you edit your file and add a line like ini_set and everything is white then your not editing the file correctly.

Maybe try using a program called beyond compare from scootersoftware.com
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is offline   Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Upload a zip file when flash uploader is in use? pistebasher Photopost Pro How Do I...? 3 May 7th, 2009 03:57 PM
Unable to upload avi videos with flash uploader Joshua van Aalst Photopost Pro Bug Reports 3 April 15th, 2009 08:04 AM
Upload Error 503 using flash bulk uploader imvitaliy Photopost Pro Bug Reports 6 October 25th, 2008 06:02 AM
Vertical thumb error with using flash uploader aberg Photopost Pro Bug Reports 8 October 24th, 2008 08:13 PM


All times are GMT -5. The time now is 10:41 AM.

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