vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 Programming Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=15)
-   -   Can someone tell me what this means (https://vborg.vbsupport.ru/showthread.php?t=43177)

DarkDraco07 09-05-2002 02:11 AM

Can someone tell me what this means
 
Database error in vBulletin 2.2.6:

Invalid SQL: SELECT storep FROM userfield WHERE userid=1
mysql error: Unknown column 'storep' in 'field list'

mysql error number: 1054

Date: Wednesday 04th of September 2002 09:03:48 PM
Script: http://www.darknemesis.com/forums/forums/newthread.php
Referer: http://www.darknemesis.com/forums/ne...read&forumid=2

Erwin 09-05-2002 02:41 AM

The storep column is missing in your db. You have 2 choices - ADD that column back (ie. reinstall whatever hack that is) OR remove the query from your newthread.php - open that file up and look for storep and remove that query line (if you no longer have that hack).

Looks like you are upgrading or moving files to a new db or something...

g-force2k2 09-05-2002 05:42 PM

if you're going to readd it DD07

run the query:

PHP Code:

ALTER TABLE user ADD storep int(10NOT NULL DEFAULT '0' 

else if you decide to remove take out the storep update in the newreply as well... and remove the queries too ;) regards...

g-force2k2

DarkDraco07 09-05-2002 06:27 PM

thanks, i decided to make everyone re-register because this whole moving user/posts is messin up my boards. i have to remake my new boards cuz they got messed up after all this


All times are GMT. The time now is 07:00 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.01034 seconds
  • Memory Usage 1,714KB
  • 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_php_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