Profiles

  • Member Since: July 27th, 2010
  • Find me on:
  • Posted a reply to Error thrown when ACLs are used, on the site WordPress.org Forums:
    I've manually made the changes to the include files mentioned in your git commit and…

  • Posted a reply to Error thrown when ACLs are used, on the site WordPress.org Forums:
    Ok when using WP_REDIS_USERNAME and WP_REDIS_PASSWORD, the plugin progresses, but then it now throws another…

  • Posted a reply to Error thrown when ACLs are used, on the site WordPress.org Forums:
    Awesome that's great news. Many thanks Till!

  • Posted a reply to Error thrown when ACLs are used, on the site WordPress.org Forums:
    Do ACLs work for you? If it does then it's got to be something in…

  • Posted a reply to Error thrown when ACLs are used, on the site WordPress.org Forums:
    Same thing happens. define( 'WP_REDIS_HOST', '127.0.0.1' ); define( 'WP_REDIS_PORT', 6379 ); define('WP_REDIS_PREFIX', 'www.<domainname>:'); With those…

  • Posted a reply to Error thrown when ACLs are used, on the site WordPress.org Forums:
    Yep it's 100% listening to localhost. Here's proof: redis-cli -h 127.0.0.1 127.0.0.1:6379> AUTH <user> <password>…

  • Posted a reply to Error thrown when ACLs are used, on the site WordPress.org Forums:
    It's just the two line configuration below: define('WP_REDIS_PREFIX', 'www.<domainname>:'); define('WP_REDIS_PASSWORD', ['<username>', '<password>']); Bits in <>…

  • Posted a reply to Error thrown when ACLs are used, on the site WordPress.org Forums:
    The settings screen then displays this error: There has been a critical error on this…

  • Posted a reply to Error thrown when ACLs are used, on the site WordPress.org Forums:
    Settings: Not enabledFilesystem: WritableRedis: Unreachable And the full error above is as follows: Redis is…

  • Posted a reply to Error thrown when ACLs are used, on the site WordPress.org Forums:
    Sure thing. Status: Not enabledClient:Drop-in: Not installedDisabled: NoPhpRedis: 5.3.7Relay: Not loadedPredis: 2.1.2Credis: Not loadedPHP Version:…

  • Posted a reply to Error thrown when ACLs are used, on the site WordPress.org Forums:
    Yes Redis ACLs is what i'm referring to. When I remove WP_REDIS_PASSWORD, the Settings page…

  • Created a topic, Error thrown when ACL is used, on the site WordPress.org Forums:
    I'm seeing an error thrown when using the plugin with …