Results 1 to 10 of 2445

Hybrid View

  1. #1
    Join Date
    Aug 2012
    Posts
    23
    Plugin Contributions
    0

    help question Re: Ceon URI Mapping v4.x

    I have a small problem with URI that are displayed in the sitemapXML module for ezpages. All other site maps are created with the correct ceon uri mappings however the ezpages are not, they are displayed as the standard zencart string.

    Just to clarify general navigation round the site is a ok. All the URI's match the mapped ones from the ceon module, it is only when the sitemapxml module creates a sitemap for ezpages it does not displaye the correct mappings.

    I posted on the sitemapxml support forum but with no sugestios for a fix, I was recommended to try here.

    Here is a link to the sitemap index, just incase it would be of any use to you;

    www.wefixitonline.co.uk/sitemap.xml

    Has anyone else experienced this problem or do you know of a way to rectify it?

    Thanks in advance for any help you can provide


    Tech Info:
    Zencart Version - 1.5.1
    Ceon URI Version - 4.4.1
    SitemapXML Version - 2.1
    We Fix Information Technology - we're making I.T. simple!
    www.wefixitonline.co.uk

  2. #2
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,021
    Plugin Contributions
    32

    Default Re: Ceon URI Mapping v4.x

    Quote Originally Posted by DH010010 View Post
    I have a small problem with URI that are displayed in the sitemapXML module for ezpages. All other site maps are created with the correct ceon uri mappings however the ezpages are not, they are displayed as the standard zencart string.

    Just to clarify general navigation round the site is a ok. All the URI's match the mapped ones from the ceon module, it is only when the sitemapxml module creates a sitemap for ezpages it does not displaye the correct mappings.

    I posted on the sitemapxml support forum but with no sugestios for a fix, I was recommended to try here.

    Here is a link to the sitemap index, just incase it would be of any use to you;

    www.wefixitonline.co.uk/sitemap.xml

    Has anyone else experienced this problem or do you know of a way to rectify it?

    Thanks in advance for any help you can provide


    Tech Info:
    Zencart Version - 1.5.1
    Ceon URI Version - 4.4.1
    SitemapXML Version - 2.1
    A search in this thread for "XML sitemap" turns up these threads:
    http://www.zen-cart.com/showthread.p...79#post1139779
    http://www.zen-cart.com/showthread.p...92#post1155092
    http://www.zen-cart.com/showthread.php?184548-Ceon-URI-Mapping-v4-x&p=1190481#post1190481

    My Site - Zen Cart & WordPress integration specialist
    I don't answer support questions via PM. Post add-on support questions in the support thread. The question & the answer will benefit others with similar issues.

  3. #3
    Join Date
    Aug 2012
    Posts
    23
    Plugin Contributions
    0

    Default Re: Ceon URI Mapping v4.x

    I confirmed that this is not a ceon bug it was with sitemap xml - I found and posted a fix:

    http://www.zen-cart.com/showthread.p...ML-v-2/page127

    Hope this helps someone
    We Fix Information Technology - we're making I.T. simple!
    www.wefixitonline.co.uk

  4. #4
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,021
    Plugin Contributions
    32

    Default Re: Ceon URI Mapping v4.x

    Quote Originally Posted by DH010010 View Post
    I confirmed that this is not a ceon bug it was with sitemap xml - I found and posted a fix:

    http://www.zen-cart.com/showthread.p...ML-v-2/page127

    Hope this helps someone
    You rock, and THANKS for sharing your solution.. for the record last night I took a look at the XML sitemap files and made a pretty good GUESS as to where the problem was. Though that's all I had because I certainly did NOT know how to fix it.. This is an old niggling issue and thanks to you it's FIXED!! Gonna repost your fix here in full..
    My Site - Zen Cart & WordPress integration specialist
    I don't answer support questions via PM. Post add-on support questions in the support thread. The question & the answer will benefit others with similar issues.

  5. #5
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,021
    Plugin Contributions
    32

    bug Using Ceon URI Mapping v4.x with the XML Sitemap add-on

    Quote Originally Posted by DH010010 View Post
    I confirmed that this is not a ceon bug it was with sitemap xml - I found and posted a fix:

    http://www.zen-cart.com/showthread.p...ML-v-2/page127

    Hope this helps someone
    Though you provided a link, I thought that I would take the liberty of posting the fix here as well..

    To correct this you need to edit the following file:

    /includes/modules/pages/sitemapxml/sitemapxml_ezpages.php

    Find this on line 115:
    Code:
          $link = FILENAME_EZPAGES;
    Replace with this:
    Code:
          $link = zen_href_link(FILENAME_EZPAGES, 'id=' . $page_query->fields['pages_id'] . ($page_query->fields['toc_chapter'] > 0 ? '&chapter=' . $page_query->fields['toc_chapter'] : ''), ($page_query->fields['page_is_ssl']=='0' ? 'NONSSL' : 'SSL'));
    This will as Conor pointed out use the zen_href_link function to generate the EZ Pages URLs in the XML sitemap.

    And so it's clear I have verified that as of today this fix applies to the following version of the XML Sitemap module.
    SitemapXML

    Version Date
    ==============
    v 3.2.6 17.06.2012
    BIG thanks again to DH010010 for getting to the bottom of a very old issue.. Kudos to you!
    My Site - Zen Cart & WordPress integration specialist
    I don't answer support questions via PM. Post add-on support questions in the support thread. The question & the answer will benefit others with similar issues.

  6. #6
    Join Date
    Aug 2009
    Location
    Bedford, England
    Posts
    966
    Plugin Contributions
    0

    Default Re: Using Ceon URI Mapping v4.x with the XML Sitemap add-on

    hi guys, just found this in my error log this evening, not sure if its anything to be concerned about? its the first and only one i've had. any idea what it could be?

    [09-Apr-2013 21:26:39 UTC] PHP Fatal error: Call to a member function add() on a non-object in /home/site/public_html/includes/classes/class.CeonURIMappingHandlerBase.php on line 131

    Thanks in advance.
    Phil Rogers
    A problem shared is a problem solved.

  7. #7
    Join Date
    Mar 2008
    Location
    UK
    Posts
    26
    Plugin Contributions
    0

    Default Re: Using Ceon URI Mapping v4.x with the XML Sitemap add-on

    Quote Originally Posted by philip937 View Post
    hi guys, just found this in my error log this evening, not sure if its anything to be concerned about? its the first and only one i've had. any idea what it could be?

    [09-Apr-2013 21:26:39 UTC] PHP Fatal error: Call to a member function add() on a non-object in /home/site/public_html/includes/classes/class.CeonURIMappingHandlerBase.php on line 131

    Thanks in advance.

    I have an update on this if anyone else comes across it, this particular problem was self made. I had simply copied the code from the includes/functions/html_output.php and incorrectly put that into the admin/includes.. etc. Using eth correct modified code has removed this error.

    Unfortunately I till have the original problem of no category cration and meta's not working
    Zen Newbie: www.wickedstyling.com]. Thanks All.

  8. #8
    Join Date
    Jul 2007
    Posts
    2,169
    Plugin Contributions
    16

    Default Re: Using Ceon URI Mapping v4.x with the XML Sitemap add-on

    Quote Originally Posted by philip937 View Post
    hi guys, just found this in my error log this evening, not sure if its anything to be concerned about? its the first and only one i've had. any idea what it could be?

    [09-Apr-2013 21:26:39 UTC] PHP Fatal error: Call to a member function add() on a non-object in /home/site/public_html/includes/classes/class.CeonURIMappingHandlerBase.php on line 131

    Thanks in advance.

    Quote Originally Posted by dave010880 View Post
    I have an update on this if anyone else comes across it, this particular problem was self made. I had simply copied the code from the includes/functions/html_output.php and incorrectly put that into the admin/includes.. etc. Using eth correct modified code has removed this error.

    Unfortunately I till have the original problem of no category cration and meta's not working
    This problem still exits. I know one said that he had the problem because he had incorrectly put the includes/functions/html_output.php file into admin/includes/functions/html_output.php and it created this problem That's not the case for me. I can confirm that both html_output.php files are in there correct place with the right code inside them and the error is still being created.

    Diva any suggestions thank you
    Last edited by countrycharm; 20 Dec 2013 at 04:04 PM.
    Is your site Upgraded to the current version 1.5.4 Yet?
    zencart-upgrades-website-installation

  9. #9
    Join Date
    Feb 2012
    Location
    mostly harmless
    Posts
    1,809
    Plugin Contributions
    8

    Default Re: Using Ceon URI Mapping v4.x with the XML Sitemap add-on

    Quote Originally Posted by countrycharm View Post
    Code:
    [09-Apr-2013 21:26:39 UTC] PHP Fatal error: Call to a member function add() on a non-object in /home/site/public_html/includes/classes/class.CeonURIMappingHandlerBase.php on line 131
    This problem still exits. ...
    Took a "quick" look at this today. It appears in version 4.4.1, this code can be called before the "message stack" is initialized. (load points: message stack is at 130 and CEON URI is at 99).

    However this code is only called if the "REQUEST_URI" cannot be found. This PHP variable is needed to determine what URI was requested (and will normally be populated by your web server). If this variable is not found, the CEON code attempts to preform some workarounds (and manually determine / build the variable).

    Some questions:
    1. What web server software is on the site displaying this error?
    2. Is the server using mod_php? suPHP? FastCGI? Something else?
    The glass is not half full. The glass is not half empty. The glass is simply too big!
    Where are the Zen Cart Debug Logs? Where are the HTTP 500 / Server Error Logs?
    Zen Cart related projects maintained by lhûngîl : Plugin / Module Tracker

 

 

Similar Threads

  1. 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
  2. CEON URI Mapping
    By jmkent in forum All Other Contributions/Addons
    Replies: 3
    Last Post: 22 Nov 2012, 04:28 PM
  3. Ceon URI Mapping (SEO)
    By conor in forum All Other Contributions/Addons
    Replies: 2906
    Last Post: 9 Sep 2011, 08:31 AM
  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