Hi @blindpet,
Thank you for your ticket!
We have opened an issue here: https://github.com/algolia/algoliasearch-wordpress/issues/281
We will provide a fix by tomorrow!
The error is basically a false negative. You can safely ignore it.
Cheers!
-
This reply was modified 9 years, 7 months ago by
rayrutjes.
That is what I thought. I plan to post a tutorial here on how to set this up for your users so wanted to make sure everything was cool before I posted it π
Wahou, awesome @blindpet, I can’t wait to see it!
Let us know if you need any help, and be sure to share the work so we can push it to the community!
Cheers!
I most definitely will, trying to help the community get more awesome speed out of WordPress π
Should be ready in a few days complete with screenshots of the lovely dashboard π
Hey @blindpet, I just wanted to let you know that when you click on “categories” on your website, we are accessing an empty page: https://guides.wp-bullet.com/category/
Keep us posted about your tutorial, and really, don’t hesitate to ping!
Very much appreciate the head’s up, fixed now. Will ping soon π
Hi @blindpet,
I just released 1.2.O which fixed your issue amongst others: https://wordpress.org/plugins/search-by-algolia-instant-relevant-results/changelog/
Let me know how the update went, and if everything works fine now π
Cheers,
Much appreciated, I am getting a 500 internal server error when going to check logs now on a Digital Ocean VPS with nginx and PHP7
PHP message: PHP Fatal error: Allowed memory size of 268435456 bytes exhausted (tried to allocate 79532032 bytes) in Unknown on line 0" while reading response header from upstream, client: IP, server: guides.wp-bullet.com, request: "GET /wp-admin/admin.php?page=algolia-logs HTTP/1.1", upstream: "fastcgi://unix:/run/php/php7.0-fpm.sock:", host: "guides.wp-bullet.com", referrer: "https://guides.wp-bullet.com/wp-admin/admin.php?page=algolia-account-settings"
Well that is unfortunate. It seems like you are running out of memory when accessing the logs page.
Could you make sure you have only one tab open of the site and try to access the logs page again?
Turns out after disabling the svg support plugin logs are showing from Algolia
PHP message: PHP Fatal error: Allowed memory size of 268435456 bytes exhausted (tried to allocate 79528624 bytes) in /var/www/guides.wp-bullet.com/wp-content/plugins/svg-support/functions/thumbnail-display.php on line 23
Posted the issue on their support forum
What is the action triggering the error? Do you mind providing some screenshots if it makes sense?
Do you happen to make use of transients that would affect object cache with memcached? I am using this plugin
Screenshot would just be a white screen of death, I had to turn to nginx logs to get the PHP errors above. I suspect it is a transients caching issue with Memcached, just do not know if it is this plugin or svg support.
Ok I think I get it,
The SVG plugin catches the whole output of the logs page, which can be huge due to the exceptions details.
Writing this down for reference, l23:
/var/www/guides.wp-bullet.com/wp-content/plugins/svg-support/functions/thumbnail-display.php
To resolve the issue, I’d recommend you first disable the SVG plugin.
Then update the Algolia plugin to the latest version (limits the log entries to 50)
Clear the Algolia logs
Re-enable the SVG plugin
You can also lower the number of log entries by using the ALGOLIA_MAX_LOG_ENTRIES, see https://community.algolia.com/wordpress/constants.html#constants-reference
Let me know if that solves your issue.
Another solution would probably be that you increase your memory limit ;p