alfy82 Posted December 5, 2014 Share Posted December 5, 2014 hi, i have a problem whit prestashop 1.4.6 since yesterday , in the BO Modules can't open for : All modules can not be loaded due to reasons of restriction memory limit, increase the value of memory_limit server configuration but my limit memory are 128M , in the file config.inc.php , whit ini_set('memory_limit', '128M'); even if i set to 512M , still the same error. in the server ,there PHP configuration is -1 , so no limits.. so where is the problem?? thanks Link to comment Share on other sites More sharing options...
El Patron Posted December 5, 2014 Share Posted December 5, 2014 use this module so you can see what the true memory limit. http://www.prestashop.com/forums/topic/278164-free-module-display-php-environment-phpinfo-back-office/ sometimes we can change php.ini but it does not take affect... Link to comment Share on other sites More sharing options...
alfy82 Posted December 5, 2014 Author Share Posted December 5, 2014 use this module so you can see what the true memory limit. http://www.prestashop.com/forums/topic/278164-free-module-display-php-environment-phpinfo-back-office/ sometimes we can change php.ini but it does not take affect... thanks for reply , but i can' add new modules , it says can't run modules for memory_limit.. Link to comment Share on other sites More sharing options...
El Patron Posted December 5, 2014 Share Posted December 5, 2014 thanks for reply , but i can' add new modules , it says can't run modules for memory_limit.. doh! good point...have you put a phpinfo script into root to display phpinfo? <?php // Show all information, defaults to INFO_ALL phpinfo(); ?> so create a new file, call it anything you like, put that code in....upload to root or other...and then navigate to it. Link to comment Share on other sites More sharing options...
alfy82 Posted December 5, 2014 Author Share Posted December 5, 2014 doh! good point...have you put a phpinfo script into root to display phpinfo? <?php // Show all information, defaults to INFO_ALL phpinfo(); ?> so create a new file, call it anything you like, put that code in....upload to root or other...and then navigate to it. in my phpinfo file , thes is only a white page: http://www.outletaccessori.it/phpinfo.php Link to comment Share on other sites More sharing options...
El Patron Posted December 5, 2014 Share Posted December 5, 2014 attach the file you uploaded so I can test it Link to comment Share on other sites More sharing options...
El Patron Posted December 5, 2014 Share Posted December 5, 2014 here is example, one line <?php phpinfo(); Link to comment Share on other sites More sharing options...
alfy82 Posted December 5, 2014 Author Share Posted December 5, 2014 very thanks phpinfo.php Link to comment Share on other sites More sharing options...
alfy82 Posted December 5, 2014 Author Share Posted December 5, 2014 here is example, one line <?php phpinfo(); now i change it , but always white page... phpinfo.php Link to comment Share on other sites More sharing options...
El Patron Posted December 5, 2014 Share Posted December 5, 2014 looks perfect... look in error log in hosting to see if there is a php error... you do know your shop in maint mode yes? Link to comment Share on other sites More sharing options...
alfy82 Posted December 5, 2014 Author Share Posted December 5, 2014 looks perfect... look in error log in hosting to see if there is a php error... you do know your shop in maint mode yes? yes, now you can see it the shop, i'don't know what do... Link to comment Share on other sites More sharing options...
alfy82 Posted December 5, 2014 Author Share Posted December 5, 2014 this is the error file log filelog.txt Link to comment Share on other sites More sharing options...
El Patron Posted December 5, 2014 Share Posted December 5, 2014 it's important to 1) not stress and 2) not stress here is issue: File does not exist: /home/outletac/public_html/phpinfo.php maybe it's named something else or you did not upload to shop... Link to comment Share on other sites More sharing options...
alfy82 Posted December 5, 2014 Author Share Posted December 5, 2014 it's important to 1) not stress and 2) not stress here is issue: File does not exist: /home/outletac/public_html/phpinfo.php maybe it's named something else or you did not upload to shop... yes you right , but file phpinfo.php is the one i uploaded now , so why i have error memory_limit since yesterday? 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