constantina Posted April 8, 2015 Share Posted April 8, 2015 (edited) 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 April 9, 2015 by constantina (see edit history) Link to comment Share on other sites More sharing options...
constantina Posted April 9, 2015 Author Share Posted April 9, 2015 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 More sharing options...
Şahin YILDIZ Posted April 9, 2015 Share Posted April 9, 2015 Merhaba arama indexleme problemi yaşayan arkadaşlar ekteki dosyayı admin klasörüne atarak linkini crontab modülüne bağlayabilir... linkin bir kez çalıştırılması yereli olacaktır... www.siteadı.com/adminps/searchcron_auto.php searchcron_auto.php 1 Link to comment Share on other sites More sharing options...
Ahmet KÜPELİKILINÇ Posted February 13, 2023 Share Posted February 13, 2023 ben bunları denedim ama çözüm bulamadım malesef :( Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now