vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.0 Full Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=33)
-   -   Advanced Warning System (AWS) (https://vborg.vbsupport.ru/showthread.php?t=71992)

Koutaru 11-22-2004 08:11 PM

Perhaps a missing template or phrase?

sv1cec 11-22-2004 09:15 PM

Quote:

Originally Posted by Koutaru
Perhaps a missing template or phrase?

Has anybody else got a blank page? No matter what I try, I can't make it come up with a blank page. Hello, are you sure you have done all the steps described in the instructions?

Rgds

mcyates 11-23-2004 12:03 PM

mysql error: Unknown column 'hierarchical' in 'field list'

ERROR BELOW::


Database error in vBulletin 3.0.3:

Invalid SQL: update warning_options set
hierarchical='Yes',
warner='0',
banned_limit='7',
points_before_banned='10',
banned_usergroup_id='8',
troll_usergroup_id='8',
protected_usergroups='6',
incr_ban_days='Yes',
max_no_bans='3',
multiple_per_post='Yes',
send_pm_warning='Yes',
send_em_warning='Yes',
historical='Yes',
allowoffpost='Yes',
warnings_per_page='10'
where oid='1'
mysql error: Unknown column 'hierarchical' in 'field list'

mysql error number: 1054

Date: Tuesday 23rd of November 2004 01:45:59 PM
Script: http://www.myfootballforum.com/10293...admin_warn.php
Referer: http://www.myfootballforum.com/10293...=manageoptions
Username: boro_boy
IP Address: 62.254.64.19

==============================================

This is possible because I can't find anything containing 'hierarchical' in the SQL below I think the 'hierarchical' bit of the script which is missing should be above line 3 below, (above `warner` int(10) unsigned, )

CREATE TABLE `".TABLE_PREFIX."warning_options` (
`oid` int(15) NOT NULL auto_increment,
`warner` int(10) unsigned,
`banned_limit` int(15) NOT NULL,
`points_before_banned` int(15) NOT NULL default '0',
`banned_usergroup_id` int(15) default '0',
`protected_usergroups` varchar(10),
`troll_usergroup_id` varchar(10),
`incr_ban_days` char(3),
`max_no_bans` int(5),
`multiple_per_post` char(3),
`send_pm_warning` char(3),
`send_em_warning` char(3),
`historical` char(3),
`allowoffpost` char(3),
`warnings_per_page` int(3),
PRIMARY KEY (`oid`)
) TYPE=MyISAM


This erro keeps coming up when i change the settings in the admin cp.

Cheers

mcyates 11-23-2004 12:07 PM

I fixed it my adding this

Code:

ALTER TABLE `warning_options` ADD `hierarchical` VARCHAR( 3 ) DEFAULT NULL AFTER `oid` ;

Revan 11-23-2004 12:16 PM

Sounds nice, Im gonna chill with Erwin's hack until the number of users reporting bugs <= 0 ;)

mcyates 11-23-2004 12:31 PM

Quote:

Originally Posted by Revan
Sounds nice, Im gonna chill with Erwin's hack until the number of users reporting bugs <= 0 ;)

that's the only bug i've found. Eveything else is fine, great hack!!

Installed

sv1cec 11-23-2004 01:58 PM

And this is not a bug, the installation script and the upgrade script include this column, in the warning_options table, check for yourself. Probably mcyates didn't run the scripts, maybe he upgraded manually, from an earlier version which I've published in ZT's thread?

Rgds

mcyates 11-23-2004 02:20 PM

I ran the script but it didn't do anything so i had to do it manually. It was the upgrade script that i ran.

sv1cec 11-23-2004 02:25 PM

Quote:

Originally Posted by mcyates
I ran the script but it didn't do anything so i had to do it manually. It was the upgrade script that i ran.

What you mean it didn't do anything? Didn't it upgraded your tables etc? Oh heck, time to work on that Sun, I need to do something about its disk space, before I can use it as a test environment again.

Agent Jones 11-23-2004 02:45 PM

Clean install works fine! Thanks!

* clicks install


All times are GMT. The time now is 09:29 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.01875 seconds
  • Memory Usage 1,741KB
  • 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
  • (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