1
This is getting frustrating as I still cannot get this problem solved.
Warning: Class 'xoopstree' is deprecated, check 'XoopsObjectTree' in tree.php in file class/xoopstree.php line 45
SET NAMES 'ISO-8859-1'
Error number: 1115
Error message: Unknown character set: 'ISO-8859-1'
SELECT * FROM xt3x5_config WHERE (conf_modid = '0' AND conf_catid = '1') ORDER BY conf_order ASC
SELECT sess_data, sess_ip FROM xt3x5_session WHERE sess_id = '6ff55e7c1664f41b35d519945d9ecfb0'
SELECT * FROM xt3x5_users WHERE uid = '1963'
DELETE FROM xt3x5_protector_access WHERE expire < UNIX_TIMESTAMP()
SELECT COUNT(*) FROM xt3x5_protector_access WHERE ip='124.82.39.220' AND request_uri='/modules/newbb/admin/admin_forum_manager.php?op=mod&forum=33'
SELECT COUNT(*) FROM xt3x5_protector_access WHERE ip='124.82.39.220'
INSERT INTO xt3x5_protector_access SET ip='124.82.39.220',request_uri='/modules/newbb/admin/admin_forum_manager.php?op=mod&forum=33',expire=UNIX_TIMESTAMP()+'60'
SELECT * FROM xt3x5_modules WHERE dirname = 'newbb'
SELECT * FROM xt3x5_config WHERE (conf_modid = '180') ORDER BY conf_order ASC
SELECT * FROM xt3x5_group_permission WHERE (gperm_name = 'module_admin' AND gperm_modid = '1' AND (gperm_groupid = '1' OR gperm_groupid = '2'))
SELECT * FROM xt3x5_bb_forums WHERE forum_id = '33'
SELECT cat_id, cat_title FROM xt3x5_bb_categories WHERE 0=0 ORDER BY cat_id
SELECT * FROM xt3x5_bb_categories WHERE 0=4 ORDER BY cat_id
SELECT * FROM xt3x5_bb_categories WHERE 0=5 ORDER BY cat_id
SELECT * FROM xt3x5_bb_categories WHERE 0=14 ORDER BY cat_id
SELECT * FROM xt3x5_bb_categories WHERE 0=18 ORDER BY cat_id
SELECT * FROM xt3x5_bb_categories WHERE 0=25 ORDER BY cat_id
SELECT * FROM xt3x5_smiles
SELECT COUNT(*) FROM `xt3x5_users`
SELECT * FROM `xt3x5_users` WHERE (uid IN ()) ORDER BY uname ASC
Error number: 1064
Error message: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ')) ORDER BY uname ASC' at line 1
Total: 21 queries
I have 2000 over users in my database but none of them show up in my the list when I am trying to add a moderator.
And somehow, I don't have the administrative power for cbb as well. it listed me as a normal user. I only have the ability to "delete, edit" postings but I don't have the ability to move the topics or merge the topics which I am suppose to as I am the webmaster of the site. Its as shown as the image below.
with the debug below:
Notice: Deprecated function 'mod_getip', use XoopsUserUtility directly. in file Frameworks/art/functions.user.php line 20
Notice: Only variables should be assigned by reference in file modules/newbb/class/permission.php line 117
Notice: Deprecated function 'mod_getunamefromids', use XoopsUserUtility directly. in file Frameworks/art/functions.user.php line 26
Notice: Undefined index: shoutbox_smibar in file modules/shoutbox/blocks/shoutbox.php line 60
Notice: Only variable references should be returned by reference in file modules/smartpartner/include/functions.php line 252
Notice: Only variable references should be returned by reference in file modules/smartpartner/include/functions.php line 252
Notice: Only variable references should be returned by reference in file modules/smartpartner/include/functions.php line 252
Notice: Only variable references should be returned by reference in file modules/smartpartner/include/functions.php line 252
Notice: Only variables should be assigned by reference in file modules/smartpartner/blocks/partners_list.php line 27
Notice: Undefined index: title in file modules/newbb/class/user.php line 248
Warning: Class XoopsEditorHandler does not exist
Handler Name: editor in file include/functions.php line 446
Notice: Only variables should be assigned by reference in file modules/newbb/viewtopic.php line 584
I tried uninstalling and resintalling the module and loaded the database of the cbb module. It does work but problem is some of the later pages will be empty.
Please help. I need my administrative power in cbb to moderate the postings.