Jump to content

[SOLVED] Modules not showing in tab


Recommended Posts

Hi Friksjon,

 

In 99% of circumstances all folders should be 755, and files 644 for security reasons, so this should be an absolute last resort.

 

You could try enabling Prestashop debugging to see exactly whats happening.

 

In config/config.inc.php line 28 change to the following:

/* Debug only */
@ini_set('display_errors', 'on');
define('_PS_DEBUG_SQL_', true);

(Full details here)

 

Otherwise, try temporarily moving the 'blockadvertising' module folder out of the modules to disable it completely. If its a problem with this module your list should appear and you'll have narrowed it down a bit.

 

Mark

Link to comment
Share on other sites

×
×
  • Create New...