![]() |
Fatal error: Allowed memory .....?? New install on PHP server with safemode "on", had to do a "run-around" ( php scripts as cgi ) Everything is working except the very last step im the image upload process, it goes to the "preparing to process image list" then it gets this error Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to allocate 7936 bytes) in /home/virtual/site433/fst/var/www/html/gallery/image-inc.php on line 84 I have set the gobal directory, but this keeps coming up, the gallery is functioning with no errors excpet this ..argg.. Im lost, Ive installed photopost on four other machine and this is the first time i had to do the "safemode (on)" Can anyone help Thanks |
Uploads do not work with safe mode therefore thats why it is a requirement that it is off. You will be able to upload but not anyone else As far as the memory error there are many threads here with a tweak you can do for that in bulkupload.php find this ini_set("max_execution_time", 0); add this ini_set("memory_limit", "24M"); |
geez, that worked perfect thanks, and doing that php as cgi works perfect too but I was told that it slows down performance a little by 100th of a second. not bad for a safemode server THANKS for the advice |
| All times are GMT -5. The time now is 07:01 AM. |
Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0