Page 11 of 34 FirstFirst ... 91011121321 ... LastLast
Results 101 to 110 of 336
  1. #101
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    12,475
    Plugin Contributions
    88

    Default Re: Ceon URI Mapping V5.0

    Quote Originally Posted by lat9 View Post
    Thanks, @mc12345678, I'll give that a shot and report back tomorrow (the cron runs at 5am EDT).
    That "did the trick"! Sitemap ran this morning ... and no PHP notices; thanks again.

  2. #102
    Join Date
    Jul 2012
    Posts
    16,732
    Plugin Contributions
    17

    Default Re: Ceon URI Mapping V5.0

    Quote Originally Posted by lat9 View Post
    That "did the trick"! Sitemap ran this morning ... and no PHP notices; thanks again.
    Somewhat more importantly, the rewrites in sitemap worked properly?
    ZC Installation/Maintenance Support <- Site
    Contribution for contributions welcome...

  3. #103
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    12,475
    Plugin Contributions
    88

    Default Re: Ceon URI Mapping V5.0

    Quote Originally Posted by mc12345678 View Post
    Somewhat more importantly, the rewrites in sitemap worked properly?
    No additional rewrites required, just that teeny code change.

  4. #104
    Join Date
    Jul 2012
    Posts
    16,732
    Plugin Contributions
    17

    Default Re: Ceon URI Mapping V5.0

    Quote Originally Posted by mc12345678 View Post
    Somewhat more importantly, the rewrites in sitemap worked properly?
    Quote Originally Posted by lat9 View Post
    No additional rewrites required, just that teeny code change.
    I think the question was misunderstood. As a result of the tiny code change in the URI Mapping Software, the generation of mydebug files stopped for each cron execution of SitemapXML but the output of SitemapXML wasremained as expected. The expectation of the output being that those URIs that have been rewritten and those that have not both appear in the output file(s), respectively.
    ZC Installation/Maintenance Support <- Site
    Contribution for contributions welcome...

  5. #105
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    12,475
    Plugin Contributions
    88

    Default Re: Ceon URI Mapping V5.0

    Quote Originally Posted by mc12345678 View Post
    I think the question was misunderstood. As a result of the tiny code change in the URI Mapping Software, the generation of mydebug files stopped for each cron execution of SitemapXML but the output of SitemapXML wasremained as expected. The expectation of the output being that those URIs that have been rewritten and those that have not both appear in the output file(s), respectively.
    I guess it was (and might still be). The code change resolved the generation of the PHP notice when the sitemapxml was cron'd and, if I'm getting the question correctly, I've verified that the links generated in the sitemap are 'proper' Ceon URI Mapping ones.

  6. #106
    Join Date
    Jul 2012
    Posts
    16,732
    Plugin Contributions
    17

    Default Re: Ceon URI Mapping V5.0

    Quote Originally Posted by lat9 View Post
    I guess it was (and might still be). The code change resolved the generation of the PHP notice when the sitemapxml was cron'd and, if I'm getting the question correctly, I've verified that the links generated in the sitemap are 'proper' Ceon URI Mapping ones.
    No, I think by the response that the question is now properly understood. I recall seeing posts about issues with the two modules together. This result seems to imply that there was some other reason fo those issues and that normally the two operate together with expected results provided.
    ZC Installation/Maintenance Support <- Site
    Contribution for contributions welcome...

  7. #107
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    12,475
    Plugin Contributions
    88

    Default Re: Ceon URI Mapping V5.0

    I'm seeing an occasional log similar to
    Code:
    [08-Nov-2019 18:08:03 America/Chicago] Request URI: /index.php?main_page=product_info&amp;cPath=91&amp;products_id=2178, IP address: redacted
    #1  CeonURIMappingHandler->_handleZCDynamicURI() called at [/home/mystore/public_html/includes/classes/class.CeonURIMappingHandlerBase.php:473]
    #2  CeonURIMappingHandlerBase->_handleURI() called at [/home/mystore/public_html/includes/classes/class.CeonURIMappingHandlerBase.php:149]
    #3  CeonURIMappingHandlerBase->__construct() called at [/home/mystore/public_html/includes/classes/class.CeonURIMappingHandler.php:52]
    #4  CeonURIMappingHandler->__construct() called at [/home/mystore/public_html/includes/autoload_func.php:79]
    #5  require(/home/mystore/public_html/includes/autoload_func.php) called at [/home/mystore/public_html/includes/application_top.php:170]
    #6  require(/home/mystore/public_html/includes/application_top.php) called at [/home/mystore/public_html/index.php:26]
    --> PHP Notice: Undefined index: products_id in /home/mystore/public_html/includes/classes/class.CeonURIMappingHandler.php on line 443.
    on a zc156c site recently updated with the Ceon URI Mappings 5.0.0. Not clear (I haven't viewed the site's access-logs) where the initial link is coming from, but the processing should, IMO, be able to deal with the &amp; vs & characters in the URL.

  8. #108
    Join Date
    Jul 2012
    Posts
    16,732
    Plugin Contributions
    17

    Default Re: Ceon URI Mapping V5.0

    Quote Originally Posted by lat9 View Post
    I'm seeing an occasional log similar to
    Code:
    [08-Nov-2019 18:08:03 America/Chicago] Request URI: /index.php?main_page=product_info&amp;cPath=91&amp;products_id=2178, IP address: redacted
    #1  CeonURIMappingHandler->_handleZCDynamicURI() called at [/home/mystore/public_html/includes/classes/class.CeonURIMappingHandlerBase.php:473]
    #2  CeonURIMappingHandlerBase->_handleURI() called at [/home/mystore/public_html/includes/classes/class.CeonURIMappingHandlerBase.php:149]
    #3  CeonURIMappingHandlerBase->__construct() called at [/home/mystore/public_html/includes/classes/class.CeonURIMappingHandler.php:52]
    #4  CeonURIMappingHandler->__construct() called at [/home/mystore/public_html/includes/autoload_func.php:79]
    #5  require(/home/mystore/public_html/includes/autoload_func.php) called at [/home/mystore/public_html/includes/application_top.php:170]
    #6  require(/home/mystore/public_html/includes/application_top.php) called at [/home/mystore/public_html/index.php:26]
    --> PHP Notice: Undefined index: products_id in /home/mystore/public_html/includes/classes/class.CeonURIMappingHandler.php on line 443.
    on a zc156c site recently updated with the Ceon URI Mappings 5.0.0. Not clear (I haven't viewed the site's access-logs) where the initial link is coming from, but the processing should, IMO, be able to deal with the &amp; vs & characters in the URL.
    Without the module I'm getting product not found when I include the &amp; in the last parameter of the URI. I've been seeing something similar in the admin in particular when the action parameter is last on the uri, then well it doesn't take the action at least on the categories screen...

    There seems to have been something modified that prevents recognizing the parameter, "reparsing" the last parameter of the uri or for $_GET to be set for the parameter that uses &amp;.

    Basically saying that perhaps a message is generated with this plugin, but it seems that there is something before it in the ZC code that should have prevented that issue from occurring.
    ZC Installation/Maintenance Support <- Site
    Contribution for contributions welcome...

  9. #109
    Join Date
    Jan 2010
    Location
    France
    Posts
    279
    Plugin Contributions
    0

    Default Re: Ceon URI Mapping V5.0

    Hi, I installed ceon 5.01 with zencart 1.5.6c everything works well except the canonical which remains so:
    PHP Code:
    <link rel="canonical" href="https://mydomaine:8890/index.php?main_page=index&amp;cPath=12" /> 
    I have also rewritten some urls in admin everything works the rewrite with is done, but the canonical always remains unwritten. I specify that I have no error files in the log folder.

    I have this though when Ceon URI Mapping Installation Check

    HTML Code:
    A file has had a modification made to it, for an older version of Ceon URI Mapping, but this modification is no longer needed.
    
    The path to the file is /Applications/MAMP/htdocs/myadomain/includes/extra_datafiles/ceon_uri_mapping_sessions_define.php
    
        Although the file had to be modified for a previous version of the module, this version works differently and the file is not modified for this version.
    
        Remove the modification from the file by editing the file and removing the block beginning with // BEGIN CEON URI MAPPING 1 of 1 and ending with // END CEON URI MAPPING 1 of 1 - including those two “marker comments”.
        Alternatively, if the file was modified only for Ceon URI Mapping and not for any other module, back up the file (e.g. copy it to your local computer) and replace it with a “fresh” version of the file from a “fresh” set of Zen Cart files.
    Giovanni,
    Zen Cart V1.5.8 + templates ZCA Bootstrap Template

  10. #110
    Join Date
    Jan 2010
    Location
    France
    Posts
    279
    Plugin Contributions
    0

    Default Re: Ceon URI Mapping V5.0

    I forgot to tell you that in the bar of the browers the rewriting is done and only when I go to rivere the source code that I realize that the canonical is not rewritten.
    Giovanni,
    Zen Cart V1.5.8 + templates ZCA Bootstrap Template

 

 
Page 11 of 34 FirstFirst ... 91011121321 ... 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