Itemid=99999999 in search Infinite loop - Joomla! Forum - community, help and support
when site visited url:
http://www.xxxx.com/index.php?option=co ... itstart=10
mysql processes going sleep mode , page in infinite loop. server runs out of memory.
if itemid changed match proper itemid search page, ok.
these url actions coming searchrobots, site older joomla before.
redirects maybe?
http://www.xxxx.com/index.php?option=co ... itstart=10
mysql processes going sleep mode , page in infinite loop. server runs out of memory.
if itemid changed match proper itemid search page, ok.
these url actions coming searchrobots, site older joomla before.
redirects maybe?
i had redirect rule block these urls:
index.php?option=com_search&itemid=99999999&searchword=xxxxx
i noticed itemid example 999999991212 , mysql query goes sleep mode also.
this query loops infinitely:
query select id,parent_id xxxxx_menu id = 99999999
i've created menu item search page, joomla isn't noticing it.
index.php?option=com_search&itemid=99999999&searchword=xxxxx
i noticed itemid example 999999991212 , mysql query goes sleep mode also.
this query loops infinitely:
query select id,parent_id xxxxx_menu id = 99999999
i've created menu item search page, joomla isn't noticing it.
Comments
Post a Comment