View Full Version : AWS Version 3.3.0 is now available
sv1cec
03-18-2005, 05:23 AM
I just released Version 3.3.0 of this hack.
Download it from the usual place and install it or upgrade to it.
Please let me know if you have any problems.
Kind regards
jluerken
03-18-2005, 06:22 AM
Good morningn John,
I updated to 3.3.0 and I do not get any failure messages but I am missing the warning links on top of each thread. 'warn USER' and 'View USERs warnings'.
It seems that the phrases are gone. Can you assist?
Greetings
jluerken
sv1cec
03-18-2005, 06:48 AM
Good morningn John,
I updated to 3.3.0 and I do not get any failure messages but I am missing the warning links on top of each thread. 'warn USER' and 'View USERs warnings'.
It seems that the phrases are gone. Can you assist?
Greetings
jluerken
Did you made the changes in postbit and postbit_legacy templates? You probably change the required text in one area only, not in all.
rgds
jluerken
03-18-2005, 06:54 AM
Did you made the changes in postbit and postbit_legacy templates? You probably change the required text in one area only, not in all.
rgds
Yes I did!
9. Open your postbit/postbit_legacy templates and replace every occurence of
$hierarchical=='No'
with
$hierarchical==0
and every occurence of
$hierarchical=='Yes'
with
$hierarchical==1
Yes I did!
9. Open your postbit/postbit_legacy templates and replace every occurence of
$hierarchical=='No'
with
$hierarchical==0
and every occurence of
$hierarchical=='Yes'
with
$hierarchical==1
omg pls. delete my posts.
I simply had forgotten to check the AWS options again and to set them again.
They are lost due to the db changes.
Maybe you could place a hint in the instructions to set the options again.
Another nice thing would be if the upgrader will read the set options from warn_options and put them into the new fields.
Thanks
jluerken
sv1cec
03-18-2005, 07:05 AM
Well, it should!
I mean the new script you are supposed to run, reads your warning_options table, and sets the variables accordingly.
Did you run the warn_install_setting.php script?
Didn't it do it?
If you have problems with the new version, please start a new thread, do not use this one to report a problem.
Thanks
Revan
03-18-2005, 07:53 AM
I know the settings installer reads from a table with the exact name of "warning_options". If it does not find such a table, it does not read from it.
Anything else than this, I cannot tell.
sv1cec
03-18-2005, 07:57 AM
Here is the file, as I have it in the zip, with the changes you have told me to do. Can you please check it?
Revan
03-18-2005, 12:41 PM
What the? Wanna tell me why you removed this code:
$custom = true;
$DB_site->reporterror = 0;
$custset = $DB_site->query_first("SELECT * FROM " . TABLE_PREFIX . "warning_options");
$DB_site->reporterror = 1; from the file I sent you?
Because without this code, it will not work.
Blam Forumz
03-18-2005, 01:57 PM
cant find any thing in functions.php in the upgrade from 3.20 to 3.30 ;/
And I've followed all other instructions and get this error:
Database error in vBulletin 3.0.3:
Invalid SQL:
UPDATE user SET
usergroupid = ,
displaygroupid = ,
warnings=1,
warning_level=1,
warning_bans = 0,
usertitle = 'Temporarily Banned'
WHERE userid = 4
mysql error: You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near '
displaygroupid = ,
warnings=1,
warning_level=1,
mysql error number: 1064
sv1cec
03-19-2005, 05:48 AM
What the? Wanna tell me why you removed this code:
$custom = true;
$DB_site->reporterror = 0;
$custset = $DB_site->query_first("SELECT * FROM " . TABLE_PREFIX . "warning_options");
$DB_site->reporterror = 1; from the file I sent you?
Because without this code, it will not work.
Read this post Revan,
https://vborg.vbsupport.ru/showpost.php?p=626333&postcount=20
This is what you told me to do. If that's not what you had in mind, then it's not my fault. Care to provide a complete script so that I can add it to the latest zip????
cant find any thing in functions.php in the upgrade from 3.20 to 3.30 ;/
And I've followed all other instructions and get this error:
Database error in vBulletin 3.0.3:
Invalid SQL:
UPDATE user SET
usergroupid = ,
displaygroupid = ,
warnings=1,
warning_level=1,
warning_bans = 0,
usertitle = 'Temporarily Banned'
WHERE userid = 4
mysql error: You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near '
displaygroupid = ,
warnings=1,
warning_level=1,
mysql error number: 1064
There is section which tells you what you need to edit in functions.php, it's no (7).
If you can't find these things, then you have missed an earlier upgrade, it was the one which produced a special error message, for the banned members. If you haven't done it, then you do not need to worry about it.
As for your error, please tell me when you get this error, in order to help it. From the looks of it, it seems as if you haven't uploaded the file includes/functions_warning.php to your server.
Rgds
vBulletin® v3.8.12 by vBS, Copyright ©2000-2024, vBulletin Solutions Inc.