I checked my phpinfo file and display_errors is set to on.
Following the wiki, I entered “error_reporting(E_ALL);” into my system/index.php file. I also changed the config.php file to set $conf[‘debug’] to 2.
Following these steps and attempting to login again, I’m greeted with the errors as previously reported. I got these errors both on login screen, and the page after logging in:
Warning: Cannot modify header information - headers already sent by (output started at /home/.../system/index.php:2) in /home/.../system/core/core.functions.php on line 742
Warning: Cannot modify header information - headers already sent by (output started at /home/.../system/index.php:2) in /home/.../system/core/core.functions.php on line 742
Warning: Cannot modify header information - headers already sent by (output started at /home/.../system/index.php:2) in /home/.../system/core/core.functions.php on line 315
Any other suggestions?
And thanks for all the help guys - it’s much appreciated.