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 How Do I...?

Photopost Pro How Do I...? Wondering how to do things in PhotoPost?

Reply
 
LinkBack Thread Tools Rate Thread Display Modes
Old March 8th, 2007, 04:04 AM   #1 (permalink)
Junior Member
Verified Customer
 
Join Date: Feb 2007
Posts: 9
Browser error while upload and resize image

Hi all, having running PhotoPost 5.31 members have a problem uploading pictures they are bigger than 600 x 600 pixel.

We have set the following options:

Thumbnail image max width and height in pixels – 200
Max allowable image width in pixels – 2048
Max allowable image height in pixels – 2048
Trigger medium graphic height and width
An uploaded larger than this will create a medium image of this size. – 600
Save and display medium and large images? – yes
If photo upload width or height exceeds maximums, resize upload down to max dimensions? – yes
Maximum multimedia upload size in Kb – yes
Acceptable image file types?
Seperate file types by a comma and include the . (example: .jpg,.gif,.png) - .jpg,.jpeg,.png,.gif

Pictures they are 600 x 600 pixel or smaller are uploaded without a problem, all bigger images show a browser error:

The proxy server received an invalid response from an upstream server.
The proxy server could not handle the request GET*http://forumname.com/photopost/bulku...no&dthumbs=yes.
Reason: Error reading from remote server

Apache/2.0.52 (CentOS) Server at www.formuname.com Port 80

After the submit button is klicked, the browser shows:

If I use a dailup internet connection with Firefox just a blank page is shown.

Preparing to process image list

After this the error message is displayed.

The weird thing is the pictures are uploaded to server (I can see them on the servers folder) but they are never shown online.

Anybody out there who can help ? Please let me know if you need any additional information.

Thanks, Alex
Alex_ZV is offline   Reply With Quote
Old March 8th, 2007, 07:17 AM   #2 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 66,806
Tons of discussions about this issue on the support forum

Fatal error: Allowed memory size "exhausted"

Here is one that might assist you
__________________
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 March 8th, 2007, 08:24 AM   #3 (permalink)
Junior Member
Verified Customer
 
Join Date: Feb 2007
Posts: 9
Thanks Chuck for your quick response.

I have done the following:

in bulkupload.php find this

ini_set("max_execution_time", 0);

add this

ini_set("memory_limit", "24M");

I have tried 24 / 40 / 128M but I still get the same error.

Alex
Alex_ZV is offline   Reply With Quote
Old March 8th, 2007, 10:22 AM   #4 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 66,806
Have you tried clearing the uploads directory of everything under it?
__________________
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 March 8th, 2007, 11:16 AM   #5 (permalink)
Junior Member
Verified Customer
 
Join Date: Feb 2007
Posts: 9
Have deleted and recreated the folder uploads with access rights 777.

Problem is still unchanged.

If I start a upload two new folders are created under uploads 1421 and 61. The picture is in each of them but not shown in the gallery.

After klicking the submit button to upload the picture the browser (direct dailup connection) tries to connect:

http://www.forum.com/photopost/uploadphoto.php

I get the status Web site found, waiting for request

..and than I get “This site can not be shown”

Thanks again, Alex
Alex_ZV is offline   Reply With Quote
Old March 8th, 2007, 11:40 AM   #6 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 66,806
how big are these photos?
__________________
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 March 9th, 2007, 04:10 AM   #7 (permalink)
Junior Member
Verified Customer
 
Join Date: Feb 2007
Posts: 9
The file size seems not to play any roll, its just the size of the picture. Uploads of pictures they are smaller than 600 x 600 pixel do not show this problem. Every picture with a size over 600 x 600 is not working which shows the described symptoms.

I have also tried to upload pictures with a small file size ~ 20k and as long as the pictures size stays under 600 x 600 pixel this works fine. The same picture with 800 x 800 pixel for example shows the problem.

Those are JPG files.

Thanks, Alex
Alex_ZV is offline   Reply With Quote
Old March 9th, 2007, 08:51 AM   #8 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 66,806
It always comes down to filesize not dimensions of a photo. Your server is crapping out so I am trying to help you determine here something to help. Until you see exactly what your issue is then this will continue. There is nothing we can do about server deficiencies. I can post little snippets to raise memory or timeout etc.

Please post url test login here and a link to phpinfo
__________________
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 March 9th, 2007, 11:49 AM   #9 (permalink)
Junior Member
Verified Customer
 
Join Date: Feb 2007
Posts: 9
Thanks Chuck, would it be OK to send you the information via PM ?

Alex
Alex_ZV is offline   Reply With Quote
Old March 9th, 2007, 11:59 AM   #10 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 66,806
you can email support@photopost.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
Old March 10th, 2007, 01:08 AM   #11 (permalink)
Junior Member
Verified Customer
 
Join Date: Feb 2007
Posts: 9
Send you the information via EM.

Thanks for your help !

Alex
Alex_ZV is offline   Reply With Quote
Old March 10th, 2007, 08:44 PM   #12 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 66,806
Have you asked your host if Imagemagick is installed on the server?
__________________
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 March 13th, 2007, 06:55 AM   #13 (permalink)
Junior Member
Verified Customer
 
Join Date: Feb 2007
Posts: 9
Hi Chuck, we do not have the possibility to run Imagemagick on the server, we use GD2.

Thanks, Alex
Alex_ZV is offline   Reply With Quote
Old March 16th, 2007, 05:39 AM   #14 (permalink)
Junior Member
Verified Customer
 
Join Date: Feb 2007
Posts: 9
Hi Chuck, we still have this problem any idea what we can do ?

Thanks, Alex
Alex_ZV is offline   Reply With Quote
Old March 16th, 2007, 08:12 AM   #15 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 66,806
Send your ftp login and admin logins all in one email to support but depending on what I see you might have no resolution if GD is messed up or your host limits filesizes we shall see
__________________
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 March 20th, 2007, 06:32 AM   #16 (permalink)
Junior Member
Verified Customer
 
Join Date: Feb 2007
Posts: 9
Hi Chuck, send you the information via EM.

Thanks, Alex
Alex_ZV is offline   Reply With Quote
Old March 20th, 2007, 08:35 AM   #17 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 66,806
Okay I will go check
__________________
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 11th, 2007, 09:40 PM   #18 (permalink)
Junior Member
Verified Customer
 
Join Date: Jan 2007
Posts: 1
I have the exact same problem as Alex. I changed the "Trigger medium graphic height and width" to 700 and can now upload photos 601-700 in width (which gave me a browser error before). Was there a fix to this? Thanks
andyrb is offline   Reply With Quote
Old November 11th, 2007, 10:32 PM   #19 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 66,806
No there was no fix because your dealing with server errors. GD2 is part of PHP so your restricted by your servers php setup so you need to set max filesizes and max thresholds to allow for proper operation. My first response would be to lower your max allowed height and width.
__________________
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 On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Image resize upload question? Get Bent Photopost Pro How Do I...? 2 April 10th, 2006 03:20 PM
An error occurred while attempting to resize this image warrior Installs and Upgrade - vBulletin 3.0.X 1 February 20th, 2005 08:13 AM
Image Not Resize stitch Installs and Upgrade - vBulletin 3.0.X 6 February 14th, 2005 12:49 PM
Unable to resize image sifuhall Installs and Upgrade - vBulletin 3.0.X 0 January 14th, 2005 07:57 PM


All times are GMT -5. The time now is 04:19 PM.

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