vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.5 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=113)
-   -   Advanced Warning System (Beta Version) (https://vborg.vbsupport.ru/showthread.php?t=95921)

dutchbb 08-18-2006 01:54 PM

I think you mean "warnings" instead of "warning_bans" ?

Because with the last SQL you gave I got
Quote:

#1091 - Can't DROP 'warning_bans'; check that column/key exists

Delphiprogrammi 08-18-2006 03:05 PM

Quote:

Originally Posted by Triple_T
I think you mean "warnings" instead of "warning_bans" ?

Because with the last SQL you gave I got

MySQL Error : Unknown column 'warning_bans' in 'field list' Error Number : 1054

this is your error message from the first post you posted about it.MySQL says it doesn't know the "warning_bans" column.This field is used when warningtypes are issued that cause a ban (temprary or permanent) that column is in the standard vbulletin user table.To see if the field is missing

Code:

DESCRIBE user;
this will show you the "raw" table SQL.If the field it is indeed missing

Code:

ALTER TABLE user ADD COLUMN warning_bans INT(2) DEFAULT '0';

dutchbb 08-18-2006 03:18 PM

Strange...I never posted that error, I think you have confused me with another user?

Delphiprogrammi 08-18-2006 03:43 PM

Quote:

Originally Posted by Triple_T
Strange...I never posted that error, I think you have confused me with another user?

oeps your right you upgraded to 3.6 and you did have a problem with the warnings field beinng removed from the vbulletin 3.6 infraction system.The correct query for the warnings field from the infraction system is

Code:

ALTER TABLE user ADD COLUMN warnings INT UNSIGNED NOT NULL DEFAULT '0';
you can see this in your vbulletin zip package at upload/install/mysql-schema.php line 1816

i'm verry sorry about the confusion i'm an idiot

dutchbb 08-18-2006 03:48 PM

Thanks

Mysticales 08-19-2006 12:54 AM

Hey all, for 3.5.4 with alot of mods, and patched with those two 3.5.5 files. Was wondering, I saw this is kinda just been sitting here and so, was wondering, is this still worth installing or should something else be used?

Just wondering how stable it is for a large forum and how secure youd feel installing it. Or if someone can fill me in. =)

sv1cec 08-19-2006 11:18 AM

Version 3.5.x is pretty stable by now and pretty secure.

Delphi is almost finished with the new version for vB 3.6.0. It should be released soon. An announcement will be posted here, on where you can download it and where to get support.

Thanks Delphi!

Mysticales 08-19-2006 07:33 PM

Ok cool, and just to make sure.. This thread is the current release for 3.5, not that there is another or edits elsewhere I should know of?

jdk10 08-21-2006 03:43 AM

3.6.0 version https://vborg.vbsupport.ru/showthread.php?t=124477

jacks0_0 10-11-2006 03:00 PM

How to show Comments in Post ? Who Can help me ?


All times are GMT. The time now is 03: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.01712 seconds
  • Memory Usage 1,740KB
  • 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
  • (3)bbcode_code_printable
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (3)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)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
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete