
02-25-2012, 02:33 PM
|
|
|
Join Date: Feb 2012
Posts: 14
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
When I place it at forum home it causes a database error.
Quote:
Database error in vBulletin 4.0.8:
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.setpublish =1
AND cms_node.publishdate <= 1330183858
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 '' at line 12
Error Number : 1064
Request Date : Saturday, February 25th 2012 @ 10:30:58 AM
Error Date : Saturday, February 25th 2012 @ 10:30:58 AM
Script : http://www.thedoomship.com/forum.php
Referrer : http://www.thedoomship.com/content.php?s=&styleid=46
IP Address : **.***.***.***
Username : ScarlosSantana
Classname : vB_Database_MySQLi
MySQL Version : 5.0.92-community
|
|