2017-01-31

I noticed many out of memory errors files on my log directory:

----- This was produced when I tried to regenerate sitelinks:

[31-Jan-2017 15:30:28xxxx/xxxxxx] Request URI: /myshop/index.php?main_page=sitemapxml&rebuild=yes&ping=yes&, IP address: xx.xx.xx.xx

#1 mysqli_query() called at [/home/mypath/public_html/myshop/includes/classes/db/mysql/query_factory.php:45]

#2 queryFactory->query() called at [/home/mypath/public_html/myshop/includes/classes/db/mysql/query_factory.php:257]

#3 queryFactory->Execute() called at [/home/mypath/public_html/myshop/includes/functions/functions_categories.php:204]

#4 zen_get_product_path() called at [/home/mypath/public_html/myshop/includes/classes/class.CeonURIMappingHREFLinkBuilder.php:274]

#5 CeonURIMappingHREFLinkBuilder->buildHREFLink() called at [/home/mypath/public_html/myshop/includes/functions/html_output.php:49]

#6 zen_href_link() called at [/home/mypath/public_html/myshop/includes/classes/sitemapxml.php:219]

#7 zen_SiteMapXML->writeItem() called at [/home/mypath/public_html/myshop/includes/modules/pages/sitemapxml/sitemapxml_products.php:102]

#8 include(/home/mypath/public_html/myshop/includes/modules/pages/sitemapxml/sitemapxml_products.php) called at [/home/mypath/public_html/myshop/includes/templates/template_default/sitemapxml/tpl_main_page.php:21]

#9 require(/home/mypath/public_html/myshop/includes/templates/template_default/sitemapxml/tpl_main_page.php) called at [/home/mypath/public_html/myshop/index.php:97]

[31-Jan-2017 15:30:28xxxx/xxxxxx] PHP Warning: mysqli_query(): (HY000/2008): Out of memory in /home/mypath/public_html/myshop/includes/classes/db/mysql/query_factory.php on line 45

[31-Jan-2017 15:30:28xxxx/xxxxxx] Request URI: /myshop/index.php?main_page=sitemapxml&rebuild=yes&ping=yes&, IP address: xx.xx.xx.xx

#1 trigger_error() called at [/home/mypath/public_html/myshop/includes/classes/db/mysql/query_factory.php:167]

#2 queryFactory->show_error() called at [/home/mypath/public_html/myshop/includes/classes/db/mysql/query_factory.php:139]

#3 queryFactory->set_error() called at [/home/mypath/public_html/myshop/includes/classes/db/mysql/query_factory.php:266]

#4 queryFactory->Execute() called at [/home/mypath/public_html/myshop/includes/functions/functions_categories.php:204]

#5 zen_get_product_path() called at [/home/mypath/public_html/myshop/includes/classes/class.CeonURIMappingHREFLinkBuilder.php:274]

#6 CeonURIMappingHREFLinkBuilder->buildHREFLink() called at [/home/mypath/public_html/myshop/includes/functions/html_output.php:49]

#7 zen_href_link() called at [/home/mypath/public_html/myshop/includes/classes/sitemapxml.php:219]

#8 zen_SiteMapXML->writeItem() called at [/home/mypath/public_html/myshop/includes/modules/pages/sitemapxml/sitemapxml_products.php:102]

#9 include(/home/mypath/public_html/myshop/includes/modules/pages/sitemapxml/sitemapxml_products.php) called at [/home/mypath/public_html/myshop/includes/templates/template_default/sitemapxml/tpl_main_page.php:21]

#10 require(/home/mypath/public_html/myshop/includes/templates/template_default/sitemapxml/tpl_main_page.php) called at [/home/mypath/public_html/myshop/index.php:97]

[31-Jan-2017 15:30:28xxxx/xxxxxx] PHP Fatal error: 2008:Out of memory :: select p.products_id, p.master_categories_id

from products p

where p.products_id = '13446' limit 1 ==> (as called by) /home/mypath/public_html/myshop/includes/functions/functions_categories.php on line 204 <== in /home/mypath/public_html/myshop/includes/classes/db/mysql/query_factory.php on line 167

[31-Jan-2017 15:30:28xxxx/xxxxxx] PHP Fatal error: Out of memory (allocated 11272192) (tried to allocate 8068 bytes) in Unknown on line 0

Can you please give me some hints where to start in order to solve it ?

thx

ZC 1.5.5

PHP Version 5.4.45

Apache Version 2.2.31

Show more