xberg
Forum Replies Created
-
Forum: Plugins
In reply to: [Simple:Press Forum] Fatal error after activating SP in PHP8 environmentHi Nigel,
You are partially right: WordPress does provide support for PHP8 since version 5.6, but only “beta support”.
Source:
https://make.wordpress.org/core/handbook/references/php-compatibility-and-wordpress-versions/I hope they provide official support soon as PHP 7.4’s end of life is end 2022 so that’s not much time for all plugins to make the migration.
I have started tests today on PHP8 and indeed see that Simple Press has quite a few issues: some very easy to fix, some less so 🙂Forum: Plugins
In reply to: [Plugin Organizer] Optimisation suggestion of Plugin OrganiserI went ahead and changed line 77 in /mu-plugins/PluginOrganizerMU.class.php to this to move that transaction into object cache (redis in my case). Tested and working:
$cachekey="pluginorganiser"; $storedPluginLists = wp_cache_get( $cachekey ); if ( false === $storedPluginLists ) { $sql = "SELECT disabled_plugins, disabled_mobile_plugins, disabled_groups, disabled_mobile_groups FROM ".$wpdb->prefix."po_plugins WHERE post_type='global_plugin_lists' AND post_id=0"; $storedPluginLists = $wpdb->get_row($sql, ARRAY_A); wp_cache_set( $cachekey, $storedPluginLists,'',600); }Forum: Plugins
In reply to: [WP Crontrol] Security concern: recent update creates test.shThank you John for the quick answer: much appreciated!
Forum: Fixing WordPress
In reply to: WP 5.5: problems with permalinksThanks!
Forum: Fixing WordPress
In reply to: WP 5.5: problems with permalinksGreat: thanks @dmwebhosting.
Forum: Fixing WordPress
In reply to: Permalink Issues??You are right about the canonical.php file: overwriting this file from WP 5.5.0 with the version from WP 5.4.2 no longer breaks the link, but generates a 404 error.
I spent the last hour comparing both files but I was unable to find the fix.Forum: Fixing WordPress
In reply to: WordPress 5.5: no auto updates linkI found that disabling the mailster plugin fixes this problem.
Mailster is a commercial mailing list manager.Forum: Fixing WordPress
In reply to: Permalink Issues??Hi,
I am having exactly the same problem, described here:
https://wordpress.org/support/topic/wp-5-5-problems-with-permalinks/
So far I was not able to fix it but I will be following your topic to see if there’s a resolution.
Downgrading back to WP 5.4.2 fixes the problem.Forum: Fixing WordPress
In reply to: WordPress 5.5: no auto updates linkHi Steven,
I have this:define(‘WP_AUTO_UPDATE_CORE’, ‘minor’);
Commenting out this line does not change the behavior above: still no clickable links.
Forum: Fixing WordPress
In reply to: No automatic plugin update option in wp 5.5Hi,
I am also having problems with the auto updates but I might still be able to help you.
The only place where I found “auto update” to appear is in the drop down under “grouped actions” in the top left of the plugin page.
Simply tick your plugin(s) you want auto upgraded and select the auto update option in the drop down. Then apply.In my case this did not work… but I suspect some sort of caching to be the problem.
Forum: Plugins
In reply to: [Better Font Awesome] Better Font Awesome API ErrorOK, I think I solved the problem.
In the file:
wp-content\plugins\better-font-awesome\vendor\mickey-kay\better-font-awesome-library\better-font-awesome-library.phpChange / comment out line 238 from
$this->setup_api_data();
to
//$this->setup_api_data();Forum: Plugins
In reply to: [Better Font Awesome] Better Font Awesome API ErrorSame problem here.
Forum: Reviews
In reply to: [Classic Editor] Good Plugin but such a shame we need it!Well, hopefully with such reviews! And 5 million installations 🙂
+1
Forum: Reviews
In reply to: [Classic Editor] 5 000 000 voted for classic editor!Yes: that’s indeed an impressive number. People actively opting out from an “improvement”!