Jump to content

I can't see some modules from Back Office


Recommended Posts

Hi guys,

 

Back office does not show all the modules that are already installed in the server. I have this issue since I installed a module called homefeauturedz. One of the modules that I can't see is the product comments module.

 

I deleted the module homefeauturedz from the server's panel (I couldn't see that module from back office either) but the issue persist. At the beginning there were 125 modules installed, now the back office show just 86.

 

Any idea how to solve it.

 

Thanks in advance guys.

Link to comment
Share on other sites

You have to change max_input_vars for your server settings. If you don't have rights to change this settings with cPanel or own php.ini

 

simply include in your shop .htaccess the following line (as first line):

php_value max_input_vars 10000

If your server is using suhosin module so the lines to be added should be:

php_value suhosin.request.max_vars 10000
php_value suhosin.post.max_vars 10000
Link to comment
Share on other sites

I am scared to do any configuration on the files and mess all the website up.

 

At this point the back office and front office are showing "Internal Server Error" quite often.

 

I just want to set back the site as it was running well one week ago.

 

A second opinion is really appreciated.

 
Link to comment
Share on other sites

Hi guys,

 

The solution that you had proposed didn't work.

 

I fix the problem in this way:

 

- I enable the debug for errors: /config/config.inc.php    I changed:     @ini_set('display_errors', 'off');     for this code:  @ini_set('display_errors', 'on');

- When I selected the modules menu the back office show me the error at one particular file of the shop specifying the line number of the error.

- I re-installed the corrupted file through the FTP (I was playing doing some modifications on that file, that's why the error)

- I set back the errors debug to @ini_set('display_errors', 'off'); 

 

Now the problem is fixed.

 

Thank you anyway.

Link to comment
Share on other sites

×
×
  • Create New...