Page 6 of 34 FirstFirst ... 4567816 ... LastLast
Results 51 to 60 of 336
  1. #51
    Join Date
    Feb 2009
    Location
    UK
    Posts
    1,238
    Plugin Contributions
    1

    Default Re: Ceon URI Mapping V5.0

    Quote Originally Posted by mc12345678 View Post
    Code:
    if ($connection == 'NONSSL') {
                            $link = HTTP_CATALOG_SERVER;
                    } elseif ($connection == 'SSL') {
                            if (ENABLE_SSL_CATALOG == 'true') {
                                    $link = HTTPS_CATALOG_SERVER;
                            } else {
                                    $link = HTTP_CATALOG_SERVER;
                            }
                    }
    Thank you @mc12345678, that solved the issue.
    Simon

  2. #52
    Join Date
    Mar 2019
    Location
    Cornwall
    Posts
    29
    Plugin Contributions
    0

    Default Re: Ceon URI Mapping V5.0

    I've just installed this on 1.5.6, and wanted to say, great job. It is a bloody fantastic bit of software.

  3. #53
    Join Date
    Mar 2019
    Location
    Cornwall
    Posts
    29
    Plugin Contributions
    0

    Default Re: Ceon URI Mapping V5.0

    Has anybody got Ceon's Mapping Manager installed on 1.5.6? I would like to buy it as my store already has thousands of products and I don't want to map them manually, but just wanted to be sure it has also been updated to 1.5.6.

  4. #54
    Join Date
    Aug 2007
    Location
    Gijón, Asturias, Spain
    Posts
    2,586
    Plugin Contributions
    30

    Default Re: Ceon URI Mapping V5.0

    On their site they have an updated version, no doubt that works.

    (I modified the old one before they had that available and haven't got a need for the new one yet.)
    Steve
    github.com/torvista: Spanish Language Pack, Google reCaptcha, Structured Data, Multiple Copy-Move-Delete, Image Checker, BackupMySQL Admin/Auto...

  5. #55
    Join Date
    Mar 2019
    Location
    Cornwall
    Posts
    29
    Plugin Contributions
    0

    Default Re: Ceon URI Mapping V5.0

    Quote Originally Posted by torvista View Post
    On their site they have an updated version, no doubt that works.

    (I modified the old one before they had that available and haven't got a need for the new one yet.)
    Thank you.

    Another question, has anybody got this working with Dynamic Filter plugin? IS there any way to get them to work together? The mapping works brilliantly, but any attempt to filter dynamically results in a 404 error.

  6. #56
    Join Date
    Mar 2019
    Location
    Cornwall
    Posts
    29
    Plugin Contributions
    0

    Default Re: Ceon URI Mapping V5.0

    I need to add more information to this:

    I am using ZC1.5.6
    Plugins:

    Dynamic Filter
    CEON URI Mapping
    Easy Populate 4

    Running on an Apache server with PHP 7.1.

    The URL is formed as folowing:

    mydomain.co.uk/dynamic_filter?cPath=108_109_112&sort=20a&fltExpressDelivery[]=1+Day+Express+Delivery

    but all the results disappear and give a 404 error instead.

    It seems to be missing part of the URL, my other site with just Dynamic FIlter gives a result like this:

    mydomain.co.uk/dynamic_filter?main_page=index&cPath=293_347_348&sort=20a&fltCategories%5B%5D=Pe ns

    The "main_page=index&" is missing from the URL that is not functioning. If I paste it in, then suddenly it redirects to the URI mapped category names, and displays the correct results.

    Is this perhaps something that can be fixed from the .htaccess entry?
    Last edited by Pingfah; 2 Aug 2019 at 02:11 PM.

  7. #57
    Join Date
    Mar 2009
    Posts
    609
    Plugin Contributions
    0

    Default Re: Ceon URI Mapping V5.0

    applied the fix listed above here

    and the site is working for known pages.

    If I enable "Auto-generate URIs for Unmapped Categories/Products/Manufacturers/EZ-Pages"

    I get this error

    Code:
    #1  trigger_error() called at [/home/spares/public_html/includes/classes/db/mysql/query_factory.php:171]
    #2  queryFactory->show_error() called at [/home/spares/public_html/includes/classes/db/mysql/query_factory.php:143]
    #3  queryFactory->set_error() called at [/home/spares/public_html/includes/classes/db/mysql/query_factory.php:270]
    #4  queryFactory->Execute() called at [/home/spares/public_html/includes/classes/class.CeonURIMappingAdminEZPages.php:189]
    #5  CeonURIMappingAdminEZPages->autogenEZPageURIMapping() called at [/home/spares/public_html/includes/classes/class.CeonURIMappingHREFLinkBuilder.php:685]
    #6  CeonURIMappingHREFLinkBuilder->_autogenEZPageURIMapping() called at [/home/spares/public_html/includes/classes/class.CeonURIMappingHREFLinkBuilder.php:337]
    #7  CeonURIMappingHREFLinkBuilder->buildHREFLink() called at [/home/spares/public_html/includes/classes/observers/class.ceon_uri_mapping_link_build.php:47]
    #8  CeonUriMappingLinkBuild->updateNotifySefuIntercept() called at [/home/spares/public_html/includes/classes/class.base.php:103]
    #9  base->notify() called at [/home/spares/public_html/includes/functions/html_output.php:35]
    #10 zen_href_link() called at [/home/spares/public_html/includes/functions/functions_ezpages.php:53]
    #11 zen_ez_pages_link() called at [/home/spares/public_html/includes/templates/yourstore/common/tpl_header_v2.php:122]
    #12 require(/home/spares/public_html/includes/templates/yourstore/common/tpl_header_v2.php) called at [/home/spares/public_html/includes/templates/yourstore/common/tpl_main_page.php:192]
    #13 require(/home/spares/public_html/includes/templates/yourstore/common/tpl_main_page.php) called at [/home/spares/public_html/index.php:97]
    --> PHP Fatal error: 1054:Unknown column 'pages_title' in 'field list' :: 
    
    				SELECT
    
    					pages_title
    
    				FROM
    
    					ezpages
    
    				WHERE
    
    					pages_id = '27'
    
    				AND
    
    					languages_id = '1' ==> (as called by) /home/spares/public_html/includes/classes/class.CeonURIMappingAdminEZPages.php on line 189 <== in /home/spares/public_html/includes/classes/db/mysql/query_factory.php on line 171.
    Changing /includes/classes/class.CeonURIMappingAdminEZPages.php

    Code:
    FROM " . TABLE_EZPAGES . "
    to

    Code:
    FROM " . TABLE_EZPAGES_CONTENT . "
    Solves that problem

  8. #58
    Join Date
    Mar 2009
    Posts
    609
    Plugin Contributions
    0

    Default Re: Ceon URI Mapping V5.0

    If "Auto-generate URIs for Unmapped Categories/Products/Manufacturers/EZ-Pages" is enabled, creating category mappings in the Manager appears to hang.
    Last edited by DigitalShadow; 17 Aug 2019 at 05:43 PM.

  9. #59
    Join Date
    Feb 2009
    Location
    UK
    Posts
    1,238
    Plugin Contributions
    1

    Default Re: Ceon URI Mapping V5.0

    I wasn't able to reproduce either of the errors in the last two posts.
    Simon

  10. #60
    Join Date
    Mar 2009
    Posts
    609
    Plugin Contributions
    0

    Default Re: Ceon URI Mapping V5.0

    Then you are a winner and I am unlucky

 

 
Page 6 of 34 FirstFirst ... 4567816 ... 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