PhotoPost Community

PhotoPost Community (http://www.photopost.com/forum/)
-   Classifieds How do I...? (http://www.photopost.com/forum/classifieds-how-do-i/)
-   -   Fatal error: Allowed memory size (http://www.photopost.com/forum/classifieds-how-do-i/140593-fatal-error-allowed-memory-size.html)

Omar Al-Ansari August 7th, 2009 11:54 AM

Fatal error: Allowed memory size
 
Hi All,

I just installed the classifieds and I am testing it. I am trying to place and ad with some photos and I get the following error

Fatal error: Allowed memory size of 62914560 bytes exhausted (tried to allocate 17152 bytes) in /home/xxx/public_html/classifieds/image-inc.php on line 128

Would appreciate any help

Regards,
Omar

Chuck S August 7th, 2009 03:22 PM

Omar

You can edit the pp-inc.php file and at the top beneath the error_reporting line add this line and see if that helps

Code:

Content visible to verified customers only.

Omar Al-Ansari August 7th, 2009 03:56 PM

Hey Chuck,

Thanks that helped for some pictures. Is it ok if I increase the number?

Omar

Chuck S August 7th, 2009 04:18 PM

You can but I would suggest first to see if your server has imagemagick installed using that should help best.

Omar Al-Ansari August 7th, 2009 06:57 PM

Hi Chuck,

I have checked and I do have ImageMagick installed and after using it I got this error

Warning: unlink(/home/xxx/public_html/classifieds/data/2/thumbs/OMR_5420.JPG) [function.unlink]: No such file or directory in /home/xxx/public_html/classifieds/image-inc.php on line 386

Error creating resized original! Error code: 127

Any thoughts?

Chuck S August 7th, 2009 08:07 PM

You need to place the proper path to mogrify for your server in admin config settings

Maybe

/usr/bin/mogrify

or

/usr/local/bin/mogrify

Omar Al-Ansari August 8th, 2009 03:53 AM

Works like a CHARM

Thanks

Chuck S August 8th, 2009 06:54 AM

Glad to help.


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

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