I am getting an error when installing. On my forum, CMS is disable and I am using the
xbox theme from Purevb
Code:
Database error in vBulletin 4.1.10:
Invalid SQL:
SELECT cms_article.contentid, cms_article.pagetext AS message, cms_node.nodeid, cms_node.url, cms_node.publishdate, cms_nodeinfo.title, cms_article.previewimage
FROM cms_article AS cms_article
INNER JOIN cms_node AS cms_node ON ( cms_node.contentid = cms_article.contentid )
INNER JOIN cms_nodeinfo AS cms_nodeinfo ON ( cms_nodeinfo.nodeid = cms_node.nodeid )
LEFT JOIN cms_nodecategory AS cms_nodecategory ON ( cms_node.nodeid = cms_nodecategory.nodeid )
WHERE 1 =1
AND cms_node.parentnode IN (-1,)
AND cms_node.setpublish =1
AND cms_node.publishdate <= 1329035624
AND cms_node.publicpreview =1
ORDER BY cms_node.publishdate DESC
LIMIT 0,;
MySQL Error : You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ')
AND cms_node.setpublish =1
AND cms_node.publishdate <= 1329035624
' at line 7
Error Number : 1064