Fantastic - thank you. I was hoping it was something like that rather than, "Oh nuts, we forgot to check in all the files." :)
Printable View
Fantastic - thank you. I was hoping it was something like that rather than, "Oh nuts, we forgot to check in all the files." :)
Not sure who's behind the code, but I take my hat off. It's a seamless upgrade ( at least from 155 up ), and 156 installation. I guess it was or is "delayed" because of the new documentation.
i tried to download this and there was nothing in the download, where do i find it, i am trying to up grade
found it thanks
@Neil I'd recommend that versions prior to 1.5.6 (or perhaps 1.5.5) be removed from this module to make it smaller - people with older carts can use the older contribution (https://www.zen-cart.com/downloads.php?do=file&id=889)
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?
When I tried this out the first time I also had this error where the auto-update did not work.
I saved the query just in case:
Quote:
ALTER TABLE `ceon_uri_mapping_configs` ADD `language_code_add` INT(1) UNSIGNED NOT NULL AFTER `char_str_replacements`;