Page 2 of 34 FirstFirst 123412 ... LastLast
Results 11 to 20 of 336
  1. #11
    Join Date
    Feb 2006
    Location
    Tampa Bay, Florida
    Posts
    9,671
    Plugin Contributions
    123

    Default Re: Ceon URI Mapping V5.0

    Fantastic - thank you. I was hoping it was something like that rather than, "Oh nuts, we forgot to check in all the files." :)
    That Software Guy. My Store: Zen Cart Modifications
    Available for hire - See my ad in Services
    Plugin Moderator, Documentation Curator, Chief Cook and Bottle-Washer.
    Do you benefit from Zen Cart? Then please support the project.

  2. #12
    Join Date
    Aug 2014
    Location
    Lisbon
    Posts
    594
    Plugin Contributions
    0

    Default Re: Ceon URI Mapping V5.0

    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.
    “Though the problems of the world are increasingly complex, the solutions remain embarrassingly simple.” ― Bill Mollison

  3. #13
    Join Date
    Mar 2004
    Posts
    201
    Plugin Contributions
    0

    Default Re: Ceon URI Mapping V5.0

    i tried to download this and there was nothing in the download, where do i find it, i am trying to up grade
    My Multi_Site Zen Carts
    http://herasonlinemarket.com

  4. #14
    Join Date
    Mar 2004
    Posts
    201
    Plugin Contributions
    0

    Default Re: Ceon URI Mapping V5.0

    found it thanks
    My Multi_Site Zen Carts
    http://herasonlinemarket.com

  5. #15
    Join Date
    Feb 2006
    Location
    Tampa Bay, Florida
    Posts
    9,671
    Plugin Contributions
    123

    Default Re: Ceon URI Mapping V5.0

    @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)
    That Software Guy. My Store: Zen Cart Modifications
    Available for hire - See my ad in Services
    Plugin Moderator, Documentation Curator, Chief Cook and Bottle-Washer.
    Do you benefit from Zen Cart? Then please support the project.

  6. #16
    Join Date
    Feb 2006
    Location
    Tampa Bay, Florida
    Posts
    9,671
    Plugin Contributions
    123

    Default Re: Ceon URI Mapping V5.0

    Quote Originally Posted by mesnitu View Post
    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.
    Seconded. Works like a champ and oh how sweet not to have to update all those core files.
    That Software Guy. My Store: Zen Cart Modifications
    Available for hire - See my ad in Services
    Plugin Moderator, Documentation Curator, Chief Cook and Bottle-Washer.
    Do you benefit from Zen Cart? Then please support the project.

  7. #17
    Join Date
    Oct 2005
    Location
    Chicago, IL USA
    Posts
    1,556
    Plugin Contributions
    28

    Default Re: Ceon URI Mapping V5.0

    Quote Originally Posted by swguy View Post
    Seconded. Works like a champ and oh how sweet not to have to update all those core files.
    And a third! Great job.

  8. #18
    Join Date
    Feb 2006
    Location
    Tampa Bay, Florida
    Posts
    9,671
    Plugin Contributions
    123

    Default Re: Ceon URI Mapping V5.0

    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?
    That Software Guy. My Store: Zen Cart Modifications
    Available for hire - See my ad in Services
    Plugin Moderator, Documentation Curator, Chief Cook and Bottle-Washer.
    Do you benefit from Zen Cart? Then please support the project.

  9. #19
    Join Date
    Aug 2007
    Location
    Gijón, Asturias, Spain
    Posts
    2,584
    Plugin Contributions
    30

    Default Re: Ceon URI Mapping V5.0

    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:
    ALTER TABLE `ceon_uri_mapping_configs` ADD `language_code_add` INT(1) UNSIGNED NOT NULL AFTER `char_str_replacements`;
    Steve
    github.com/torvista: Spanish Language Pack, Google reCaptcha, Structured Data, Multiple Copy-Move-Delete, Image Checker, BackupMySQL Admin/Auto...

  10. #20
    Join Date
    Jul 2012
    Posts
    16,732
    Plugin Contributions
    17

    Default Re: Ceon URI Mapping V5.0

    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.
    ZC Installation/Maintenance Support <- Site
    Contribution for contributions welcome...

 

 
Page 2 of 34 FirstFirst 123412 ... LastLast

Similar Threads

  1. Ceon URI Mapping v4.x
    By conor in forum All Other Contributions/Addons
    Replies: 2444
    Last Post: 7 Oct 2020, 03:13 AM
  2. v139d Ceon uri mapping, how to generate uri mapping for bulk bulk-imported products?
    By mybiz9999 in forum All Other Contributions/Addons
    Replies: 3
    Last Post: 8 Jan 2013, 06:52 AM
  3. CEON URI Mapping
    By jmkent in forum All Other Contributions/Addons
    Replies: 3
    Last Post: 22 Nov 2012, 04:28 PM
  4. Ceon URI Mapping v4
    By conor in forum All Other Contributions/Addons
    Replies: 110
    Last Post: 14 Aug 2011, 02:51 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR