Results 1 to 10 of 392

Hybrid View

  1. #1
    Join Date
    Jul 2012
    Posts
    16,817
    Plugin Contributions
    17

    Default Re: Ceon URI Mapping V5.0

    Quote Originally Posted by jeking View Post
    Thanks for the suggestion, but no. I get the same error.

    Just to clarify, if needed, the page displays WARNING: An Error occurred, please refresh the page and try again. The error I reported is from the logs folder.
    That's what I was guessing (the message and logs folder entry). Are you able to look at the database tables to see if the field: mapping_clash_action is already in the table? I was looking through the table check code and well, seems that no initial action changes were made to affect upgrade from 3.6.3, the 3.6.3 code doesn't look like it has that field, but then again swiping through my mobile doesn't mean I could easily find it. :)
    ZC Installation/Maintenance Support <- Site
    Contribution for contributions welcome...

  2. #2
    Join Date
    Oct 2005
    Location
    Chicago, IL USA
    Posts
    1,587
    Plugin Contributions
    29

    Default Re: Ceon URI Mapping V5.0

    Quote Originally Posted by mc12345678 View Post
    That's what I was guessing (the message and logs folder entry). Are you able to look at the database tables to see if the field: mapping_clash_action is already in the table? I was looking through the table check code and well, seems that no initial action changes were made to affect upgrade from 3.6.3, the 3.6.3 code doesn't look like it has that field, but then again swiping through my mobile doesn't mean I could easily find it. :)
    I figured you had the errors straight, just wanted to be sure.

    These are the three ceon tables I see: http://prntscr.com/o7699q

    And in ceon_uri_mapping_prp_uri_parts, I see: http://prntscr.com/o769v1

  3. #3
    Join Date
    Jul 2012
    Posts
    16,817
    Plugin Contributions
    17

    Default Re: Ceon URI Mapping V5.0

    It looks like the table in question would be ceon_uri_mapping_configs
    ZC Installation/Maintenance Support <- Site
    Contribution for contributions welcome...

  4. #4
    Join Date
    Oct 2005
    Location
    Chicago, IL USA
    Posts
    1,587
    Plugin Contributions
    29

    Default Re: Ceon URI Mapping V5.0

    Quote Originally Posted by mc12345678 View Post
    It looks like the table in question would be ceon_uri_mapping_configs
    There's only one entry in that table: http://prntscr.com/o76ypz

    I checked another site and it's got only one entry in this table as well. Slightly different, but about the same.

  5. #5
    Join Date
    Jul 2012
    Posts
    16,817
    Plugin Contributions
    17

    Default Re: Ceon URI Mapping V5.0

    Quote Originally Posted by jeking View Post
    There's only one entry in that table: http://prntscr.com/o76ypz

    I checked another site and it's got only one entry in this table as well. Slightly different, but about the same.
    Yeah, there would be one entry (row) of data, the question was related to what fields are in that table.

    Now that I've looked at the correct version of the code (I was looking at some 4.x version), might I suggest executing the following in tools->Install SQL Patches and then a little navigation?
    Code:
    ALTER TABLE ceon_uri_mapping_configs DROP language_code_add;
    Then, navigate to the Ceon URI Mapping (SEO) Config (likely will fault again), add ?check-config=1 to the end of the browser path and move forward with that address. Looks like should get a success install/upgrade. If not, then perhaps there is more to the error log? Have the files been removed that are directed in the instructions? Code seems to direct insertion of the field that is considered missing and to do so in a step-by-step sequence.
    ZC Installation/Maintenance Support <- Site
    Contribution for contributions welcome...

  6. #6
    Join Date
    Oct 2005
    Location
    Chicago, IL USA
    Posts
    1,587
    Plugin Contributions
    29

    Default Re: Ceon URI Mapping V5.0

    Quote Originally Posted by mc12345678 View Post
    Yeah, there would be one entry (row) of data, the question was related to what fields are in that table.

    Now that I've looked at the correct version of the code (I was looking at some 4.x version), might I suggest executing the following in tools->Install SQL Patches and then a little navigation?
    Code:
    ALTER TABLE ceon_uri_mapping_configs DROP language_code_add;
    Then, navigate to the Ceon URI Mapping (SEO) Config (likely will fault again), add ?check-config=1 to the end of the browser path and move forward with that address. Looks like should get a success install/upgrade. If not, then perhaps there is more to the error log? Have the files been removed that are directed in the instructions? Code seems to direct insertion of the field that is considered missing and to do so in a step-by-step sequence.
    Ding, ding, ding....we have a winner. I did get the success message and looks like it's all set now. Thank you for helping out.

  7. #7
    Join Date
    Dec 2011
    Posts
    287
    Plugin Contributions
    0

    Default Re: Ceon URI Mapping V5.0

    Custom Product Types

    Hi Guys,

    Just want to put this in here in case it helps anyone in the future as I could not find the answer in the docs.

    If you have made any custom product types (e.g product_car) you will need to add that into the file /includes/extra_datafiles/ceon_uri_mapping_product_pages.php or else these will not output on your page correctly.

    For Example

    PHP Code:
    $ceon_uri_mapping_product_pages array_merge(array(
        
    FILENAME_DOCUMENT_GENERAL_INFO,
        
    FILENAME_DOCUMENT_PRODUCT_INFO,
        
    FILENAME_PRODUCT_INFO,
        
    FILENAME_PRODUCT_CAR_INFO,
        
    FILENAME_PRODUCT_BOOK_INFO,
        
    FILENAME_PRODUCT_FREE_SHIPPING_INFO,
        
    FILENAME_PRODUCT_MUSIC_INFO
        
    ), $ceon_uri_mapping_product_pages); 

 

 

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

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