Ok, obviously the problem is you haven't created the phrasegroup 'postingbans'. That's what all these errors are telling you.
This SQL query is the one that adds that:
[SQL]INSERT INTO `phrasetype` VALUES (152, 'postingbans', 'User-Defined Posting Bans', 3);[/SQL]
Are you using a prefix for your tables? If so, you may need to adjust the queries. I don't use additional languages on my forum, so I'm not sure if you need to include the "language.*" prefix.
In any event, this is undoubtedly your problem, as I stated before.
|