![]() |
Help with a few errors
Hi
I upgraded from zero's warning script to this one everything went fine however i am getting the following errors: Code:
Invalid SQL: select w.*,u.username as wusername,u.userid as wuserid,wt.*, wrn.username as warnername, wrn.userid as warnerid, ruser.username as removed_by_v, (w.warned_time+wt.warn_maturity*24*60*60) AS maturitydate from Code:
Invalid SQL: select * from vb_warnings where warned_post='12321' AND warned_status='A' any help please. Kirk |
hi,
MySQL errors you are for some reason missing some requirerd tables in your database to add the "removed by" field run Code:
ALTER TABLE vb_warnings ADD COLUMN removed_by int(15); Code:
ALTER TABLE vb_warnings ADD COLUMN warned_status char(1); are you using more then one (the default) vbulletin style if so the install script only adds the aws templates to the master (default) style here's a hack that allows you to copy templates from one style to another |
Quote:
Code:
alter table ".TABLE_PREFIX."warnings |
All times are GMT. The time now is 07:38 AM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|