aditya369 Posted January 19, 2012 Share Posted January 19, 2012 Hi all, I have an issue with a front office module. There was a module "Products Category v1.3 by PrestaShop". But I could not find this module in Admin Panel. But the module related files exists on the server location "/modules/productscategory" . But it is not showing up in the admin panel nor on my site. Can any one help me on this? If I have deleted the module from admin panel by mistake, how can I get the module back on my admin panel? thanks in advance, Aditya Link to comment Share on other sites More sharing options...
indus Posted January 19, 2012 Share Posted January 19, 2012 What version of prestashop are you using? You can try reinstalling the module ? Tried that? Link to comment Share on other sites More sharing options...
aditya369 Posted January 19, 2012 Author Share Posted January 19, 2012 What version of prestashop are you using? You can try reinstalling the module ? Tried that? Hi PSA, thanks for your reply. My Prestashop version is 1.4.6.2 this is the version that I'm using on my server. The same version I'm using on my wamp server too. Found no issues with wamp. But on live server, I'm having this issue. Also on the live server, I'm getting the below error in the admin panel. The following module(s) could not be loaded: All modules cannot be loaded due to memory limit restriction reason, please increase your memory_limit value on your server configuration Thanks, Aditya Link to comment Share on other sites More sharing options...
indus Posted January 19, 2012 Share Posted January 19, 2012 Ok this is a common issue with prestashop and hopefully will be fixed in 1.5. Open the config file and make these changes to the config.inc.php file so you can debug the issue. @ini_set('display_errors', 'on'); define('PS_DEBUG_SQL', true); Try these two things : First: - open config/config.inc.php - find /* Improve PHP configuration to prevent issues */ - add ini_set('memory_limit', '64M'); Second: Create a php.ini file and drop it in the root of server. Put this line inside the file memory_limit = 64M this should solve your problem. Link to comment Share on other sites More sharing options...
aditya369 Posted January 23, 2012 Author Share Posted January 23, 2012 Yes, adding "ini_set('memory_limit', '64M');" in "config/config.inc.php" is the solution.... Its working now.. many thanks Indus.... 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