1
Hi, I have installed the WF-Channel 2.0 module on my XOOPS 2.0.16 site, but I get some errors and the module does not work, my php version is 5.2.1.
I get the following errors:
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 = '94e0f168e743bcfb26934f771a8a0e13'
SELECT * FROM xoops_users WHERE uid=1
SELECT * FROM xoops_modules WHERE dirname = 'wfchannel'
SELECT * FROM xoops_config WHERE (conf_modid = '11') ORDER BY conf_order ASC
SELECT * FROM xoops_wfcpages WHERE wfc_default = '1' LIMIT 0, 1
Error number: 1146
Error message: Table 'abbeyrse_xps.xoops_wfcpages' doesn't exist
SELECT * FROM xoops_group_permission WHERE (gperm_name = 'module_admin' AND gperm_modid = '1' AND (gperm_groupid = '1' OR gperm_groupid = '2'))
SELECT * FROM xoops_wfcpages
Error number: 1146
Error message: Table 'abbeyrse_xps.xoops_wfcpages' doesn't exist
SELECT SUM(wfcr_email) AS amount FROM xoops_wfcrefer
Error number: 1146
Error message: Table 'abbeyrse_xps.xoops_wfcrefer' doesn't exist
SELECT * FROM xoops_wfcpages
Error number: 1146
Error message: Table 'abbeyrse_xps.xoops_wfcpages' doesn't exist
SELECT * FROM xoops_wfcpages ORDER BY wfc_cid ASC LIMIT 0, 10
Error number: 1146
Error message: Table 'abbeyrse_xps.xoops_wfcpages' doesn't exist
Can anyone help?
Chris