The Admin > Site Config > Modules page's HTML cuts off after the HR under the top blurb (no modules list, no left nav menu).

Removing the locale.module file seems to fix the problem, as does altering the db's system table so locale.module's status = 1

See also
http://lists.drupal.org/pipermail/drupal-support/2003-March/002268.html

Comments

ax’s picture

see also [ [drupal-devel] [CRASH] locale module causes Drupal to crash | http://lists.drupal.org/pipermail/drupal-devel/2003-March/022751.html ]

Anonymous’s picture

Title: Admin > Modules page empty, locale.module implicated » Re: [drupal-devel] bug #1427 : Admin > Modules page empty, locale.module implicated

Quick and dirty patch. This doesn't really solve the problem in a
perfect way, but at least it solves the problem. I think its more
critical to make sure things don't crash then take the time to fix the
real issue. To me it looks like some obscure bug in PHP as logically
there is nothing wrong with the code, its just one very special case
that causes the problem.

diff -u -r1.133.2.9 common.inc

al’s picture

Title: Re: [drupal-devel] bug #1427 : Admin > Modules page empty, locale.module implicated » Re: [drupal-devel] bug #1427 : Admin > Modules page empty, loca
Priority: Normal » Critical

This has been patched in CVS. Marking this fixed.

al’s picture

Tempted to CLOSE this. Is anyone having any more problems with it?

moshe weitzman’s picture

closing.

ax’s picture

Title: Re: [drupal-devel] bug #1427 : Admin > Modules page empty, loca » Admin > Modules page empty, locale.module implicated