vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=111)
-   -   MySQL Error (https://vborg.vbsupport.ru/showthread.php?t=175548)

Bellardia 04-08-2008 06:25 PM

MySQL Error
 
Whenever trying to update information from admin CP, I get the following MySQL error

Database error in vBulletin 3.6.8:

Code:

Invalid SQL:

                SELECT ranklevel AS l, minposts AS m, rankimg AS i, type AS t, stack AS s, display AS d, ranks.usergroupid AS u
                FROM vb_ranks AS ranks
                LEFT JOIN vb_usergroup AS usergroup USING (usergroupid)
                ORDER BY ranks.usergroupid DESC, minposts DESC;

MySQL Error  : Unknown column 'ranklevel' in 'field list'
Error Number : 1054
Date        : Tuesday, April 8th 2008 @ 12:20:15 PM
Script      : http://www.bellardia.com/forum/admincp/user.php?do=update
Referrer    : http://www.bellardia.com/forum/admincp/user.php?do=edit&u=4066
IP Address  : 24.57.207.251
Username    : Elliian
Classname    : vB_Database

Basically, I'm just wondering where I delete the section that makes this query. It does nothing, and shouldn't be here (someone made a mistake somewhere), but I have no idea where it actually runs from.

Any help? Additional information needed?

Opserty 04-08-2008 06:31 PM

Try uploading a freshly downloaded copy of user.php from vBulletin which matches the version you have installed. If there is still no success check your Plugin Manager. Disable the ones which are Admin related (Hook location normally begins with admin_...), enable them one by one checking each time to see which is causing the error.

Bellardia 04-08-2008 06:48 PM

I already tried uploading fresh versions of user.php and index.php from about 2 weeks ago.
No plug-ins have been installed recently. The only thing I can think of is that I was running queries off the SQL Query window in phpMyAdmin, but none of them were coded into anything, and thus shouldn't have any lasting effects.

I'm really at a loss at what is going on here.

Marco van Herwaarden 04-12-2008 10:35 AM

ranklevel is a default column in 3.6.8 and should be there.

Can you please post the fieldlist of the 'ranks' table (use a tool like phpMyAdmin).


All times are GMT. The time now is 10:05 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01069 seconds
  • Memory Usage 1,716KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_code_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (4)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete