3
I'm using 2.0.4. I do get output when turning on debugging, but it's only a couple of notices, so that shouldn't be any problem, since it auto-corrects that.
Notice [PHP]: Use of undefined constant XOOPS_COMMENT_APPROVENONE - assumed 'XOOPS_COMMENT_APPROVENONE' in file include/comment_delete.php line 62
Notice [PHP]: Undefined index: xoops_lblocks in file class/smarty/Smarty.class.php line 626
MySQL debugging gives me:
Queries
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 = '4400ae9439fb8addc4b4bc07257b8c70'
SELECT * FROM xoops_users WHERE uid=1
SELECT * FROM xoops_modules WHERE dirname = 'system'
SELECT * FROM xoops_configcategory
SELECT * FROM xoops_group_permission WHERE (gperm_name = 'module_admin' AND gperm_modid = 1 AND (gperm_groupid = 1 OR gperm_groupid = 2))
Total: 6 queries
Blocks
Total: 0 blocks
(so there's obviously no deletion getting done)
Debugging templates gives no output.
On a somewhat less prestegious level, how can I let non-logged in users see the forums?
Thanks,
Devon