I've popped the error_reporting on via the index.php in the root:
Code: Select all
ini_set('display_errors', 1);
ini_set('log_errors', 1);
error_reporting(E_ALL);
Fatal error: Cannot redeclare ControllerCommonColumnLeft::__construct() in /Volumes/Sites/mysitename/public-html/system/storage/modification/catalog/controller/common/column_left.php on line 96
I installed the Viethemes - Extra Positions mod, but that was quite a few days ago and I can't see what I've modified tonight, but I must have done something.