blindpet
Forum Replies Created
-
Forum: Plugins
In reply to: [Redis Object Cache] Status: Not connectedPlease share the php handler you are using and the user name it runs under (netstat -lntp). Also please list ls -lh for the folder which contains your unix socket.
Forum: Plugins
In reply to: [Redis Object Cache] Status: Not connectedThat is very likely your problem @ivantomica I suggest you check out that link I posted before. Unless your php handler (php-fpm or apache) is running as the redis user or group then access will be denied.
You can do a quick test with chmod 777 on the unix socket and re-test.
Forum: Plugins
In reply to: [Redis Object Cache] Status: Not connectedTo answer your other question about IPs I would assume it is a firewall issue, you can list your iptable rules with
iptables -LForum: Plugins
In reply to: [Redis Object Cache] not compatible with BuddypressForum: Plugins
In reply to: [WPSOLR - Elasticsearch and Solr search] Fatal errorThanks
Forum: Plugins
In reply to: [SVG Support] Fatal errorsAfter I disabled the object cache and things started working I stopped digging.
Me too.
I was optimizing this site for a client so I didn’t put it all together, there are a bunch of plugins so it could easily be some conflict.
The theme they are using is Rockon.
Some plugins installed are Essential Grids and Visual Composer.
OK so for some reason I had to tick original image, save settings and then the other sizes appeared. Maybe this is a bug?
Forum: Fixing WordPress
In reply to: WordPress giving cookie that expired a year agoHey @da-mind thta sounds a bit different to my issue but here are some other steps I took to fix the problem that may help you
In wp-config.php set your domain there to https
define('WP_HOME','https://www.myweb.com'); define('WP_SITEURL','https://www.myweb.com');Also regenerate salts and put them in wp-config.php with https://api.wordpress.org/secret-key/1.1/salt/
Clear your browser caches and try again
Forum: Plugins
In reply to: [Redis Object Cache] Redis cache memory full, site shows 500Did that solve your issue @csmicfool? What was it set to previously?
Forum: Plugins
In reply to: [Redis Object Cache] Redis cache memory full, site shows 500This is something you should configure in the redis.conf. It is Redis’s job to discard objects when it runs out of allocated RAM, not the plugin’s.
Add this to redis.conf
# how redis will evict old objects - least recently used maxmemory-policy allkeys-lruForum: Plugins
In reply to: [Redis Object Cache] No update required loop@tillkruess I did not but my ideas were these, happy to help test if you like
use symlinks and unlink when update occurs
delete transients
wp cache flush (I believe you already tried this)I saw you did that @arielk+1, clever to only enable it there 🙂
My preference would be JS optimization and only in the editor. I think that JS is the reason the editor sometimes doesn’t load or save