No Site Settings

No Site Settings

by Steve Wood -
Number of replies: 4

Have just done new installation of 2.6.2. All okay but cannot edit front page settings. When I go into Site Administration, most things come up as a blank page.

It seems like I'm locked in course view, even though logged in as System Administrator.

Can't add users or browse users etc etc.

Running new computer with Windows 8

Thanks for any help.

Steve

Average of ratings: -
In reply to Steve Wood

Re: No Site Settings

by Luis de Vasconcelos -

Go to http://yoursite.com/admin/settings.php?section=debugging and turn the "Debug messages" level up to Developer. See http://docs.moodle.org/26/en/Debugging

Then go back to your front page. You should get an error message (in Moodle or your PHP error log, depending on what you select under messagesdebugdisplay on that settings page) describing your problem.

Post that error message here...

In reply to Luis de Vasconcelos

Re: No Site Settings

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

In reply to Luis de Vasconcelos

Re: No Site Settings

by Steve Wood -

I'm thinking this could be a permission problem.

Logged in as System Administrator set on installation but:

when $adminroot = admin_get_root(); // need all settings is called output stops