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 10th, 2007, 12:05 PM   #1 (permalink)
Member
Verified Customer
 
Join Date: Aug 2006
Posts: 79
Error

Someone help regarding this

Whenever I try to upload Pictures/Images on Friends Korner Photo Gallery (one by one or 7 ), I get the following error mesg.

Quote:

"Fatal error: Out of memory (allocated 74186752) (tried to allocate 500 bytes) in /home//friendskorner.com/forum/photopost/image-inc.php on line 99"

I tried through IE(version 6.0) & FireFox (2.00.2) but same error, then I removed all tem Internet files, cookies etc of both Browsers, but same result even I tried with new ID but error is same..

Rite now I got this Error, tried to upload a single Imgae..(jpg)
Fatal error: Out of memory (allocated 74186752) (tried to allocate 2000 bytes) in /home//friendskorner.com/forum/photopost/image-inc.php on line 99
UnderEstimated is offline   Reply With Quote
Old March 10th, 2007, 12:26 PM   #2 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,656
Very coment issue using GD2 which is part of PHP

http://www.photopost.com/forum/showp...39&postcount=2
__________________
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, 12:41 PM   #3 (permalink)
Member
Verified Customer
 
Join Date: Aug 2006
Posts: 79
i added this to uploadphoto.php but still the same ?
UnderEstimated is offline   Reply With Quote
Old March 10th, 2007, 01:45 PM   #4 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,656
You add that to pp-inc.php

it would not correct the issue if your using bulkupload unless put in the global file.

You can also clear your uploads directory of all files
__________________
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, 02:07 PM   #5 (permalink)
Member
Verified Customer
 
Join Date: Aug 2006
Posts: 79
where should i add that just add both lines in the code???

Yes i deleted all the files form there already
UnderEstimated is offline   Reply With Quote
Old March 10th, 2007, 04:37 PM   #6 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,656
It is added to pp-inc.php rigth below the error_reporting line
__________________
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 14th, 2007, 06:16 PM   #7 (permalink)
Member
Verified Customer
 
Join Date: Aug 2006
Posts: 79
still the problem remains
UnderEstimated is offline   Reply With Quote
Old March 14th, 2007, 06:59 PM   #8 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,656
Quote:
"Fatal error: Out of memory (allocated 74186752) (tried to allocate 500 bytes) in /home//friendskorner.com/forum/photopost/image-inc.php on line 99"
Why is your system trying to use 70mb of memory to process an image if your uploads directory is clear and your only uploading one image that is the question I would say. You have told us you cleared the uploads directory and you have applied the override. Something is amiss here and if what your saying has been done your server PHP has a huge issue
__________________
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 15th, 2007, 01:41 AM   #9 (permalink)
Member
Verified Customer
 
Join Date: Aug 2006
Posts: 79
Quote:
Originally Posted by Chuck S View Post
Why is your system trying to use 70mb of memory to process an image if your uploads directory is clear and your only uploading one image that is the question I would say. You have told us you cleared the uploads directory and you have applied the override. Something is amiss here and if what your saying has been done your server PHP has a huge issue
when i upload one image it works when i go for multiples it dos't?

now it give the error image-inc.php line 99
UnderEstimated is offline   Reply With Quote
Old March 15th, 2007, 07:13 AM   #10 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,656
what version of the software you using line 99 does not equate to anything in my files
__________________
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 15th, 2007, 09:38 AM   #11 (permalink)
Member
Verified Customer
 
Join Date: Aug 2006
Posts: 79
Quote:
Originally Posted by Chuck S View Post
what version of the software you using line 99 does not equate to anything in my files

vBulletin 3.6.5
Photopost 5.62

error

Code:
Content visible to verified customers only.
UnderEstimated is offline   Reply With Quote
Old March 15th, 2007, 11:20 AM   #12 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,656
Code:
Content visible to verified customers only.
That is line 99. Here is what i would try.

For one make sure again all uploads directories are cleared and there is nothing under uploads. Next make sure you have applied the ini_set line as noted. Next make note of what size files your trying to upload. Try a 125kb or so file first and work your way up. See where you stop. Next if you have imagemagick always use that over gd2 and in your global options clear the jpegtran line.
__________________
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 15th, 2007, 12:55 PM   #13 (permalink)
Member
Verified Customer
 
Join Date: Aug 2006
Posts: 79
Quote:
Originally Posted by Chuck S View Post
Code:
Content visible to verified customers only.
That is line 99. Here is what i would try.

For one make sure again all uploads directories are cleared and there is nothing under uploads. Next make sure you have applied the ini_set line as noted. Next make note of what size files your trying to upload. Try a 125kb or so file first and work your way up. See where you stop. Next if you have imagemagick always use that over gd2 and in your global options clear the jpegtran line.
i made everything clear all the upload directories r gone then the ini_set line is inplace i tried big file it works single file work out but whenever i go for multiples even two of 30KB each dont upload

Same image-inc error

i m using GD2
UnderEstimated is offline   Reply With Quote
Old March 15th, 2007, 04:21 PM   #14 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,656
You would need to email support@photopost.com with 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 March 15th, 2007, 10:22 PM   #15 (permalink)
Member
Verified Customer
 
Join Date: Aug 2006
Posts: 79
Quote:
Originally Posted by Chuck S View Post
You would need to email support@photopost.com with a url admin login and ftp login
DOne
UnderEstimated 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



All times are GMT -5. The time now is 09:30 AM.

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