14
Im using XOOPS 2.0.14 (if Im not mistake, the XOOPS core with has no modules).
I change the isactive for wfsection modules to 0 in my phpmyadmin.It almost work !! The prompt
This is your first time to enter the administration section. Press the button below to proceed. is not there anymore.
In the control panel (admin.php), the situation is almost fine by looking at the left panel (modules). Before this, admin.php is blank!
Somehow, there are some errors pertaining:
Quote:
SELECT * FROM xoops_config WHERE (conf_modid = '0' AND conf_catid = '1') ORDER BY conf_order ASC
SELECT sess_data FROM xoops_session WHERE sess_id = 'c06ca378350089eb127f1c7568d6abb3'
SELECT * FROM xoops_users WHERE uid=2
SELECT * FROM xoops_group_permission WHERE (gperm_name = 'module_admin' AND gperm_modid = '1' AND (gperm_groupid = '1' OR gperm_groupid = '2'))
Total: 4 queries
I shall list down the modules and their version afterwards because I have 76 modules in our portal.
in misc.phpThe errors are:
Quote:
SELECT * FROM xoops_config WHERE (conf_modid = '0' AND conf_catid = '1') ORDER BY conf_order ASC
SELECT sess_data FROM xoops_session WHERE sess_id = 'c06ca378350089eb127f1c7568d6abb3'
SELECT * FROM xoops_users WHERE uid=2
SELECT COUNT(*) FROM xoops_online
SELECT * FROM xoops_online LIMIT 0, 2
SELECT * FROM xoops_modules WHERE isactive = '1' ORDER BY weight ASC, mid ASC
Glad to have XOOPS fan like you guys.