21490 Posts in 5783 Topics by 2622 members
|
Page:
1
|
Go to End | |
| Author | Topic: | 677 Views |
-
Fatal error accessing Files & Images in CMS

2 December 2010 at 1:09am
Got this message when trying to access the Files & Images-folder in the CMS: "Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 110411 bytes) in /home/2/k/kulturognaringsl/www/sapphire/core/Requirements.php on line 634"
What is this, and how do I fix?
Best regards
Oyster -
Re: Fatal error accessing Files & Images in CMS

2 December 2010 at 3:40pm
This is simply telling you trying to load that page has exceeded the memory your PHP installation has access too. The easiest fix for this is to up your PHP memory limit. Depending on your host this can be done a number of ways, usually involves editing your php.ini file.
-
Re: Fatal error accessing Files & Images in CMS

2 December 2010 at 10:06pm
Hi Willr. I did it by putting this code into mysite/config.php:
ini_set('memory_limit', '128M');
Thanks very much!
| 677 Views | ||
|
Page:
1
|
Go to Top |


