jbaldy
Forum Replies Created
-
Forum: Plugins
In reply to: [Relevanssi - A Better Search] ISSUE: very partial indexing with PHP 8.3@msaari I can confirm that I’ve just retested, and I’m systematically reproducing the problem with PHP 8.3 FPM. To correct the problem, I need to run these commands:
sudo a2disconf php8.3-fpm
sudo a2enconf php8.2-fpm
sudo systemctl restart apache2
sudo systemctl restart php8.2-fpm
systemctl reload apache2Forum: Plugins
In reply to: [Relevanssi - A Better Search] ISSUE: very partial indexing with PHP 8.3As I said in my first post, it’s an indexing problem: when you press the re-index all button, indexing only takes ~3 to 5 seconds instead of the usual ~40 seconds. I check indexing from the search/completion bar (I think only ~10% is indexed, and I can’t figure out why).
I’ll try to better diagnose the problem as soon as I have the time and skills to do so.
- This reply was modified 11 months, 2 weeks ago by jbaldy.
Forum: Plugins
In reply to: [Relevanssi - A Better Search] ISSUE: very partial indexing with PHP 8.3@msaari Mikko Saari thank you for your reply!
Some information that may prove useful in your diagnosis:
- I mainly index Project and Page
- Minimum word length : 1
- Reinforce exact matches. (checked)
- Respect exclude_from_search for custom publication types (checked)
- Limit searches. (checked)
- Length of extract : 30
- 2 Check publication by ID: seems to work (But ID Post Project does not appear in search results in PHP 8.3)
I think the problem is linked to a routine in your PHP 8.3 code, because I’ve tested a number of your plugin’s parameters and nothing has changed.
I understand better the issue with Woocommerce
thank you for your very complete answer, your solution has solved my problem.
@geminilabs I made a post on Site Reviews forum
- This reply was modified 6 years ago by jbaldy.
Forum: Plugins
In reply to: [Site Reviews] 2.5.2 Update process failsIt’s solved !
thanks Paul !