10
I ran a fairly exhaustive troubleshooting scenario. The only consistent response in the debug mode was the following Deprecated category results:
'/class/xoopsobject.php' is deprecated since XOOPS 2.5.4, please use 'kernel/object.php' instead.
'Database::getInstance();' is deprecated since XOOPS 2.5.4, please use 'XoopsDatabaseFactory::getDatabaseConnection();' instead.
'Database::getInstance();' is deprecated since XOOPS 2.5.4, please use 'XoopsDatabaseFactory::getDatabaseConnection();' instead.
XoopsEditorHandler::getList() should not be called statically.
I did discover what maybe a more complex problem that a simple conflict between two modules. The problem seems to be related to the system module default template and the xoopsMenbers and xForum modules. A summary of the tests I ran are outlined below.
First test: All modules deactivated except System and members modules. Admin panel set to default template: Blank admin page displayed.
Second test: All modules deactivated except System and members modules. Admin panel set to legacy template: Admin page displayed.
Third test: All modules deactivated. Modules activated in sequence with system and members module activated. Admin page always displayed blank when set to default template until xForum module was activated. At this time the following error occurred.
Fatal error: Call to a member function getInfo() on a non-object in /home/mscndror/public_html/home/modules/xoopsmembers/admin/menu.php on line 26
This error did not show up on the debug screen. It was displayed on a blank browser screen when the Administration link was click on the home page menu.
The sequence of testing is show below:
My Menus – Activated/admin panel set to default template: Blank admin page displayed.
Forms - Activated/admin panel set to default template: Blank admin page displayed.
APCal – Activated/admin panel set to default template: Blank admin page displayed.
XIM – Activated/admin panel set to default template: Blank admin page displayed.
TDM Downloads/admin panel set to default template: Blank admin page displayed.
Contact/admin panel set to default template: Blank admin page displayed.
Partners/admin panel set to default template: Blank admin page displayed.
News/admin panel set to default template: Blank admin page displayed.
Even News/admin panel set to default template: Blank admin page displayed.
Marquee/admin panel set to default template: Blank admin page displayed.
PhP Weather/admin panel set to default template: Blank admin page displayed.
My Quiz/admin panel set to default template: Blank admin page displayed.
xHelp/admin panel set to default template: Blank admin page displayed.
iFrames/admin panel set to default template: Blank admin page displayed.
PDLinks/admin panel set to default template: Blank admin page displayed.
xForum - Activated/ Fatal Error Occurred
xForum – Deactivated – Fatal Error went away, blank admin display
Members – Deactivated – Admin Panel Displayed
xForum – Deactivated/Members Deactivated – No Fatal Error, admin displayed
Activated Members: Fatal Error returned, Blank admin page
Deactivated Members: Fatal Error remained
Activated xForum: No Fatal error
Activated Members: No fatal error - blank admin page with default template
Deactivated xForum: Fatal Error
Activated xForum: No fatal error but blank Admin panel
Deactivated xForum/Switched to legacy admin template: No Fatal Error
Switched to default template/xForum Deactivated: Fatal Error repeatable
Activated xForum: No Fatal Error/blank admin panel
I have plenty of disk space on my server. Would you like me to do a fresh install of xoops 2.5.5 in another directory and add only add the xoopsmember module in addition to the default system, PM and profile modules to see if the problem can be duplicated in a new install?