6 users online. Create an account or sign in to join them.Users
Symphony Fatal Database Error
This is an open discussion with 21 replies, filed under Troubleshooting.
Search
I now created by using SQL inside the phpMyAdmin the table “language”. I did this with
ALTER TABLE `sym_authors` ADD `language` VARCHAR(255) DEFAULT 'system'
However, it seems like a temporary solution to me, am I right?
Create an account or sign in to comment.
The problem in the “Preferences” with the language is solved, but now when I create a new author I get almost the same problem:
Unknown column 'language' in 'field list' An error occurred while attempting to execute the following query INSERT INTO `sym_authors` (`user_type`, `primary`, `email`, `username`, `first_name`, `last_name`, `last_seen`, `password`, `default_section`, `auth_token_active`, `language`) VALUES ('author', 'no', 'test@test.nl', 'test', 'test', 'test', NULL, '098f6bcd4621d373cade4e832627b4f6', '1', 'no', NULL)