Jump to content

Front Office Features "Products Category v1.3 by PrestaShop"


Recommended Posts

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

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:

  1. 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

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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...