vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Advanced Warning System (AWS) (https://vborg.vbsupport.ru/forumdisplay.php?f=105)
-   -   Problem with database error (https://vborg.vbsupport.ru/showthread.php?t=82485)

zell_11 06-04-2005 08:27 AM

Problem with database error
 
I am getting this error when i go into

View Warned Users

Quote:

Invalid SQL: SELECT COUNT(*) AS users FROM user AS user where warnings>0 OR alerts>0
mysql error: Unknown column 'alerts' in 'where clause'

mysql error number: 1054

Date: Saturday 04th of June 2005 10:23:11 AM
Script: http://www.zenogaming.com/forums/adm...iewwarnedusers
Referer: http://www.zenogaming.com/forums/adm...dex.php?do=nav
Anyone know the problem?

Also when i try and save a user i get this

Quote:

Invalid SQL: UPDATE user SET

### UPDATE QUERY GENERATED BY fetch_query_sql() ###
username = 'zell1',
email = 'liam@rpgzone.net',
languageid = '0',
usertitle = 'Junior Member',
contrib = '0',
customtitle = '0',
homepage = '',
icq = '',
aim = '',
yahoo = '',
msn = '',
parentemail = '',
posts = '0',
ipaddress = '81.155.227.167',
alerts = '',
warnings = '0',
warning_level = '0',
warning_bans = '0',
usergroupid = '2',
reputation = '10',
autosubscribe = '-1',
showvbcode = '1',
styleid = '0',
timezoneoffset = '0',
daysprune = '0',
threadedmode = '0',
referrerid = '0',
joindate = '1106740800',
lastactivity = '1114198980',
lastpost = '1108329900',
birthday = '',
birthday_search = '',
options = '3159',
reputationlevelid = '5',
membergroupids = '',
displaygroupid = '0'
WHERE userid=12
mysql error: Unknown column 'alerts' in 'field list'

mysql error number: 1054

Date: Saturday 04th of June 2005 10:24:57 AM
Script: http://www.zenogaming.com/forums/admincp/user.php
Referer: http://www.zenogaming.com/forums/adm...edit&userid=12
Can anyone please tell me how to sort these

sv1cec 06-04-2005 12:26 PM

Obviously the column alerts does not exist in your user table. Create it using:

ALTER TABLE " . TABLE_PREFIX . "user ADD COLUMN `alerts` int(5) default '0'


All times are GMT. The time now is 04:59 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.04108 seconds
  • Memory Usage 1,718KB
  • 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
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (2)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