Jump to content

[Çözüldü] Arama indeksleme hatası


Recommended Posts

Merhaba,

 

Yine çok enteresan bir sorunla karşı karşıyayım. 1.6.0.14 sürümüyle kurduğum sitem arama indeksleme görevini gerçekleştirmiyor, "add missing products" desem de, "re-build entire index" desem de aynı hatayı alıyorum:

 

Fatal error: Uncaught MySQL client ran out of memory
 

				SELECT p.id_product				FROM ps_product p				 INNER JOIN ps_product_shop product_shop		ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1)				INNER JOIN ps_product_lang pl ON pl.`id_shop` = product_shop.`id_shop`				WHERE product_shop.visibility IN ("both", "search")				AND product_shop.`active` = 1				AND product_shop.indexed = 0

thrown in /var/www/vhosts/website.com/httpdocs/classes/db/Db.php on line 646

 

Database satırlarını onarmayı denedim ve memory_limit'im 128mb.

 

Yardımcı olabilecek var mıdır?

Edited by constantina (see edit history)
Link to comment
Share on other sites

Merhaba,

 

Sorun çözüldü.

 

Öncelikle classes/Search.php dosyasını şu linktekiyle değiştirdim.

 

Ayrıca admin/searchcron.php dosyasına da bu linkteki şekilde müdahale ettim.

 

Aslında ilk adım tamamen indeksleme işleminin performansını arttırmak üzerine, fakat benim işimi gördü.

 

İyi çalışmalar

Link to comment
Share on other sites

  • 7 years later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...