Thread: SitemapXML v.2

Page 171 of 222 FirstFirst ... 71121161169170171172173181221 ... LastLast
Results 1,701 to 1,710 of 2213
  1. #1701
    Join Date
    May 2016
    Location
    Bucharest
    Posts
    48
    Plugin Contributions
    0

    Default Re: SitemapXML v.2

    Hi Guys,

    Can anyone tell why Sitemap XML returns "page not found" when I tell it to Force rebuild all sitemap*.xml files! and Pinging Search Engine?
    This is how the link appears when the page not found shows up: (http://www.mydomain/sitemap-xml&rebuild=yes&ping=yes&)

    The XML files are updated, Google accepted the submit of the sitemap.xml file but I'm not sure if this page not found should be displayed instead of a confirmation message... Also, how do I know if the ping has been executed if no confirmation message is prompted?

    Zen Cart V1.5.1,
    Sitemap v3.6 26.04.2016 10:33:09

    Thank you!

  2. #1702
    Join Date
    Mar 2015
    Posts
    165
    Plugin Contributions
    0

    Default Re: SitemapXML v.2

    Quote Originally Posted by DrByte View Post
    I haven't studied the installer for this plugin, but perhaps the language file was missing when the plugin's "install" was done, and so instead of putting the actual defined values into the configuration menu names it put in the uppercase constant names instead? To fix that one could run the plugin's uninstall sql script (if it has one) to remove all its related settings, and then re-run its installer to set it up again.
    Thanks. I think the upgrade instructions are a little off. I went ahead and uninstalled the SQL statements and reapplied them and the language values are there.

    I still can't figure out why the XML are not completing and I am ending up with an internal server error pop up screen.

  3. #1703
    Join Date
    Jan 2004
    Posts
    66,419
    Blog Entries
    7
    Plugin Contributions
    277

    Default Re: SitemapXML v.2

    Quote Originally Posted by travbacon View Post
    I still can't figure out why the XML are not completing and I am ending up with an internal server error pop up screen.
    "internal server error" is a generic "something went wrong, but we can't display it to the screen for security reasons".
    So, look in the /logs/ folder for myDebug-xxxxxxxxx.log files that are generated when the error occurs.
    If it's not recorded there, then you might have to ask your hosting company for access to the Apache and/or PHP error logs.
    See: http://www.zen-cart.com/content.php?124
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

  4. #1704
    Join Date
    Mar 2015
    Posts
    165
    Plugin Contributions
    0

    Default Re: SitemapXML v.2

    Quote Originally Posted by DrByte View Post
    "internal server error" is a generic "something went wrong, but we can't display it to the screen for security reasons".
    So, look in the /logs/ folder for myDebug-xxxxxxxxx.log files that are generated when the error occurs.
    If it's not recorded there, then you might have to ask your hosting company for access to the Apache and/or PHP error logs.
    See: http://www.zen-cart.com/content.php?124
    All I could find what this
    httpdocs/includes/classes/db/mysql/query_factory.php on line 155

    Line 155 trigger_error($this->error_number . ':' . $this->error_text . ' :: ' . $this->zf_sql . $query_factory_caller, E_USER_ERROR);

    But I do not this this is it.

  5. #1705
    Join Date
    Jan 2004
    Posts
    66,419
    Blog Entries
    7
    Plugin Contributions
    277

    Default Re: SitemapXML v.2

    Sigh. The complete message would help, since it would mention other files involved ... and help rule out whether the message is relevant to this particular problem or something else.
    That trigger_error(E_USER_ERROR) message suggests that a problem related to a query or connection problem is happening, but there would be a whole lot more detail in the rest of the message, which you left out.

    Clearly you want to obfuscate something ... so in that case just leave out your "username" in the directory paths. Everything else is relevant.
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

  6. #1706
    Join Date
    Mar 2015
    Posts
    165
    Plugin Contributions
    0

    Default Re: SitemapXML v.2

    My apologies for the late reply. I am not hiding anything I don't think. That was the message. Tell me what steps you would like me to take to get the error again for you and I will. Thanks for you help.

  7. #1707
    Join Date
    Jan 2004
    Posts
    66,419
    Blog Entries
    7
    Plugin Contributions
    277

    Default Re: SitemapXML v.2

    Quote Originally Posted by travbacon View Post
    My apologies for the late reply. I am not hiding anything I don't think. That was the message. Tell me what steps you would like me to take to get the error again for you and I will. Thanks for you help.
    Sigh. This is what you posted:

    Quote Originally Posted by travbacon View Post
    All I could find what this
    httpdocs/includes/classes/db/mysql/query_factory.php on line 155

    Line 155 trigger_error($this->error_number . ':' . $this->error_text . ' :: ' . $this->zf_sql . $query_factory_caller, E_USER_ERROR);

    But I do not this this is it.
    ... but a typical error message looks like this, including the "problem" or "message", along with the filename. And often a second filename is mentioned, such as:
    PHP Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 1555560121 bytes) in /includes/functions/html_output.php on line 62
    or
    PHP Warning: copy(/includes/modules/payment/linkpoint_api/1909168100.pem): failed to open stream: Permission denied in /extra_datafiles/setupLinkpoint.php on line 7

    You left out the error message, which would contain more context, which would at least help determine whether the error is related to the symptom you're asking for help with.
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

  8. #1708
    Join Date
    Aug 2004
    Location
    Saint Petersburg, Russia
    Posts
    1,786
    Plugin Contributions
    13

    Default Re: SitemapXML v.2

    Hi,
    Quote Originally Posted by Adrian Ciocîrlan View Post
    Can anyone tell why Sitemap XML returns "page not found" when I tell it to Force rebuild all sitemap*.xml files! and Pinging Search Engine?
    This is how the link appears when the page not found shows up: (http://www.mydomain/sitemap-xml&rebuild=yes&ping=yes&)
    You use any seo url?

  9. #1709
    Join Date
    May 2016
    Location
    Bucharest
    Posts
    48
    Plugin Contributions
    0

    Default Re: SitemapXML v.2

    Quote Originally Posted by a_berezin View Post
    Hi,

    You use any seo url?
    I use CEON URI...

    10x

  10. #1710
    Join Date
    Aug 2004
    Location
    Saint Petersburg, Russia
    Posts
    1,786
    Plugin Contributions
    13

    Default Re: SitemapXML v.2

    Hi,
    Quote Originally Posted by Adrian Ciocîrlan View Post
    I use CEON URI...
    I have several stores with CEON URI is working properly. But I install it a long time ago and do not remember any required additional configuration or not. Maybe someone who uses CEON URI write about his experience here.

    If possible, try to disable CEON URI and start again sitemap xml.

 

 

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