-
- canadamn

-
Total Posts: 8
Joined: 2008-05-10
|
When I load front end I get nothing but blank pages.
To my index.php I added:
ini_set(’display_errors’, 1);
error_reporting(E_ALL);
Result on front end is this error: (Note that I am running default template)
Fatal error: Uncaught exception ‘Exception’ with message ‘Notice: Use of undefined constant �display_errors� - assumed ‘�display_errors�’ in /var/www/vhosts/gizmoblog.com/httpdocs/index.php on line 49’ in /var/www/vhosts/gizmoblog.com/httpdocs/app/code/core/Mage/Core/functions.php:246 Stack trace: #0 /var/www/vhosts/gizmoblog.com/httpdocs/index.php(49): mageCoreErrorHandler(8, ‘Use of undefine...’, ‘/var/www/vhosts...’, 49, Array) #1 {main} thrown in /var/www/vhosts/gizmoblog.com/httpdocs/app/code/core/Mage/Core/functions.php on line 246
|