4
Hi Hsalazar,
I got some sql error messages as well while clicking on the delete article button in the index page.
----------------------------------
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 = '289f6fde0ed645672b9f40dabe6d074f'
SELECT * FROM xoops_users WHERE uid=2
SELECT * FROM xoops_modules WHERE dirname = 'soapbox'
SELECT * FROM xoops_config WHERE (conf_modid = 50) ORDER BY conf_order ASC
SELECT * FROM xoops_modules WHERE dirname = 'soapbox'
SELECT articleID, headline FROM xoops_sbarticles WHERE articleID =
Error number: 1064
Error message: You have an error in your SQL syntax near '' at line 1
SELECT * FROM xoops_group_permission WHERE (gperm_name = 'module_admin' AND gperm_modid = 1 AND (gperm_groupid = 1))
Total: 8 queries
Blocks
Total: 0 blocks
------------------------------
the articleID seems to be missing and I couldn't delete that article afterwards.
I've tried to remove the soapbox module thoroughly and reinstall but the problem's still there.
what possible problem could this be ?