Quote:
Originally Posted by felixkomo
This is the new Database error am receiving on my email now
MySQL Error : Unknown column 'phrasegroup_posting' in 'field list'
Error Number : 1054
The code i use is: Unknown column 'phrasegroup_global' in 'field list'
|
You are using it wrong. You should run the following code. Copy/paste it in the sql box in the phpmyadmin at the db that your forum resides on.
Code:
ALTER TABLE `language` ADD `phrasegroup_global` mediumtext;
If you use a custom prefix for your db tables, append it to the table name in the query above.