- This topic is empty.
-
AuthorPosts
-
July 12, 2023 at 10:47 pm #6612
Laura
GuestHello All,
I am getting this error “Object Cache flush failed.” when I clear object cache.
I though may I did the install incorrectly and did a reinstall but still the same problem.
What am I doing wrong?July 14, 2023 at 6:18 am #6629Larry
GuestAny help?
Did some investigating and it seems to be related to memcached.I did the install wizard.I put some code on the server to check if memcached extension is enabled and if the the daemon is running and able to store and retrieve data successfully.
Everything checked out.
Is this a plugin problem? Any help would be appreciated.July 14, 2023 at 3:48 pm #6634Helen
GuestI think it was discussed on the Discord channel, it’s because Clear Caches plugin was not supporting Memcached yet
July 14, 2023 at 6:14 pm #6641Edward
GuestThanks, if I need to flush I will just manually flush from the command line.
One other thing, I did the interactive install wizard and I did not recall any opportunity to install my cloudflare API key.
I had to get the slickslack cloudflare plugin from github and manually install.
Did I miss something during the install wizard? I am worried about updates for the cloudflare plugin I manually installed.Thank you for the help, it is greatly appreciated.
July 17, 2023 at 5:34 pm #6672Larry
Guestyou can also flush via WP-CLI
July 18, 2023 at 7:49 am #6695Edward
GuestFor SlickStack you can run
ss purgeto purge all caches, or justss purge object cacheorss purge memcachedinstead if you want to be specific. -
AuthorPosts