PhotoPost Community

PhotoPost Community (http://www.photopost.com/forum/)
-   Photopost Pro Installation & Upgrades (http://www.photopost.com/forum/photopost-pro-installation-upgrades/)
-   -   Error on posting a picture (http://www.photopost.com/forum/photopost-pro-installation-upgrades/111758-error-posting-picture.html)

ehm January 26th, 2005 11:50 PM

Error on posting a picture
 
This is a new instalation of PhotoPost 4.86 and when I try to upload a picture (the first one) I'm receiving this error message:
Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to allocate 2400 bytes) in /usr/local/etc/httpd/htdocs/viajareua/photopost/image-inc.php on line 112

I'm using G2 and I'm a first time user of PhotoPost. Any help?

An update: If you choose a saml picture to upload it's working, but I have 'no limites' on the settings, so I could not get why it's doing it.

Chuck S January 27th, 2005 07:52 AM

In bulkupload.php try this

ini_set("max_execution_time", 0);

beneath it add this

ini_set("memory_limit", "20M");

ehm January 27th, 2005 12:48 PM

Quote:

Originally Posted by omegatron
In bulkupload.php try this

ini_set("max_execution_time", 0);

beneath it add this

ini_set("memory_limit", "20M");

OK. It worked :)
Thank you


All times are GMT -5. The time now is 11:10 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