3
hi all,
I am using XOOPS 2.0.18.2 and xHelp 0.78
I define new Department as:
and define email for this Department as:
After that - I got a error when click Submit for this configuration as:
I can see error as:
Quote:
Notice: Only variable references should be returned by reference in file /modules/xhelp/class/xhelpBaseObjectHandler.php line 46
and 5 queries as:
Quote:
SELECT * FROM xoops_config WHERE (conf_modid = '0' AND conf_catid = '1') ORDER BY conf_order ASC
SELECT sess_data, sess_ip FROM xoops_session WHERE sess_id = '19535d84fdb1b1b556e57e97ba7ab0c8'
SELECT * FROM xoops_users WHERE uid=1
SELECT * FROM xoops_modules WHERE dirname = 'xhelp'
SELECT * FROM xoops_config WHERE (conf_modid = '75') ORDER BY conf_order ASC
Could you help me how to fix it?
Thanks in advance