Quote:
Originally Posted by scfhs
Database error in vBulletin 4.1.8:
Invalid SQL:
SELECT rssfeed.*, user.username, forum.title AS forumtitle, sections.title AS sectiontitle
FROM rssfeed AS rssfeed
LEFT JOIN user AS user ON(user.userid = rssfeed.userid)
LEFT JOIN forum AS forum ON(forum.forumid = rssfeed.forumid)
LEFT JOIN cms_nodeinfo AS sections ON(sections.nodeid = rssfeed.sectionid)
ORDER BY rssfeed.title;
MySQL Error : Table 'mkanznet_rsss4.cms_nodeinfo' doesn't exist
Error Number : 1146
Request Date : Saturday, November 26th 2011 @ 12:36:49 PM
Error Date : Saturday, November 26th 2011 @ 12:36:49 PM
MySQL Version : 5.0.51b-community-nt-log
|
My friend have you downloaded the mod from here or from someother place?or have you edited the mod?
The error is saying there is no 'mkanznet..' table and the mod dose not use such table!
Quote:
Originally Posted by scfhs
admincp/rssposter_cms.php on line 392
|
Where do you see this error?