Thread: SitemapXML v.2

Page 159 of 212 FirstFirst ... 59109149157158159160161169209 ... LastLast
Results 1,581 to 1,590 of 2111
  1. #1581
    Join Date
    Dec 2008
    Location
    Hanover Township PA, USA
    Posts
    122
    Plugin Contributions
    0

    Default Re: SitemapXML v.2

    Hello everyone,

    Just did a clean install of Zen-Cart 1.5.4 and installed Sitemap XML (version 21 and Module version 3.2.13). However, no matter how I set up the includes/classes/sitemapxml.php file..., I can only create a maximum of about 12,500 products in my sitemapproducts.xml file. (I actually have around 30,000 products)
    define('TABLE_SITEMAPXML_TEMP', DB_PREFIX . 'sitemapxml_temp');
    define('SITEMAPXML_MAX_ENTRYS', 5000);
    define('SITEMAPXML_MAX_SIZE', 10000000); // 10485760

    define('SITEMAPXML_CHECK_URL', 'false');
    Also my php.ini file seems to have enough memory and execution time..., and also does change anything.
    max_execution_time = 300
    max_input_time = 180
    memory_limit = 512M
    Here is the result I get in my Sitemap File List:
    Click image for larger version. 

Name:	sitemap.jpg 
Views:	61 
Size:	20.2 KB 
ID:	15859

    Here is the result after forcing a rebuild:
    (however I have over 800 categories, not 640, unless not all of the categories are showing up because not all of the products are being listed)
    Click image for larger version. 

Name:	rebuild-result.jpg 
Views:	61 
Size:	74.4 KB 
ID:	15861

    Here is the result of my log file:
    [11-Dec-2015 08:52:43 America/Chicago] PHP Fatal error: 2008:MySQL client ran out of memory :: select products_type from products where products_id = '12441' ==> (as called by) /home4/oskopool/public_html/includes/functions/functions_lookups.php on line 522 <== in /home4/oskopool/public_html/includes/classes/db/mysql/query_factory.php on line 155
    [11-Dec-2015 08:52:43 America/Chicago] PHP Fatal error: 2013:Lost connection to MySQL server during query :: select count(*) as total
    from sessions
    where sesskey = '147d0a2b7e06aa68ea26b7ce12d9f9fd' ==> (as called by) /home4/oskopool/public_html/includes/functions/sessions.php on line 66 <== in /home4/oskopool/public_html/includes/classes/db/mysql/query_factory.php on line 155
    Any ideas? Anyone?
    Thanks all,
    Danny
    Daniel Osko

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

    Default Re: SitemapXML v.2

    Hi,
    Quote Originally Posted by danielosko View Post
    Here is the result of my log file:
    Code:
    [11-Dec-2015 08:52:43 America/Chicago] PHP Fatal error: 2008:MySQL client ran out of memory :: select products_type from products where products_id = '12441' ==> (as called by) /home4/oskopool/public_html/includes/functions/functions_lookups.php on line 522 <== in /home4/oskopool/public_html/includes/classes/db/mysql/query_factory.php on line 155
    [11-Dec-2015 08:52:43 America/Chicago] PHP Fatal error: 2013:Lost connection to MySQL server during query :: select count(*) as total
    from sessions
    where sesskey = '147d0a2b7e06aa68ea26b7ce12d9f9fd' ==> (as called by) /home4/oskopool/public_html/includes/functions/sessions.php on line 66 <== in /home4/oskopool/public_html/includes/classes/db/mysql/query_factory.php on line 155
    I recently ran into this situation on site with 30,000 products. The reason - the query caching. Write to me in private, I'll send you the latest version.

  3. #1583
    Join Date
    Dec 2008
    Location
    Hanover Township PA, USA
    Posts
    122
    Plugin Contributions
    0

    Default Re: SitemapXML v.2

    Thanks Andrew!!!

    I appreciate it very much. I PM'd you

    Danny
    Daniel Osko

  4. #1584
    Join Date
    Oct 2015
    Posts
    3
    Plugin Contributions
    0

    Default Re: SitemapXML v.2

    I just want to say thank you for this awesome plugin and all your work here in the forum. I got SitemapXML installed and functioning with all the help here. My biggest problems were an error in my config file and expecting the updates to Cpanel to be immediate - sometimes it takes a few seconds. In the meantime it was throwing errors at me.

    Thank you so much!

  5. #1585
    Join Date
    Nov 2007
    Location
    Sunny Coast, Australia
    Posts
    3,379
    Plugin Contributions
    9

    Default Re: SitemapXML v.2

    Quote Originally Posted by a_berezin View Post
    Hi,

    I recently ran into this situation on site with 30,000 products. The reason - the query caching. Write to me in private, I'll send you the latest version.
    Andrew, could you please pm me a copy of the latest version or upload it to the Plugins?

    Thanks / Frank

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

    Default Re: SitemapXML v.2

    Hi Frank,
    Quote Originally Posted by frank18 View Post
    Andrew, could you please pm me a copy of the latest version or upload it to the Plugins?

    Thanks / Frank
    Upload last version to the Plugins.

  7. #1587
    Join Date
    Nov 2007
    Location
    Sunny Coast, Australia
    Posts
    3,379
    Plugin Contributions
    9

    Default Re: SitemapXML v.2

    Quote Originally Posted by a_berezin View Post
    Hi Frank,

    Upload last version to the Plugins.

    Thanks Andrew! Much appreciated.

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

    Default Re: SitemapXML v.2

    Hi,
    Quote Originally Posted by Michigan Flower Farm View Post
    I just want to say thank you for this awesome plugin and all your work here in the forum.
    Thanks!
    Happy New Year! :)

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

    Default Re: SitemapXML v.2

    Quote Originally Posted by frank18 View Post
    Thanks Andrew! Much appreciated.
    I look forward to feedback - bugs, suggestions, comments...

  10. #1590
    Join Date
    Nov 2005
    Location
    los angeles
    Posts
    2,690
    Plugin Contributions
    9

    Default Re: SitemapXML v.2

    andrew,
    i had basically no problems with the install... i had to modify a few things due to my cart and other mods, but so far so good....

    HOWEVER, i wanted to point out something that just caused me some problems.... and in my opinion very needlessly...

    part of the install process has a file called:

    -install-sitemapxml.php

    now i suppose you have your reasons why you would want a file to start with a dash, ie '-' perhaps you would care to share them? it causes problems if one is attempting to execute a shell command from the directory where that file is.

    frankly, i would rename that file so that it does not begin with a dash.

    best.
    author of square Webpay.
    mxWorks has premium plugins. donations: venmo or paypal accepted.
    premium consistent excellent support. available for hire.

 

 

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