PDA

View Full Version : Database Error Message


Front Range 4x4
03-12-2010, 01:41 AM
Can anyone tell me what this means? :confused:

TIA!

------------------------------------------------------------------------

Invalid SQL:
SELECT vbcmspermissions FROM v_administrator WHERE userid = 0;

MySQL Error : Unknown column 'vbcmspermissions' in 'field list'
Error Number : 1054
Request Date : Thursday, March 11th 2010 @ 09:11:24 PM
Error Date : Thursday, March 11th 2010 @ 09:11:24 PM
Script : http://www.myforum.com/forums/ajax.php?do=rss&type=newcontent&contenttypeid=36&sectionid=55&days=120&count=10
Referrer :
IP Address : resolves to googlebot.com
Username : Unregistered
Classname : vB_Database
MySQL Version :

TimberFloorAu
03-12-2010, 02:12 AM
Can anyone tell me what this means? :confused:

TIA!

------------------------------------------------------------------------

Invalid SQL:
SELECT vbcmspermissions FROM v_administrator WHERE userid = 0;

MySQL Error : Unknown column 'vbcmspermissions' in 'field list'
Error Number : 1054
Request Date : Thursday, March 11th 2010 @ 09:11:24 PM
Error Date : Thursday, March 11th 2010 @ 09:11:24 PM
Script : http://www.myforum.com/forums/ajax.php?do=rss&type=newcontent&contenttypeid=36&sectionid=55&days=120&count=10
Referrer :
IP Address : resolves to googlebot.com
Username : Unregistered
Classname : vB_Database
MySQL Version :

Edit config.php

Add this line AFTER <?

define('DISABLE_HOOKS', true);

Reupload, then see if you get the db error

Front Range 4x4
03-12-2010, 02:39 AM
The trouble is it appears only when googlebot crawls my site. Disabling hooks would upset my users. I just realized the url wasn't posted. Here's what couldn't be seen in the initial post.

forums/ajax.phpdo=rss&type=newcontent&contenttypeid=36&sectionid=55&days=120&count=10

TimberFloorAu
03-12-2010, 03:33 AM
have you got rss enabled?

Front Range 4x4
03-12-2010, 03:41 AM
Yes I do. I'm wondering if it has something to do with having had the CMS enabled and disabling it.