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?
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.
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!
PHP Code:
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
Quote:
Originally Posted by jluerken
Yes I did!
PHP Code:
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.
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.
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,
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????
Quote:
Originally Posted by Blam Forumz
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.