Friksjon Posted February 21, 2012 Share Posted February 21, 2012 Hi Suddenly my modules are not showing in Modules tab. I have changed permissions on some files for translating modules. I think it was the 'blockadvertising' folder. Should it have permission 755 or 777? Can this have caused the problem? Link to comment Share on other sites More sharing options...
Mark Hesketh Posted February 21, 2012 Share Posted February 21, 2012 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 More sharing options...
Friksjon Posted February 21, 2012 Author Share Posted February 21, 2012 Thanks, Mark! I'll try and report back. Link to comment Share on other sites More sharing options...
Mike Kranzler Posted February 21, 2012 Share Posted February 21, 2012 Hi Friksjon, If Mark's suggestion above does not work, I would recommend that you contact your hosting provider. This is often an issue with your server's memory_limit value, which is something they can easily change for you if you give them a call. I hope this helps. -Mike Link to comment Share on other sites More sharing options...
Friksjon Posted February 21, 2012 Author Share Posted February 21, 2012 Thanks for helping out! It was the file permissions and that I had added a file that was corrupt. It's a bitch when it your own fault and you have to clean it up yourself... Link to comment Share on other sites More sharing options...
Mike Kranzler Posted February 21, 2012 Share Posted February 21, 2012 Well I'm glad you were able to resolve this, that's the most important thing! I'll go ahead and mark this thread as solved for you. Happy selling! -Mike Link to comment Share on other sites More sharing options...
Recommended Posts