Quote Originally Posted by swguy View Post
Getting a log for field language_code_add

Code:
--> PHP Fatal error: 1054:Unknown column 'language_code_add' in 'field list' :: ^M
      SELECT^M
        autogen_new,^M
        whitespace_replacement,^M
        capitalisation,^M
        remove_words,^M
        char_str_replacements,^M
        language_code_add,^M
        mapping_clash_action^M
      FROM^M
        zen_ceon_uri_mapping_configs^M
      WHERE^M
        id ='1'; ==> (as called by) /home/mysite/public_html/includes/classes/class.CeonURIMappingAdmin.php on line 176 <== in /home/mysite/public_html/includes/classes/db/mysql/query_factory.php on line 171.

Maybe I didn't do the Admin->Modules-Ceon SEO Configuration step?
Yeah, looks like the "upgrade" section (going to Admin->Modules->Ceon SEO Configuration step) didn't get run before the error log came in. The field is added through that process and it looks like without executing it the field is missing as reported.