Memory errors
-
A few days ago Relevanssi was working just fine on my website. But today I noticed that every search results in “no-results”
If I enable debug is true I get the following errors:
WordPress database error: [Out of memory (Needed 1048548 bytes)] SELECT COUNT(DISTINCT(relevanssi.doc)) FROM jaba_relevanssi AS relevanssi WordPress database error: [Out of memory (Needed 1048548 bytes)] SELECT COUNT(DISTINCT(relevanssi.doc)) FROM jaba_relevanssi AS relevanssi WHERE relevanssi.term = 'school' AND ((relevanssi.doc IN (SELECT DISTINCT(posts.ID) FROM jaba_posts AS posts WHERE posts.post_type IN ('post', 'page', 'attachment', 'inzendingen'))) OR (doc = -1)) WordPress database error: [You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 3] SELECT COUNT(DISTINCT(relevanssi.doc)) FROM jaba_relevanssi AS relevanssi WHERE (relevanssi.term LIKE 'school%' OR relevanssi.term_reverse LIKE CONCAT(REVERSE('school), %')) AND ((relevanssi.doc IN (SELECT DISTINCT(posts.ID) FROM jaba_posts AS posts WHERE posts.post_type IN ('post', 'page', 'attachment', 'inzendingen'))) OR (doc = -1)) WordPress database error: [Out of memory (Needed 1048548 bytes)] SELECT COUNT(DISTINCT(relevanssi.doc)) FROM jaba_relevanssi AS relevanssi WHERE (term LIKE '%school' OR term LIKE 'school%') AND ((relevanssi.doc IN (SELECT DISTINCT(posts.ID) FROM jaba_posts AS posts WHERE posts.post_type IN ('post', 'page', 'attachment', 'inzendingen'))) OR (doc = -1)) WordPress database error: [You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 3] SELECT COUNT(DISTINCT(relevanssi.doc)) FROM jaba_relevanssi AS relevanssi WHERE (relevanssi.term LIKE 'school%' OR relevanssi.term_reverse LIKE CONCAT(REVERSE('school), %')) AND ((relevanssi.doc IN (SELECT DISTINCT(posts.ID) FROM jaba_posts AS posts WHERE posts.post_type IN ('post', 'page', 'attachment', 'inzendingen'))) OR (doc = -1))
State of the Index:
Documents in the index:
Terms in the index: 4483
Highest post ID indexed: 2043(I only have 80 posts, because I just started my website) Could you please help solvinf the problem?
Regards,
Monique
Viewing 8 replies - 1 through 8 (of 8 total)
Viewing 8 replies - 1 through 8 (of 8 total)
- The topic ‘Memory errors’ is closed to new replies.