Results 1 to 2 of 2
  1. #1
    Join Date
    Feb 2010
    Posts
    17
    Plugin Contributions
    0

    Default SitemapXML error with external EZ Pages

    SitemapXML is not indexing my EZ Pages with external links and is giving me the following error:
    TEXT_ERRROR_EZPAGES_ROBOT

    I found the above text in includes/modules/pages/sitemapxml/sitemapxml_ezpages.php, but I don't know what to make of it since I don't know much about coding.

    Also- somebody posted in another thread that there was a bug with Sitemapxml and external EZ pages that produced the following error: "EZ-Page ignored (out of base url)." that's not the error I'm getting but I applied the fix just in case and it hasn't changed anything. Any help would be greatly appreciated. Thanks!

  2. #2
    Join Date
    Feb 2010
    Posts
    17
    Plugin Contributions
    0

    Default Re: SitemapXML error with external EZ Pages

    Any ideas as to what this TEXT_ERRROR_EZPAGES_ROBOT error is referring to?

    Here's an excerpt from sitemapxml-ezpages.php that contains the above phrase, which I highlighter in red:

    . $zen_SiteMapXML->base_url . '<br />', 'error');
    $link = false;
    } else {
    if (basename($parse_url['path']) == 'index.php') {
    $query_string = explode('&', str_replace('&amp;', '&', $parse_url['query']));
    foreach($query_string as $query) {
    list($parm_name, $parm_value) = explode('=', $query);
    if ($parm_name == 'main_page') {
    if (defined('ROBOTS_PAGES_TO_SKIP') && in_array($parm_value, explode(",", constant('ROBOTS_PAGES_TO_SKIP'))) || $parm_value == 'down_for_maintenance') {
    $zen_SiteMapXML->message(sprintf(TEXT_ERRROR_EZPAGES_ROBOTS, $page_query->fields['alt_url'], $link) . '<br />', 'error');
    $link = false;
    break;

 

 

Similar Threads

  1. Problems with external pages
    By Chris1 in forum General Questions
    Replies: 4
    Last Post: 18 Apr 2011, 11:31 AM
  2. error 1054 ezpages only when I create a non external link but a page with content
    By giuly in forum Setting Up Categories, Products, Attributes
    Replies: 1
    Last Post: 8 Feb 2009, 05:59 PM
  3. 404 error with external link
    By kyle930 in forum General Questions
    Replies: 7
    Last Post: 3 Jan 2009, 08:52 PM
  4. error with running on Windows server using NAS external storage address
    By jeminijem in forum Installing on a Windows Server
    Replies: 5
    Last Post: 8 Feb 2008, 11:08 PM
  5. sessions with external pages
    By jagguy in forum General Questions
    Replies: 0
    Last Post: 21 Feb 2007, 03:10 AM

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