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