PhotoPost Community

PhotoPost Community (http://www.photopost.com/forum/)
-   General Discussion (http://www.photopost.com/forum/general-discussion/)
-   -   Fatal error uploading photos. (http://www.photopost.com/forum/general-discussion/125850-fatal-error-uploading-photos.html)

neoutdoorsman July 1st, 2006 05:21 PM

Fatal error uploading photos.
 
Hi folks. I've done some searching and I can't seem to resolve my problem, so I'm asking for a little help here. When I (and several people using my site as well) try and upload pictures I get a:

"Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to allocate 4668 bytes) in /home/neoutdoorsman/photopost/image-inc.php on line 81"

I'm running 4.6.6 . Yes, I know this is an old version, but there is no way I can afford an upgrade right now. I had been running error free for 2 years and now this. I had not changed anything prior to getting this error, so I'm not sure what the problem is. Is there a bug in the original program? What can I do to fix this?

I'm using GD2 for a thumbnail generator. I tried GD1 and it worked for a few photos and then I go the same error. I'd like to keep using GD2 since I like what it does and it worked well for 2 years. I do not want to use ImageMagick.

Any help would be great. If you could "dumb it down" for me I'd appreciate it since I'm not a programmer.

Thanks.

Bob

Chuck S July 1st, 2006 07:18 PM

You can edit pp-inc.php and place the ini_set line noted in this thread at the top of the file

http://www.photopost.com/forum/showp...69&postcount=1

neoutdoorsman July 1st, 2006 07:35 PM

Thanks Chuck...It worked like a charm.


All times are GMT -5. The time now is 08:36 PM.

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


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97