by Steve Wood.
Thanks for your reply Luis.
Can't go to that page as all admin pages come up blank.
Pasted in fix
@error_reporting(E_ALL | E_STRICT);
@ini_set('display_errors', '1');
$CFG->debug = (E_ALL | E_STRICT);
$CFG->debugdisplay = 1;
// You can specify a comma separated list of user ids that that always see
// debug messages, this overrides the debug flag in $CFG->debug and $CFG->debugdisplay
// for these users only.
$CFG->debugusers = '2';
and get
Strict Standards: Creating default object from empty value in /home/croca708/public_html/tenterfieldhighschool.net/admin/settings.php on line 4