Mikey
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Unable to create a new postServer no longer has PHP 7.4 since it is EOL.
Forum: Fixing WordPress
In reply to: Unable to create a new postI tried using both the in-dashboard reinstall of core files, manual ftp uploading, and also validating checksums with WordPress Toolkit on cpanel. Neither of those fixed the issue.
Forum: Plugins
In reply to: [Redis Object Cache] Redis Not Connected with ACLTo clarify, the auth was for /etc/redis/redis.conf
I still have the acl user listed above which I was able to connect to.
I messaged you on WordPress dev slack channel if you want to coordinate login info
Forum: Plugins
In reply to: [Redis Object Cache] Redis Not Connected with ACLI decided to start looking over stuff from the start, pretending like I was installing from scratch. I tried turning auth off in the config file and now it connects perfectly.
Do you have anything specific set for that section in your own config file?
Forum: Plugins
In reply to: [Redis Object Cache] Redis Not Connected with ACLThis is the top of my wp-config:
<?php //Begin Redis config define('WP_REDIS_PASSWORD', ['default', 'password']); define('WP_REDIS_HOST', '127.0.0.1'); define('WP_REDIS_PORT', '6379'); define('WP_REDIS_CLIENT', 'pecl' ); define('WP_REDIS_SERIALIZER', 'Redis::SERIALIZER_PHP' ); define('WP_REDIS_DISABLE_BANNERS', 'true'); // END Redis config define('WP_CACHE', true); // Added by WP Rocket define('WP_CACHE_KEY_SALT', 'domain.com'); /** * The base configuration for WordPress
Forum: Plugins
In reply to: [Redis Object Cache] Redis Not Connected with ACLSwitched out the config for your syntax, disabled, ran flushall, enabled.
Current wp-config:
//Begin Redis config define('WP_REDIS_PASSWORD', ['default', 'password']); define('WP_REDIS_HOST', '127.0.0.1'); define('WP_REDIS_PORT', '6379'); define('WP_REDIS_CLIENT', 'pecl' ); define('WP_REDIS_SERIALIZER', 'Redis::SERIALIZER_PHP' ); define('WP_REDIS_DISABLE_BANNERS', 'true');
Diagnostics:
Status: Not Connected Client: PhpRedis (v5.3.1) Drop-in: Valid Disabled: No Ping: Connection Exception: NOAUTH Authentication required. (RedisException) Errors: [ "NOAUTH Authentication required." ] Redis Extension: 5.3.1 Predis Client: Not found PHP Version: 7.4.7 Redis Version: Unknown Multisite: No Global Prefix: "db2p_" Blog Prefix: "db2p_" WP_REDIS_PREFIX: "domain.com" WP_CACHE_KEY_SALT: "domain.com" Global Groups: [ "blog-details", "blog-id-cache", "blog-lookup", "global-posts", "networks", "rss", "sites", "site-details", "site-lookup", "site-options", "site-transient", "users", "useremail", "userlogins", "usermeta", "user_meta", "userslugs" ] Ignored Groups: [ "counts", "plugins", "themes", "blog-details", "blog-id-cache", "blog-lookup", "global-posts", "networks", "rss", "sites", "site-details", "site-lookup", "site-options", "site-transient", "users", "useremail", "userlogins", "usermeta", "user_meta", "userslugs", "blog_meta" ] Unflushable Groups: [] Drop-ins: - advanced-cache.php v by - Redis Object Cache Drop-In v2.0.3 by Till Krüss
Version 5.4.2
Web server Apache
PHP version 7.4.7 (Supports 64bit values)
Current Jetpack Version Option 8.7:1594136507
Previous Jetpack Version 8.6.1:1591639716Added URL to original topic
Forum: Plugins
In reply to: [Easy Table of Contents] 2.0.11 not auto inserting on some postsMoved it around a few different places – no effect on ToC displaying. Kept it changed slightly for your diagnosis.
Forum: Plugins
In reply to: [Easy Table of Contents] 2.0.11 not auto inserting on some posts@shazahm1hotmailcom – bumping this in case you’ve discovered anything.
Forum: Plugins
In reply to: [Easy Table of Contents] 2.0.11 not auto inserting on some postsNot working, with h1 included checked on settings: https://www.mklibrary.com/diy/home-maintenance-checklist/
Working post: https://www.mklibrary.com/business/small-business-resources-for-help-during-covid-19/
Forum: Plugins
In reply to: [Easy Table of Contents] 2.0.11 not auto inserting on some postsAll screenshots here: https://imgur.com/a/FOigOUR – I’ve tried selecting a couple headings versus not selecting anything like a default new post settings without any luck.
Added a few more to show you settings on a working post, and default settings for a new post.
- This reply was modified 4 years, 10 months ago by Mikey.
Forum: Plugins
In reply to: [Yoast SEO] [Plugin: WordPress SEO by Yoast] Menu Categories BrokenUpdate to the latest version – todays update fixes the errors.
The latest version fixes this. Yoast just updated again.
Forum: Plugins
In reply to: [Shadowbox JS] [Plugin: Shadowbox JS] JW Player Flash & HTML5 FallbackAdd my vote to this awesome feature request.