<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Not working (critical error) on WP 6.0.3-6.1.1]]></title><description><![CDATA[<p dir="auto">It is not working, it is reporting a critical error after the installation of the lite (free) or a pro version...</p>
<p dir="auto">Any similar experiences or known solutions?</p>
<p dir="auto">Tx</p>
]]></description><link>https://fulltextsearch.org/forum/topic/150/not-working-critical-error-on-wp-6-0-3-6-1-1</link><generator>RSS for Node</generator><lastBuildDate>Wed, 12 Aug 2026 05:07:59 GMT</lastBuildDate><atom:link href="https://fulltextsearch.org/forum/topic/150.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 15 Dec 2022 11:13:00 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Not working (critical error) on WP 6.0.3-6.1.1 on Fri, 16 Dec 2022 08:29:35 GMT]]></title><description><![CDATA[<p dir="auto">Hi <a class="plugin-mentions-user plugin-mentions-a" href="/forum/user/bards" aria-label="Profile: Bards">@<bdi>Bards</bdi></a></p>
<p dir="auto">Officially yes, 2.46.180 is the latest. However there is a pre-release version 2.49.208 that have a lot of fixes including fixed support for PHP8.1+</p>
<p dir="auto">I've sent you that version to the private chat, please install it to replace 2.46.180 and try with PHP8.1.</p>
]]></description><link>https://fulltextsearch.org/forum/post/369</link><guid isPermaLink="true">https://fulltextsearch.org/forum/post/369</guid><dc:creator><![CDATA[EpsilonAdmin]]></dc:creator><pubDate>Fri, 16 Dec 2022 08:29:35 GMT</pubDate></item><item><title><![CDATA[Reply to Not working (critical error) on WP 6.0.3-6.1.1 on Fri, 16 Dec 2022 08:21:53 GMT]]></title><description><![CDATA[<p dir="auto">The version is 2.46.180 (I think this is the latest one)</p>
]]></description><link>https://fulltextsearch.org/forum/post/368</link><guid isPermaLink="true">https://fulltextsearch.org/forum/post/368</guid><dc:creator><![CDATA[Bards]]></dc:creator><pubDate>Fri, 16 Dec 2022 08:21:53 GMT</pubDate></item><item><title><![CDATA[Reply to Not working (critical error) on WP 6.0.3-6.1.1 on Fri, 16 Dec 2022 08:04:19 GMT]]></title><description><![CDATA[<p dir="auto">Hi <a class="plugin-mentions-user plugin-mentions-a" href="/forum/user/bards" aria-label="Profile: Bards">@<bdi>Bards</bdi></a></p>
<p dir="auto">Okay could you still tell me which WPFTS version is there?<br />
Basically it can be too old, because latest WPFTS version DOES support PHP8.1.</p>
]]></description><link>https://fulltextsearch.org/forum/post/367</link><guid isPermaLink="true">https://fulltextsearch.org/forum/post/367</guid><dc:creator><![CDATA[EpsilonAdmin]]></dc:creator><pubDate>Fri, 16 Dec 2022 08:04:19 GMT</pubDate></item><item><title><![CDATA[Reply to Not working (critical error) on WP 6.0.3-6.1.1 on Fri, 16 Dec 2022 07:40:56 GMT]]></title><description><![CDATA[<p dir="auto">Thank you for this... Your message directed me to check php version that is used on the website.</p>
<p dir="auto">I have more websites on the same server, and they all use PHP7.4 but this one was use PHP8.1. When I switched back to 7.4, all is up and running again <img src="https://fulltextsearch.org/forum/assets/plugins/nodebb-plugin-emoji/emoji/android/1f642.png?v=23e484cf4cf" class="not-responsive emoji emoji-android emoji--slightly_smiling_face" style="height:23px;width:auto;vertical-align:middle" title=":-)" alt="🙂" /></p>
<p dir="auto">The conclusion is: It doesn't work with PHP8.1 (I didn't check PHP8.0)</p>
<p dir="auto">Thank you.</p>
]]></description><link>https://fulltextsearch.org/forum/post/366</link><guid isPermaLink="true">https://fulltextsearch.org/forum/post/366</guid><dc:creator><![CDATA[Bards]]></dc:creator><pubDate>Fri, 16 Dec 2022 07:40:56 GMT</pubDate></item><item><title><![CDATA[Reply to Not working (critical error) on WP 6.0.3-6.1.1 on Fri, 16 Dec 2022 07:08:24 GMT]]></title><description><![CDATA[<p dir="auto">Hi <a class="plugin-mentions-user plugin-mentions-a" href="/forum/user/bards" aria-label="Profile: Bards">@<bdi>Bards</bdi></a></p>
<p dir="auto">It's a very strange issue. Look to the error message, it says "Call to undefined function error_log()" that means "error_log" function was not found. However it's a native PHP function which should be present always.</p>
<p dir="auto"><a href="https://www.php.net/manual/en/function.error-log.php" rel="nofollow ugc">https://www.php.net/manual/en/function.error-log.php</a></p>
<p dir="auto">Why it's not defined? It can be your server or your hosting issue. Could you consult your hosting provider's support for that?</p>
<p dir="auto">Also there is a link to this code from WPFTS core:</p>
<pre><code class="language-PHP">			$q = 'select 
					count(*) n_inindex, 
					sum(if ((force_rebuild = 0) and (build_time != 0), 1, 0)) n_actual
				from `'.$idx.'index` 
				where `tsrc` = "wp_posts"';
			$res = $wpfts_core-&gt;db-&gt;get_results($q, ARRAY_A);

</code></pre>
<p dir="auto">As you can see it's a very simple code that basically should not trigger a critical error.</p>
<p dir="auto">Please could you tell me which WPFTS version you tried and which PHP version is used there.</p>
<p dir="auto">Thank you!</p>
]]></description><link>https://fulltextsearch.org/forum/post/365</link><guid isPermaLink="true">https://fulltextsearch.org/forum/post/365</guid><dc:creator><![CDATA[EpsilonAdmin]]></dc:creator><pubDate>Fri, 16 Dec 2022 07:08:24 GMT</pubDate></item><item><title><![CDATA[Reply to Not working (critical error) on WP 6.0.3-6.1.1 on Thu, 15 Dec 2022 23:13:52 GMT]]></title><description><![CDATA[<p dir="auto">Thank you for your fast response...</p>
<p dir="auto">Sorry, it is a Fatal error, not Critical... <img src="https://fulltextsearch.org/forum/assets/plugins/nodebb-plugin-emoji/emoji/android/1f642.png?v=23e484cf4cf" class="not-responsive emoji emoji-android emoji--slightly_smiling_face" style="height:23px;width:auto;vertical-align:middle" title=":-)" alt="🙂" /></p>
<p dir="auto">Here is my debug</p>
<p dir="auto">Fatal error: Uncaught Error: Call to undefined function error_log() in /home/sbb23215/public_html/portal/wp-includes/class-wpdb.php:1602 Stack trace: #0 /home/sbb23215/public_html/portal/wp-includes/class-wpdb.php(2128): wpdb-&gt;print_error() #1 /home/sbb23215/public_html/portal/wp-includes/class-wpdb.php(2854): wpdb-&gt;query('select \n\t\t\t\t\tco...') #2 /home/sbb23215/public_html/portal/wp-content/plugins/fulltext-search/includes/wpfts_db.php(42): wpdb-&gt;get_results('select \n\t\t\t\t\tco...', 'ARRAY_A') #3 /home/sbb23215/public_html/portal/wp-content/plugins/fulltext-search/includes/wpfts_index.php(1866): WPFTS_DB-&gt;get_results('select \n\t\t\t\t\tco...', 'ARRAY_A') #4 /home/sbb23215/public_html/portal/wp-content/plugins/fulltext-search/includes/wpfts_core.php(863): WPFTS_Index-&gt;get_status() #5 /home/sbb23215/public_html/portal/wp-content/plugins/fulltext-search/fulltext-search.php(207): WPFTS_Core-&gt;get_status() #6 /home/sbb23215/public_html/portal/wp-includes/class-wp-hook.php(308): wpfts_custom_js('') #7 /home/sbb23215/public_html/portal/wp-includes/class-wp-hook.php(332): WP_Hook-&gt;apply_filters(NULL, Array) #8 /home/sbb23215/public_html/portal/wp-includes/plugin.php(517): WP_Hook-&gt;do_action(Array) #9 /home/sbb23215/public_html/portal/wp-admin/admin-header.php(163): do_action('admin_head') #10 /home/sbb23215/public_html/portal/wp-admin/plugins.php(605): require_once('/home/sbb23215/...') #11 {main} thrown in /home/sbb23215/public_html/portal/wp-includes/class-wpdb.php on line 1602<br />
Постоји критична грешка на вашем веб месту. Молимо вас да проверите сандуче своје управљачке е-поште за упутства.</p>
<p dir="auto">Сазнајте више о отклањању грешака Вордпресу.</p>
<p dir="auto">It is a Serbian Cyrilic site, but on the other site (older one same Cyrillic) plugin still works perfectly.</p>
<p dir="auto">Thx</p>
]]></description><link>https://fulltextsearch.org/forum/post/364</link><guid isPermaLink="true">https://fulltextsearch.org/forum/post/364</guid><dc:creator><![CDATA[Bards]]></dc:creator><pubDate>Thu, 15 Dec 2022 23:13:52 GMT</pubDate></item><item><title><![CDATA[Reply to Not working (critical error) on WP 6.0.3-6.1.1 on Thu, 15 Dec 2022 17:01:56 GMT]]></title><description><![CDATA[<p dir="auto">Hi <a class="plugin-mentions-user plugin-mentions-a" href="/forum/user/bards" aria-label="Profile: Bards">@<bdi>Bards</bdi></a></p>
<p dir="auto">Strange issue. Could you please check or share your error.log with lines about fulltext-search plugin? There should be any records in this case.</p>
<p dir="auto">Could you share any screenshot with the critical error message?</p>
<p dir="auto">Thanks!</p>
]]></description><link>https://fulltextsearch.org/forum/post/363</link><guid isPermaLink="true">https://fulltextsearch.org/forum/post/363</guid><dc:creator><![CDATA[EpsilonAdmin]]></dc:creator><pubDate>Thu, 15 Dec 2022 17:01:56 GMT</pubDate></item></channel></rss>