problem. BTW, I have upgraded to 3.6.5 and it still han't been fixed.
Thanks.
Quote:
Originally Posted by Marco van Herwaarden
Please run the folowing query:
SQL Query: ( how to run queries)
ALTER TABLE administrator ADD COLUMN `dismissednews` text;
If you get a new error abot a missing languageid column after that, also run:
SQL Query: ( how to run queries)
ALTER TABLE administrator ADD COLUMN `languageid` smallint(5) unsigned NOT NULL default '0';
|