Log in

View Full Version : Error in my sql


zheive
05-04-2012, 04:23 AM
Hello, sorry for my bad english, i`m spanish. From yesterday i have a error in the root of mi acp panel, it is the next:

Database error in vBulletin 3.8.7:

Invalid SQL:

SELECT tCustom.version AS customversion, tGlobal.version AS globalversion,
tGlobal.product
FROM template AS tCustom
INNER JOIN template AS tGlobal ON (tGlobal.styleid = -1 AND tGlobal.title = tCustom.title)
INNER JOIN style AS style ON (style.styleid = tCustom.styleid)
WHERE tCustom.styleid <> -1
AND tCustom.templatetype = 'template';

MySQL Error : Unknown column 'tGlobal.product' in 'field list'
Error Number : 1054
Request Date : Friday, May 4th 2012 @ 07:19:59 AM
Error Date : Friday, May 4th 2012 @ 07:20:00 AM
Script : http://www.miweb/ACPM/index.php?do=home
Referrer : http://www.miweb.org/control_panel/index.php
IP Address : 85.51.81.XX
Username : xxxxxx
Classname : vB_Database
MySQL Version : 5.0.51a-24+lenny4-log

Lynne
05-04-2012, 08:03 PM
Try disabling your modifications/plugins and see if you still have this problem.
Note: To temporarily disable the plugin system, edit includes/config.php and add this line right under <?php

define('DISABLE_HOOKS', true);