Status
Not open for further replies.
Hi guys I uninstalled and re uploaded this as there was no CMS widget to be found. I re installed and everything looked fine until I put the slider widget in the layouts, killed the site. It also happened when I used the other option in Instances.

I have left it there if someone can have a look please.
Cheers

Mick
 
Was there an actual error that was displayed? That would help greatly in figuring out what the issue could be.

Brad
via Moto X
 
Database error in vBulletin 4.2.2:

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,
thread.replycount
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 )
LEFT JOIN cms_category AS cms_category ON (cms_nodecategory.categoryid = cms_category.categoryid )
LEFT JOIN thread AS thread ON ( cms_nodeinfo.associatedthreadid = thread.threadid )
WHERE 1=1


AND cms_node.setpublish =1
AND cms_node.publishdate <= 1396456087
AND cms_node.publicpreview =1
ORDER BY nodeinfo.viewcount DESC
LIMIT 10;

MySQL Error : Unknown column 'nodeinfo.viewcount' in 'order clause'
Error Number : 1054
Request Date : Thursday, April 3rd 2014 @ 03:28:07 AM
Error Date : Thursday, April 3rd 2014 @ 03:28:07 AM
Script : Toorak Times - Socially Aware - Feature Writers
Referrer : Toorak Times - Socially Aware - St KIlda featured to Pharrell William's joyous song "Happy"
IP Address : 220.244.250.7
Username : Mick Pacholli (Admin)
Classname : vB_Database
MySQL Version : 5.0.96-community-log

Database error in vBulletin 4.2.2:

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,
thread.replycount
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 )
LEFT JOIN cms_category AS cms_category ON (cms_nodecategory.categoryid = cms_category.categoryid )
LEFT JOIN thread AS thread ON ( cms_nodeinfo.associatedthreadid = thread.threadid )
WHERE 1=1


AND cms_node.setpublish =1
AND cms_node.publishdate <= 1396458368
AND cms_node.publicpreview =1
ORDER BY nodeinfo.viewcount DESC
LIMIT 10;

MySQL Error : Unknown column 'nodeinfo.viewcount' in 'order clause'
Error Number : 1054
Request Date : Thursday, April 3rd 2014 @ 04:06:08 AM
Error Date : Thursday, April 3rd 2014 @ 04:06:08 AM
Script : Toorak Times Database Error
Referrer :
IP Address : 157.55.33.109
Username : Unregistered
Classname : vB_Database
MySQL Version :

There seem to be a lot of versions of this mate.

Database error in vBulletin 4.2.2:

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,
thread.replycount
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 )
LEFT JOIN cms_category AS cms_category ON (cms_nodecategory.categoryid = cms_category.categoryid )
LEFT JOIN thread AS thread ON ( cms_nodeinfo.associatedthreadid = thread.threadid )
WHERE 1=1


AND cms_node.setpublish =1
AND cms_node.publishdate <= 1396458308
AND cms_node.publicpreview =1
ORDER BY nodeinfo.viewcount DESC
LIMIT 10;

MySQL Error : Unknown column 'nodeinfo.viewcount' in 'order clause'
Error Number : 1054
Request Date : Thursday, April 3rd 2014 @ 04:05:08 AM
Error Date : Thursday, April 3rd 2014 @ 04:05:08 AM
Script : Toorak Times Database Error
Referrer :
IP Address : 157.55.33.109
Username : Unregistered
Classname : vB_Database
MySQL Version :
 
Last edited by a moderator:
Your CMS database appears to be corrupt. You can fix this specific issue by running
Code:
ALTER TABLE cms_nodeinfo ADD viewcount INT(10) UNSIGNED NOT NULL DEFAULT '0'
 
Status
Not open for further replies.

Similar threads

Legacy vBSlider

vBulletin 3.8.x vBulletin 4.x.x
Seller
DragonByte Technologies
Release date
Last update
Total downloads
838
Customer rating
0.00 star(s) 0 ratings
Top