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)

The Realist 02-15-2005 10:12 AM

BUT..........

I have 1 member already in my banned section and when I run http://www.yourforumsite.com/admincp..._ban_dates.php it says ban_dates table updated from userban but it does not work?

Also I noticed that when I click in admin cp the view banned users it says "The administrator has not specified any groups that contain banned users. Please do so using the usergroup editor" but I have already done this and changed the settings in the warnings options stating what the banned usergroup is.

Any ideas?

sv1cec 02-15-2005 10:53 AM

Quote:

Originally Posted by The Realist
BUT..........

I have 1 member already in my banned section and when I run http://www.yourforumsite.com/admincp..._ban_dates.php it says ban_dates table updated from userban but it does not work?

Also I noticed that when I click in admin cp the view banned users it says "The administrator has not specified any groups that contain banned users. Please do so using the usergroup editor" but I have already done this and changed the settings in the warnings options stating what the banned usergroup is.

Any ideas?

Which "view banned users" are you using, the one in the Warning System or the one in the Users menu?

Also, for your bandates, what do you mean it does not work. That script will just get info from the userban table and enter it in the ban_dates table. Did you check the ban_dates and there is no entries there, while there are entries in your userban table?

And please do not post questions here. Use our special forum, as noted above.

Rgds

msimplay 02-22-2005 03:01 PM

The queries in the upgrade from 3.1.7 to 3.1.8 don't seem to work

Delphiprogrammi 02-22-2005 05:13 PM

they work fine ....

sv1cec 02-22-2005 05:28 PM

Quote:

Originally Posted by Delphiprogrammi
they work fine ....

Try using :

ALTER TABLE etc. (add the word TABLE, after ALTER)

I've uploaded a new zip with the queries corrected.

Rgds

JazzleBug 02-22-2005 07:30 PM

Quote:

Originally Posted by sv1cec
Obviously this column does not exist in your database. Why? I have no idea. Did you try installing from scratch? Did you upgrade from an earlier version?

In any case, you can add that column, by using the following query:

ALTER TABLE `".TABLE_PREFIX."warning_options` ADD COLUMN textbutoption char(10)

Rgds

Not sure why it wasn't created. I upgraded and when that didn't work, I dropped the AWS additions and did a clean install. When that didn't work (created everything okay except for a couple of missing fields), I manually created it. That's about all the info I can give you - sorry it isn't more. Haven't had any more trouble, though, and it was easy enough to remedy. Thanks again!

Delphiprogrammi 02-23-2005 07:49 PM

Quote:

Originally Posted by sv1cec
Try using :

ALTER TABLE etc. (add the word TABLE, after ALTER)

I've uploaded a new zip with the queries corrected.

Rgds

that's pretty obvious .... i didn't even noticed that wasn't there

Kruppa 02-24-2005 09:49 PM

Hi, I saw someone posted his error and solved it by adding the missing column. But I<m not sure if mine requires a char(10):

Database error in vBulletin 3.0.6:

Invalid SQL: update warning_options set
hierarchical='No',
automatic='No',
automaticpm='No',
autocomments='No',
warner='0',
automatic_warner='',
collector='',
banned_limit='7',
points_before_banned='15',
warnings_before_banned='0',
banned_usergroup_id='9',
troll_usergroup_id='8',
protected_usergroups='5|6|7|5|6|7|14',
aprotected_usergroups='5|6|7|14',
restore_groupid='0',
incr_ban_days='Yes',
max_no_bans='2',
bans_mature='0',
viewoption='Mgm',
multiple_per_post='No',
send_pm_warning='Yes',
send_em_warning='Yes',
email_on_ban='Yes',
historical='Yes',
allowoffpost='Yes',
warnings_per_page='20',
textbutoption='Text',
modoption='All',
sig_thresshold='0',
avatar_thresshold='0'
where oid='1'
mysql error: Unknown column 'modoption' in 'field list'

mysql error number: 1054

So I'm I looking at:

ALTER TABLE `warning_options` ADD COLUMN modoption (then what?)

If anyone has any ideas, please share. It was so long to install all of this to be snipped at the final step.

MicroLinux? 02-24-2005 11:16 PM

Anyone have any feedback in response to this https://vborg.vbsupport.ru/showthrea...957#post616957 ??
Should I just ignore the difference in the 2 lines of code? Thanks, Travis.




EDIT: I just ignored the difference and pasted it where it should have. I dont notice any errors yet. =D


EDIT2: Holy crap these template edits are OFF big TIME!!!!!!



EDIT3: https://vborg.vbsupport.ru/showthrea...990#post616990 please go there and help me. thanks

sv1cec 02-25-2005 04:29 AM

Quote:

Originally Posted by Kruppa
Hi, I saw someone posted his error and solved it by adding the missing column. But I<m not sure if mine requires a char(10):


Database error in vBulletin 3.0.6:

Invalid SQL: update warning_options set
hierarchical='No',
automatic='No',
automaticpm='No',
autocomments='No',
warner='0',
automatic_warner='',
collector='',
banned_limit='7',
points_before_banned='15',
warnings_before_banned='0',
banned_usergroup_id='9',
troll_usergroup_id='8',
protected_usergroups='5|6|7|5|6|7|14',
aprotected_usergroups='5|6|7|14',
restore_groupid='0',
incr_ban_days='Yes',
max_no_bans='2',
bans_mature='0',
viewoption='Mgm',
multiple_per_post='No',
send_pm_warning='Yes',
send_em_warning='Yes',
email_on_ban='Yes',
historical='Yes',
allowoffpost='Yes',
warnings_per_page='20',
textbutoption='Text',
modoption='All',
sig_thresshold='0',
avatar_thresshold='0'
where oid='1'
mysql error: Unknown column 'modoption' in 'field list'

mysql error number: 1054



So I'm I looking at:

ALTER TABLE `warning_options` ADD COLUMN modoption (then what?)


If anyone has any ideas, please share. It was so long to install all of this to be snipped at the final step.

modoption is char(3)


All times are GMT. The time now is 07:52 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
  • Page Generation 0.02141 seconds
  • Memory Usage 1,753KB
  • 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
  • (5)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