Go Back   vBulletin Setup > vBulletinSetup Information > Troubleshooting vBulletin Problems

Reply 
 
LinkBack Thread Tools Display Modes
Old 10-08-2008, 04:50 PM   #1
entrepreneur
 
Join Date: Sep 2008
Posts: 14
izem013 will become famous soon enough
i cant access to Admincp

hi

i can t access to Admincp i get this error n webmaster's mail

helpe me plz

thanks in advance

Database error in vBulletin 3.7.2:

Invalid SQL:

SELECT administrator.*,
userfield.*, usertextfield.*, user.*, UNIX_TIMESTAMP(passworddate) AS passworddate,
IF(displaygroupid=0, user.usergroupid, displaygroupid) AS displaygroupid,
language.phrasegroup_global AS phrasegroup_global,
language.phrasegroup_cphome AS phrasegroup_cphome,
language.phrasegroup_cpglobal AS phrasegroup_cpglobal,
language.options AS lang_options,
language.languagecode AS lang_code,
language.charset AS lang_charset,
language.locale AS lang_locale,
language.imagesoverride AS lang_imagesoverride,
language.dateoverride AS lang_dateoverride,
language.timeoverride AS lang_timeoverride,
language.registereddateoverride AS lang_registereddateoverride,
language.calformat1override AS lang_calformat1override,
language.calformat2override AS lang_calformat2override,
language.logdateoverride AS lang_logdateoverride,
language.decimalsep AS lang_decimalsep,
language.thousandsep AS lang_thousandsep

FROM user AS user
LEFT JOIN userfield AS userfield ON (user.userid = userfield.userid)
LEFT JOIN usertextfield AS usertextfield ON (usertextfield.userid = user.userid) LEFT JOIN administrator AS administrator ON (administrator.userid = user.userid) LEFT JOIN language AS language ON (language.languageid = IF(user.languageid = 0, 1, user.languageid))

WHERE user.userid = 1;

MySQL Error : Unknown column 'administrator.userid' in 'on clause'
Error Number : 1054
Request Date : Wednesday, October 8th 2008 @ 07:36:54 PM
Error Date : Wednesday, October 8th 2008 @ 07:36:54 PM
Script : http://XXXX.XXX/admincp/index.php
Referrer : Unknown Domain
IP Address : XXX.XXX.XX.XXX
Username :
Classname : vB_Database
MySQL Version :
izem013 is offline   Reply With Quote

Advertisement [Remove Advertisement]

Old 10-09-2008, 06:26 AM   #2
Supporters
vBulletin Owner
 
glennybee's Avatar
 
Join Date: Mar 2008
Location: Scotland
Posts: 1,058
glennybee is just really niceglennybee is just really nice
Re: i cant access to Admincp

Edit config.php and add this line right under <?php

Code:
define('DISABLE_HOOKS', true);
This will disable all hacks on your forum, this is most likely the cause of the error.

When you get ACP access you can disable the last hack you installed and track back to see which one is causing the error.

If you've not recently installed a hack, what was the last modification you made?
glennybee is offline   Reply With Quote
Old 10-12-2008, 07:09 AM   #3
entrepreneur
 
Join Date: Sep 2008
Posts: 14
izem013 will become famous soon enough
Re: i cant access to Admincp

thank you glennybee , now it s working
izem013 is offline   Reply With Quote
Reply 
vBulletin Setup > vBulletinSetup Information > Troubleshooting vBulletin Problems

Tags
access, admincp

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Combine UserCP and AdminCP vBulletin options? Redline Troubleshooting vBulletin Problems 5 06-05-2009 01:57 PM
[vB 3.6.X] Heaven Style - admincp Sofia Admin CP Styles for vBulletin 2 09-22-2007 05:01 AM
admincp update problem abramelin Troubleshooting vBulletin Problems 1 10-15-2006 09:36 AM


All times are GMT -8. The time now is 06:29 PM.