Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Trivial
-
Resolution: Fixed
-
Affects Version/s: 1.9.3
-
Fix Version/s: 1.9.3
-
Component/s: Administration
-
Labels:None
-
Environment:Suse Apache
-
Database:MySQL
-
Difficulty:Difficult
-
Affected Branches:MOODLE_19_STABLE
-
Fixed Branches:MOODLE_19_STABLE
Description
Suddenly the admin has no longer access to index.php and admin/index.php (and spin-off pages..)
I saw a strange effect that the default category was createde several times (10x)
I traced down admin/index.php:
first stop was at line $adminroot =& admin_get_root();
If I make $adminroot=1; then the next stop is:
admin_externalpage_setup('adminnotifications');
admin_externalpage_print_header();
Any idea?
Activity
- All
- Comments
- History
- Activity
- Source
- Test Sessions
A module called resourcepage was blocking the correct update.
Removing the dir in mod for resourcepage and killng the entry in mdl_modules, brought the admin pages back to life.