Yes.
I just uploaded a brand new install of 1540 and am getting the same error. Additionally, clicking on any of the menu items on the left redirects me back to the main rosterCP page.
Index: addons/memberslist/admin/index.php
===================================================================
--- addons/memberslist/admin/index.php (revision 1540)
+++ addons/memberslist/admin/index.php (working copy)
@@ -122,16 +122,16 @@
// ----[ Build the page items using lib functions ]---------
$menu = $config['master']->buildConfigMenu();
-foreach( $config as $conf_obj )
+foreach( $config as $id => $conf_obj )
{
- $conf_obj->buildConfigPage();
+ $config[$id]->buildConfigPage();
}
$body .= $config['master']->form_start
. $save_message;
-foreach( $config as $conf_obj )
+foreach( $config as $id => $conf_obj )
{
- $body .= $conf_obj->formpages;
+ $body .= $config[$id]->formpages;
}
$body .= $config['master']->submit_button
. $config['master']->form_end
Users browsing this forum: No registered users and 1 guest