Moodle

blank page for admin, others can go on

Details

  • Type: Bug Bug
  • Status: Closed Closed
  • Priority: Trivial 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

Hide
Ger Tielemans added a comment -

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.

Show
Ger Tielemans added a comment - 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.

People

Vote (0)
Watch (0)

Dates

  • Created:
    Updated:
    Resolved: