Quote:
Originally Posted by Socrate
PHP Code:
Database error in vBulletin 3.0.0 Release Candidate 4:
mysql error: Champ 'language.phrasegroup_postingbans' inconnu dans field list
|
You didn't run all the queries in the .txt file, you need to run:
[SQL]INSERT INTO `phrasetype` VALUES (152, 'postingbans', 'User-Defined Posting Bans', 3);[/SQL]
Quote:
Originally Posted by Socrate
AND, you known as to find this:
But there are 2 text of this: ligne 472 and ligne 987, is it necessary to make the changes 2 times or right at the first ?
|
Search for:
PHP Code:
'reason' => STR,
'title' => STR
Replace with:
PHP Code:
'reason' => STR,
'title' => STR,
'bannedposters' => STR