Getting a blank page on both my home page and my CP login page. after setting
error_reporting(E_ALL);for both /index.php and /system/index.php I’m getting no errors on index.php but I’m getting the following error on /system/index.php:
Warning: require(/[my path]/system/config.php) [function.require]: failed to open stream: Permission denied in [my path]/system/core/core.system.php on line 215The thing is, the permissions are set properly on that file, so I’m not sure what the issue is. Any ideas?