After upgrade to Moodle 2.3.1 all 'settings.php?' pages are not available

After upgrade to Moodle 2.3.1 all 'settings.php?' pages are not available

by Janette Dimitrova -
Number of replies: 4

After upgrade from Moodle 2.2.2 to 2.3.1 all main admin pages which start with 'settings.php?' are causing HTTP 500 error with likely causes:

  • The website has a programming error.

The previous installation has been  running without any issues on

Windows 2003 server

MySQL 5.5.24

PHP 5.3.9.5.6.0

 

Average of ratings: -
In reply to Janette Dimitrova

Re: After upgrade to Moodle 2.3.1 all 'settings.php?' pages are not available

by Dan Poltawski -

Hi Janette,

Can you increase the debugging level to developer to try and discover what the problem is? Docs:Debugging.

In reply to Dan Poltawski

Re: After upgrade to Moodle 2.3.1 all 'settings.php?' pages are not available

by Janette Dimitrova -

I can't do that because the setting is made using the admin/settings.php page and every time we try to access that we are presented with Error page.

However, even is the setting was made, when the 500 Server error page comes up, I can't possibly see the debbuging messages anyway.

The problem is localized to the settings page and not to any of the other edits and ajustments.

In reply to Janette Dimitrova

Re: After upgrade to Moodle 2.3.1 all 'settings.php?' pages are not available

by TJ Russell -

Janet,

I don't know if this will help you, but I got around the 500 errors by changing the config.php file so that it accessed mysql instead of mysqli and then changed it back when I got things corrected.

In reply to Janette Dimitrova

Re: After upgrade to Moodle 2.3.1 all 'settings.php?' pages are not available

by Guillermo Madero -

Hi Janette,

Please check the web server error log. This will help you determine what is going on.