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 > General Forums > General Discussion

General Discussion General use discussion forum for PhotoPost products.

Reply
 
LinkBack Thread Tools Rate Thread Display Modes
Old July 26th, 2006, 08:16 PM   #1 (permalink)
Member
Verified Customer
 
Join Date: Jan 2004
Posts: 43
Problem after upgrade

We can only upload very small picture files.
If we try something around 1 meg or so we get this type of error.

Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to allocate 800 bytes) in /hermes/web08/b2589/pow.pagemaster/htdocs/photopost/image-inc.php on line 135

If anyone has any in site we would appreciate it.

Steven
www.rcflix.com
Pagemaster is offline   Reply With Quote
Old July 26th, 2006, 08:55 PM   #2 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,947
Hello respondeds to your email but raising your php memory or using Imagemagick would solve this issue. Your site should be fine though.
__________________
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 July 26th, 2006, 11:05 PM   #3 (permalink)
Member
Verified Customer
 
Join Date: Jan 2004
Posts: 43
1.5 meg uploads ok. But 3 meg or higher and I get

The page cannot be displayed
The page you are looking for is currently unavailable. The Web site might be experiencing technical difficulties, or you may need to adjust your browser settings.
Pagemaster is offline   Reply With Quote
Old July 27th, 2006, 07:35 AM   #4 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,947
You would need to modify your site's PHP settings to allow such things. The script is limited to a certain filesize by your PHP which by default is 2 Meg. You should modify the php.ini file on your site and change the settings to what you wish like the max filesize upload allowed.
__________________
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 July 27th, 2006, 07:49 AM   #5 (permalink)
Member
Verified Customer
 
Join Date: Jan 2004
Posts: 43
That was done with the old version. And there were no previous problems uploading file sizes until after the upgrade.

This is the file info. Please tell me if anything needs to be added or changed.

;;;;;;;;;;;;;;;;
; File Uploads ;
;;;;;;;;;;;;;;;;

; Whether to allow HTTP file uploads.
file_uploads = On

; Temporary directory for HTTP uploaded files (will use system default if not
; specified).
upload_tmp_dir = /www/r/rcflix/htdocs/tmp

; Maximum allowed size for uploaded files.
upload_max_filesize = 20M
Pagemaster is offline   Reply With Quote
Old July 27th, 2006, 08:25 AM   #6 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,947
Try setting the path to mogrify in your config settings and use Imagemagick as your processor
__________________
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 July 27th, 2006, 09:16 AM   #7 (permalink)
Member
Verified Customer
 
Join Date: Jan 2004
Posts: 43
Chuck is there any instructions on how to do this on this site?
Pagemaster is offline   Reply With Quote
Old July 27th, 2006, 10:34 AM   #8 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,947
Admin => Edit Config in there set the path to mogrify on your server you may need to ask your host.

It is going to be either of these on powweb

/usr/local/bin/mogrify
/usr/bin/mogrify

SAVE

In Admin => Global Options scan down and select your image processor from the dropdown set to ImageMagick

SAVE

Thats it try an upload
__________________
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 July 27th, 2006, 11:57 AM   #9 (permalink)
Member
Verified Customer
 
Join Date: Jan 2004
Posts: 43
Thanks for the step by step instructions.

It was set to /usr/bin/mogrify so I tried the other and it still will not work.
Pagemaster is offline   Reply With Quote
Old July 27th, 2006, 11:58 AM   #10 (permalink)
Member
Verified Customer
 
Join Date: Jan 2004
Posts: 43
What next ?
Pagemaster is offline   Reply With Quote
Old July 27th, 2006, 03:23 PM   #11 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,947
Ask your host where mogrify is on there 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 July 27th, 2006, 03:46 PM   #12 (permalink)
Member
Verified Customer
 
Join Date: Jan 2004
Posts: 43
Ok, I'm told its here

/usr/local/bin/mogrify

I set it to that and still have the problem.

Whats next?

Last edited by Pagemaster; July 27th, 2006 at 06:02 PM.
Pagemaster is offline   Reply With Quote
Old July 27th, 2006, 06:33 PM   #13 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,947
Did you set the processor to Imagemagick?

According to this you should be able to upload a 5meg file

http://www.rcflix.com/photopost/phpinfo.php

Now the only way I see you getting the error of page not found is if your using GD2 and PHP is crapping out
__________________
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 July 27th, 2006, 07:39 PM   #14 (permalink)
Member
Verified Customer
 
Join Date: Jan 2004
Posts: 43
Did you set the processor to Imagemagick?
Yes

According to this you should be able to upload a 5meg file

http://www.rcflix.com/photopost/phpinfo.php

Now the only way I see you getting the error of page not found is if your using GD2 and PHP is crapping out

I'm not sure why this would start happening after the update. Can you please look into this? These problems where not present before the update.

This is a 7meg upload that was done by a user in april 2006
http://www.rcflix.com/photopost/show...e=9999&way=asc
Pagemaster is offline   Reply With Quote
Old July 27th, 2006, 07:45 PM   #15 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,947
The upgrade should not affect this at all since this is server related

I was never given a login to your admin so I cant see how you have things set or try an upload myself

I registered a normal account but you need to allow mp3 so I can test uploading a big file
__________________
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; July 27th, 2006 at 07:51 PM.
Chuck S is offline   Reply With Quote
Old July 27th, 2006, 07:58 PM   #16 (permalink)
Member
Verified Customer
 
Join Date: Jan 2004
Posts: 43
I just sent you an admin account by email
Pagemaster is offline   Reply With Quote
Old July 28th, 2006, 12:24 AM   #17 (permalink)
Member
Verified Customer
 
Join Date: Jan 2004
Posts: 43
Ok, now I'm getting this error?

Error creating thumbnail! Error code: 127

Command:

"/usr/local/bin/mogrify" +profile "*" -size 100x75 -quality 50 -geometry 100x75 -unsharp 10 '/home/users/web/b2589/pow.pagemaster/htdocs/photopost/data/500/thumbs/KIF_3414.JPG'
Pagemaster is offline   Reply With Quote
Old July 28th, 2006, 10:41 PM   #18 (permalink)
Member
Verified Customer
 
Join Date: Jan 2004
Posts: 43
Seems that powweb has changed their php settings.
After 60 seconds of an upload the server shuts it down.

Click here for info.
http://forums.powweb.com/showthread.php?t=66886

Photopost should contact powweb to try to help resolve this. Photopost has sent many customers to them. Photopost software is now useless on the powweb servers.
Pagemaster is offline   Reply With Quote
Old July 29th, 2006, 07:45 AM   #19 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,947
We are not responsible for any webhost's policies or how they configure their servers. Our software runs fine on there servers except for larger uploads it would seem because of the change they made recently to their servers. In fact on the majority of shared hosting accounts you do not have the ability to change the php settings over the default 2mb upload so this issue would never be seen on a shared hosting account normally since you would not be doing large uploads. You would automatically be limited to 2mb file restriction. It now appears they are doing this although in a different way restricting the input time which you can not override.
__________________
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 July 29th, 2006, 09:21 AM   #20 (permalink)
Member
Verified Customer
 
Join Date: Jan 2004
Posts: 43
I never said you were responisble. Just that this needs to be worked out. If you are recommending them as a server company you should also tell people of their limitations. I for one, purchased this software and powweb server hosting for video's and pictures. For the most part videos will crash. No fault of photopost. I'm just trying to help new photopost users.
Pagemaster 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
problem after upgrade Griffin80 Installs and Upgrade - vBulletin 3.5.X 16 June 5th, 2006 07:47 AM
upgrade from 5.2 > 5.3 problem FROGGYJ Photopost Pro Installation & Upgrades 1 January 29th, 2006 12:18 AM
Upgrade Problem fLoW Installs and Upgrade - vBulletin 3.0.X 5 July 29th, 2005 02:26 PM
Upgrade 4.8d to 5.03 upgrade.php problem dbullock Photopost Pro Installation & Upgrades 4 May 19th, 2005 11:13 AM
2.81 Upgrade Problem Spencer ReviewPost Installation & Upgrades 3 August 10th, 2004 11:11 PM


All times are GMT -5. The time now is 11:47 PM.

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