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 August 14th, 2006, 04:00 PM   #1 (permalink)
Junior Member
Verified Customer
 
Join Date: Aug 2006
Posts: 20
Server Error on Uploading Images (1200x1200)

**I've searched the board, the filesize is only 32kB but the image size is 1200x1200***

I get an Internal Service Error on uploading certain images. I only get this error when I try to upload an image size of 1200x1200 or above. I tried this while testing an image of that size, and a filesize of only 32kB. I still recieve this error. My admin settings have a max image size set to 3000x3000.
Why can't I upload this file?


On a side note: When installing this product, I was very excited to see how well it intergrated with vB3. I was impressed. I read the board about php.ini settings, and to be honest I'm rather upset. For somone, like myself, who has no experience installing php on a httpd, would never know that the default settings in php.ini will limit the size of my uploads. I'm paying for my webhost, and that's not something I have the luxury of changing. If there were something in the list of requirements for this product, I would have not purchased it unless I knew I would have access to php.ini. What if file_uploads was turned off?

-Jeff

Last edited by sibble; August 14th, 2006 at 04:22 PM.
sibble is offline   Reply With Quote
Old August 14th, 2006, 04:17 PM   #2 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,698
for any product that does file uploads file uploads need to be on.

You should have no problem with only a 32kb image. without more info etc I can take a guess here

Your using gd2 right? Have you tried placing this line in bold on pp-inc.php where noted at the top

Code:
Content visible to verified customers only.
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.

Last edited by Chuck S; August 14th, 2006 at 07:16 PM.
Chuck S is offline   Reply With Quote
Old August 14th, 2006, 04:30 PM   #3 (permalink)
Junior Member
Verified Customer
 
Join Date: Aug 2006
Posts: 20
I updated pp-inc.php with this line, then attempted to upload a 1200x1200 image with a small filesize and I recieved this error.

Parse error: syntax error, unexpected T_STRING in <the correct path to->pp-inc.php on line 18
sibble is offline   Reply With Quote
Old August 14th, 2006, 04:36 PM   #4 (permalink)
Junior Member
Verified Customer
 
Join Date: Aug 2006
Posts: 20
Yes, I am using GD2.

Some things I noticed that were set in php.ini:
post_max_size 8M
upload_max_filesize 5M
I'm not sure what this value is but output_buffering 1024

I've successfully uploaded a 1100x1100 image.

PHP Version 4.4.2
Intergrated with vB3

Not sure what else I should tell you... The install went perfectly, and I don't have any other problems other then uploading an image over 1200x1200.

Right now there is limited access to the site at which my photopost pro is at, if you need to get on there to test something, just let me know. I can either make a user for you, or give access to anyone to view.

AdminSettings
->UploadPhoto Settings
max allowable 3000x3000
Quality setting for resizing/thumbnails? 100
If photo upload width or height exceeds maximums, resize upload down to max dimensions? Yes


Thanks
sibble is offline   Reply With Quote
Old August 14th, 2006, 07:16 PM   #5 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,698
recopy the line again
__________________
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 August 14th, 2006, 11:45 PM   #6 (permalink)
Junior Member
Verified Customer
 
Join Date: Aug 2006
Posts: 20
odd, i didnt get the same error as last time =/


I'm just getting the 500 - Internal server error again

i tested twice, once with a 1100x1100 and with a 1200x1200

1100x1100 = successful
1200x1200 = server error
sibble is offline   Reply With Quote
Old August 15th, 2006, 08:00 AM   #7 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,698
what size is the image filesize? GD is chocking on the memory and PHP is shutting down.
__________________
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 August 15th, 2006, 09:37 AM   #8 (permalink)
Junior Member
Verified Customer
 
Join Date: Aug 2006
Posts: 20
1100x1100 = 12.7kB
1200x1200 = 13.2kB
sibble is offline   Reply With Quote
Old August 15th, 2006, 09:43 AM   #9 (permalink)
Junior Member
Verified Customer
 
Join Date: Aug 2006
Posts: 20
On a side note, I've had success uploading an image with 1200x964 dimensions and a filesize of 678.1kB
sibble is offline   Reply With Quote
Old August 15th, 2006, 09:44 AM   #10 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,698
do you have mogrify on the server?

Your image sizes are small so what I would normally say is mute here since I already gave you the ini_set line to raise PHP memory whereas GD craps PHP out with larger files. Let's see try in global options clearing the line to jpegtran make that blank.

we are just going to have to do trial and error here. Does your server error logs have anything in them?
__________________
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 August 15th, 2006, 09:54 AM   #11 (permalink)
Junior Member
Verified Customer
 
Join Date: Aug 2006
Posts: 20
Ok, new update. Possibly a related issue. I tried uploading a 3meg 1100x1100 bitmap image, it told me that file type was not supported. I went into admin, .jpg,.jpeg,.png,.gif,.bmp,.psd are all in the acceptable file types....

"Sorry, this image type (6) is not supported yet. "

I'm starting to think this might be an issue with file permissions.

Last edited by sibble; August 15th, 2006 at 10:13 AM.
sibble is offline   Reply With Quote
Old August 15th, 2006, 10:07 AM   #12 (permalink)
Junior Member
Verified Customer
 
Join Date: Aug 2006
Posts: 20
wow! "Let's see try in global options clearing the line to jpegtran make that blank."

musta worked!! i just uploaded a 1200x1200 image, im doing more testing...
sibble is offline   Reply With Quote
Old August 15th, 2006, 10:10 AM   #13 (permalink)
Junior Member
Verified Customer
 
Join Date: Aug 2006
Posts: 20
attempt to upload a 460kB 2000x1333 failed.

I do not have mogrify on the server, i do not have access to php error logs.
sibble is offline   Reply With Quote
Old August 15th, 2006, 12:57 PM   #14 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,698
psd is not an image file so you can not upload that.

If your using GD2 the only supported formats that it does are this

jpg gif png

also unless you change the max uploadable filesize in php settings you can not upload a file over 2mb
__________________
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 August 15th, 2006, 01:23 PM   #15 (permalink)
Junior Member
Verified Customer
 
Join Date: Aug 2006
Posts: 20
ok, i changed upload photo settings to just accept jpg gif png

tried uploading a 2000x2000 171kB .png image and i get an internal server error
sibble is offline   Reply With Quote
Old August 15th, 2006, 01:24 PM   #16 (permalink)
Junior Member
Verified Customer
 
Join Date: Aug 2006
Posts: 20
here is some of the GD information for my php.ini

gd
GD Support enabled
GD Version bundled (2.0.28 compatible)
FreeType Support enabled
FreeType Linkage with freetype
GIF Read Support enabled
GIF Create Support enabled
JPG Support enabled
PNG Support enabled
WBMP Support enabled
XBM Support enabled
sibble is offline   Reply With Quote
Old August 15th, 2006, 02:37 PM   #17 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,698
You can PM me a url admin login and ftp login
__________________
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 September 4th, 2006, 01:42 PM   #18 (permalink)
Junior Member
Verified Customer
 
Join Date: Aug 2006
Posts: 20
moved to another host, works fine now
sibble 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
Error when uploading images... katef Photopost Pro How Do I...? 9 June 29th, 2006 09:04 AM
error with thumbnails when uploading images amy purple Photopost Pro Installation & Upgrades 5 December 18th, 2005 08:42 AM
Server error received when uploading pic JSDillon Photopost Pro How Do I...? 0 March 14th, 2005 12:50 PM
Uploading multiple images error weirdpixels Installs and Upgrade - vBulletin 3.0.X 3 March 11th, 2005 11:06 AM
Uploading Images Error memorybugs Photopost Pro Installation & Upgrades 2 July 13th, 2004 10:18 PM


All times are GMT -5. The time now is 03:44 AM.

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