![]() |
Quote:
|
how do I add a warning.
I am trying to warn someone but there is nothing to select in "Warning Selection" I see the attachement https://vborg.vbsupport.ru/attachmen...7&d=1101243281 but how do I add them in the "Warning selection" Thanks |
<a href="http://www.vbulletin.com/forum/showthread.php?p=1209982" target="_blank">http://www.vbulletin.com/forum/showthread.php?p=1209982</a>
anyone with a clue?? (concerns AWS) |
Quote:
|
Quote:
|
Quote:
http://www.vbulletin.com/forum/showp...2&postcount=20 |
I found that a user's warning level was not lowering after 60 day (the maturity date I set. I checked the users account and found that the warning level was at 5, but the warnings were blank (no number). When I tried to correct the issue I received the following db error:
Code:
Database error in vBulletin 3.6.0: |
I am getting the above error message when ever I try to save anything for any person in the User Manager. Could this be related to the 3.5.0 issue I mentioned earlier (below)? From the above error message does it look like the db tables for the warning system didn't update?
Quote:
|
Quote:
infractions working fine ..... |
Quote:
Code:
ALTER TABLE forumuser ADD COLUMN warns INT(5) DEFAULT '0'; |
Quote:
|
Quote:
Was that in response to me? |
Let me know if I can be of any help in duplicating the error. Right now I can't make any changes to anyones account or warn anyone because of this error. I am going to try to re-upload 3.6.0 files and reinstall the xml file.
Quote:
|
I removed all the aws files and re-uploaded the files from a new download of the aws 3.6.0 zip file. I also reimported the xml file and enabled overwrite. Didn't fix my problem. I also went into vBulletin Options and the version still reported 3.5.0. I noticed that this filed could be edited so I changed 3.5.0 to 3.6.0 and clicked save.
Let me know when you figure out the warn field issue. Thanks! |
Quote:
That version number is 3.6.0 by default are you installing the 3.5.x port ? that should be impossible |
Well since vBulletin 3.6.0 has this sort of "warning system" I won't be using this any more.
However it was very useful to me until. Don't think this will be much used by 3.6.0 users. |
If it is helpful I can give you access to our message board. Feel free to PM me if this would help.
Otherwise, is there a command I can give the database to set everything up correctly? Quote:
|
Quote:
|
Quote:
|
beautiful hack love it.Installed..Is there a solution About the avatar i read members talking about it but no one answered...my members wants the avatar to show...but i'll wait for the answer:surprised:
|
Quote:
|
no more issues for over a week i have taken away the beta tag ooh well issues i'm able to reproduce anyway i mean.
|
hi, when i try to manage the warning types, i get the following DB error:
Database error in vBulletin 3.6.0: Invalid SQL: SELECT * FROM warning_types ORDER BY warn_points,warn_maturity,warn_name; MySQL Error : Unknown column 'warn_maturity' in 'order clause' Error Number : 1054 Date : Saturday, September 23rd 2006 @ 07:25:15 PM Script : http://www.wrestlepower.net/admincp/...rn.php?do=view Referrer : http://www.wrestlepower.net/admincp/index.php?do=nav IP Address : My IP Username : Duff Classname : vb_database EDIT: Just noticed i also get a DB error when i try to update a user profile as well. I've uninstalled and re-installed to no avail. Its the same one that has been reported earlier. Any ideas? |
Quote:
Code:
ALTER TABLE warning_types ADD COLUM warning_maturity INT(5); |
nope, 4.4.2 acording to my cpanelx.
Also, dont mean to be rude, but what does that code box actually mean? A lot of the guys asking for help are going to be n00bs like myself, and that means nothing to me. Where do i add the code? do i replace something with that code? |
thx... very nice hack to have!
|
Quote:
[sql] ALTER TABLE warning_types ADD COLUM warning_maturity INT(5); ALTER TABLE user ADD COLUMN warns INT(5) DEFAULT '0'; [/sql] |
Hi Delphiprogrammi,
In this new version, the cron jobs are just deactivating warnings? The users will still see that inactive warnings and i have to remove them from admincp completely if i don't want they can see inactive warnings. Is that right? Sorry, this may be a stupid question but i have to know how it works. Thanks. |
Quote:
|
Quote:
thanks for explaining that. Anyway, ive run the queries and still get the db error when i try to manage the warning types as well as the second db error when i try to update a user. I've posted the error details again so you dont have to look for them. When i try to manage warning types, i get; Invalid SQL: SELECT * FROM warning_types ORDER BY warn_points,warn_maturity,warn_name; MySQL Error : Unknown column 'warn_maturity' in 'order clause' Error Number : 1054 Date : Monday, September 25th 2006 @ 05:57:42 PM Script : http://www.wrestlepower.net/admincp/...rn.php?do=view Referrer : http://www.wrestlepower.net/admincp/index.php?do=nav IP Address : My IP Username : Duff Classname : vb_database and when i try to manage a user, i get; Invalid SQL: MySQL Error : Unknown column 'alerts' in 'field list' Error Number : 1054 Date : Monday, September 25th 2006 @ 05:59:17 PM Script : http://www.wrestlepower.net/admincp/user.php?do=update Referrer : http://www.wrestlepower.net/admincp/...do=edit&u=1488 IP Address : My IP Username : Duff Classname : vb_database EDIT: Seem to have figured out the first bit about manage warning types. The SQL code you gave said warning_maturity, yet the error i was getting mentioned warn_maturity, so i simply swapped the warning and replaced it with warn, ran the SQL again and it worked. Still stuck with the user changing problems though. EDIT2: OK, everything seems to be fine now. Again, just swapped the words from the error message i was getting (alerts) with what you had in the SQL (warns) and it all worked out. OH FFS, i just cant get this right Getting an error when i go into the warning log. Invalid SQL: SELECT w.*,u.username AS wusername,u.userid AS wuserid,wt.*,wuser.username AS warned_username_v,wuser.userid AS warned_userid_v, ruser.username AS removed_by_v, (w.warned_time+wt.warn_maturity*24*60*60) AS maturitydate FROM warnings w LEFT JOIN user wuser ON(wuser.userid=w.warned_user) LEFT JOIN user u ON(u.userid=w.warned_by) LEFT JOIN user ruser ON(ruser.userid=w.removed_by) LEFT JOIN warning_types wt ON(wt.tid=w.warned_warning_id) ORDER BY w.warned_time DESC LIMIT 0, 15; MySQL Error : Unknown column 'w.removed_by' in 'on clause' Error Number : 1054 Date : Monday, September 25th 2006 @ 06:14:24 PM Script : http://www.wrestlepower.net/admincp/...hp?do=viewlogs Referrer : http://www.wrestlepower.net/admincp/index.php?do=nav IP Address : MY IP Username : Duff Classname : vb_database |
Quote:
|
yes, running vB 3.6.0 with PHP 4.42, both of which should be fine
Ive checked back through the thread and cant see where you mentioned what SQL version i should be on, but i'm on 4.1.21-standard |
Quote:
My problem is users can see both. How will i fix this? I installed this hack from 3.5.x and just upgraded to aws3.6.1 for vb3.6.1. Did i do somethings wrong? See attachment you will see my problem. Any helps will be appreciated. Thank you. |
Quote:
edit look at the two pics that information like the amount of warnings/alerts and the warning level is only viewable to usergroups 5,6,7 (standard vbulletin usergroups) (5 = supermoderators 6=Administrators 7 = moderators) if that is what you want i will tell you howto do that |
Quote:
Thank you. |
Quote:
2)that could be possible with dynamically assigned ipadresses (changes every time you connect to the internet) edit again i tested that and in here it is working :surprised: :surprised: the system already uses three cron scripts.I did a testpost where the testuser warninglevel should be above the limit and the system should ban and it did banned my testuser.Also the warningcounters work fine. Create a temporary admin account and pm me the login details so i can take a look at what's happening at your board |
Quote:
the same comment to you.I'd like to have a look at your board to see what is exactely happening when the reported errors occour Also ... what do you have in your templates ? (MEMBERINFO,postbit,postbit_legacy) PHP Code:
|
there is no read me how do i edit the templetes?
|
Quote:
|
it works to the version 3.6.2?
|
All times are GMT. The time now is 02:37 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 | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|