Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Admin page not showing any results in the list #13

Closed
felixarntz opened this issue Mar 6, 2016 · 4 comments
Closed

Admin page not showing any results in the list #13

felixarntz opened this issue Mar 6, 2016 · 4 comments

Comments

@felixarntz
Copy link

The list table on the admin page is not showing any results for me although object cache itself is working properly for me (I tested it by getting a specific post back from Memcached from a PHP script outside of WordPress; this worked correctly).

When I select the Memcached server, it makes an AJAX request, but an empty response is returned so that the table still stays empty.

I'm not sure what causes this, but I can provide any specific details as necessary. It's just right now I have no idea which details that may be since I'm not very familiar with Memcached.

@JJJ
Copy link
Contributor

JJJ commented Mar 30, 2016

A few things to try:

  • Check your web server logs for any missing methods or functions.
  • In the latest master branch, the admin plugin requires the use of the object-cache.php drop-in that comes with Spider Cache. Previous versions worked okay with others, but we were bottle-necked by them and created a few new functions of our own to help. We'll probably send them upstream to WordPress for consideration.
  • Ensure your versions of Memcache and Memcached are up-to-date. Older versions do not have the dump function that the UI uses to retrieve all of the results.

@JJJ
Copy link
Contributor

JJJ commented Jul 14, 2016

Hey @felixarntz, any updates here?

@felixarntz
Copy link
Author

I haven't followed up on that issue, sorry. I had this problem on a test site (non-multisite) that doesn't exist any longer, as of now I'm only using the plugin on multisites, and it works correctly there (same server environment).

I can setup a regular site to check for that problem again if that helps.

@JJJ
Copy link
Contributor

JJJ commented Aug 11, 2016

It's probably Memcache missing.

I added a notice if that's the case, but it's not very helpful. See #19.

@JJJ JJJ closed this as completed Aug 11, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants