1
laura
Administration Menu Problem
  • 2003/10/21 12:59

  • laura

  • Just popping in

  • Posts: 2

  • Since: 2003/9/4 1


I found a problem in the admin area when you activate and deactive the modules. the admin menu does not get rebuilt. Below is the fix for that problem.

--- main.php.org Tue Oct 21 13:54:56 2003
+++ main.php Tue Oct 21 13:49:07 2003
@@ -130,10 +130,12 @@
if (isset($newstatus[$mid]) && $newstatus[$mid] ==1) {
if ($oldstatus[$mid] == 0) {
$ret[] = xoops_module_activate($mid);
+ $write = true;
}
} else {
if ($oldstatus[$mid] == 1) {
$ret[] = xoops_module_deactivate($mid);
+ $write = true;
}
}
$newname[$mid] = trim($newname[$mid]);

2
pcracer
Re: Administration Menu Problem
  • 2003/10/23 16:46

  • pcracer

  • Just popping in

  • Posts: 31

  • Since: 2003/10/23


Many THX! Glad you found that, as I was just about to post for help! LOL!
I'm hoping this is the fix I needed, so far it's working...mine was displaying a blank page after certain admin module updates/changes/install/uninstall but not always. I could go back & refresh the modules page & the changes were made.

All after updating from 2.02 to 2.05

THX!

Login

Who's Online

213 user(s) are online (139 user(s) are browsing Support Forums)


Members: 0


Guests: 213


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: Apr 30
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits