jsherk Posted December 28, 2011 Share Posted December 28, 2011 I have a custom module I am developing and it is almost done and I have it working pretty good on v1.4. On v1.5, when I go the modules tab, it works fine, but as soon as I put my module into the modules folder, when I try the modules tab, I get a completely blank screen. When I remove my module from the folder, the modules tab works fine again. I use FireBUG on Firefox and it shows no errors. I also have @ini_set('display_errors', 'on'); and define('_PS_DEBUG_SQL_', true); as well in config.inc.php. And also there is no error_log file generated. Any ideas what else I can check? Thanks Link to comment Share on other sites More sharing options...
Mike Kranzler Posted December 28, 2011 Share Posted December 28, 2011 Hi jsherk, This is often a simple memory issue. The first thing you can do is ask for your hosting provider to upgrade your memory_limit value. Most hosts have a default of 32M, but 64M is better for PrestaShop and your host shouldn't have any issues in upping it for you. I hope this helps. -Mike Link to comment Share on other sites More sharing options...
Recommended Posts