Hello!
We’ve been trying to update EE and unsuccessful. Getting various errors during the wizard. below are some examples:
{"error":"
Error Number: 1054<\/p>\n\n
Unknown column 'last_author_id' in 'exp_templates'<\/p>\n\n
ALTER TABLE `exp_templates` CHANGE `last_author_id` `last_author_id` INT(10) NOT NULL DEFAULT 0<\/p>\n\n
Filename: updates\/ud_200.php<\/p>\n\n
Line Number: 1382<\/p>"}
and then
A Database Error Occurred
Error Number: 1050
Table ‘exp_snippets’ already exists
CREATE TABLE `exp_snippets` ( `snippet_id` int(10) unsigned NOT NULL auto_increment, `site_id` int(4) NOT NULL, `snippet_name` varchar(75) NOT NULL, `snippet_contents` text NULL, PRIMARY KEY (`snippet_id`), KEY `site_id` (`site_id`) )
Filename: updates/ud_200.php
Line Number: 1382
Please help
Mod: Edited for security reasons