to2bebe & Kids Posted May 28, 2012 Share Posted May 28, 2012 (edited) Hello, Since a few days I noticed I have a error under the footer of my page : Fatal error: Allowed memory size of 268435456 bytes exhausted (tried to allocate 22505747 bytes) in /home/qcinewwo/public_html/classes/CacheFS.php on line 152 Searching the forum I contacted my Host and he installed a PHP.ini file ( change of 32m to 64M) in my PUBLIC HTML file I made a copy to the backoffice ADMIN but without any succes .... Anyone has an idea ? thank you, david www.to2bebe.com Edited May 28, 2012 by daviddive007 (see edit history) Link to comment Share on other sites More sharing options...
bellini13 Posted May 28, 2012 Share Posted May 28, 2012 the error is saying that you exhausted about 268MB, and it needed about 22MB more. You will need to increase the memory available to your site by much more than 64MB. You should ask you host if there is a limit to the amount of memory you are allowed to use. You might try allocating 384MB. Link to comment Share on other sites More sharing options...
intgate Posted May 28, 2012 Share Posted May 28, 2012 hello FTP or telnet as root and in your php.ini file change memory_limit to wanted size then restart server Link to comment Share on other sites More sharing options...
coaster1 Posted May 28, 2012 Share Posted May 28, 2012 error is saying that you exhausted about 268MB, and it needed about 22MB more. You will need to increase the memory available to your site by much more than 64MB Link to comment Share on other sites More sharing options...
coaster1 Posted May 28, 2012 Share Posted May 28, 2012 You can try to add the following line to the config/config.inc.php file. If this does not work, then you may need to get your host provider to do this for you ini_set('memory_limit','128M'); 1 Link to comment Share on other sites More sharing options...
to2bebe & Kids Posted May 29, 2012 Author Share Posted May 29, 2012 (edited) [sOLVED] Thanx all for your fast replys . Finally I could fix it modificating the 1 line in the public_html/config/config.inc.php at the first line I changed it to 384 M Regards, david Edited May 29, 2012 by daviddive007 (see edit history) Link to comment Share on other sites More sharing options...
jotaele Posted March 14, 2014 Share Posted March 14, 2014 Thanks for the help. It solved my problem. Regards. Link to comment Share on other sites More sharing options...
SergMi Posted December 13, 2017 Share Posted December 13, 2017 Thank you for your help, you helped me a lot Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now