Colin Stewart
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: How can I disable “automatic_updater_disabled” ?There is a Must-Use plugin in your
wp-content/mu-plugins/directory – and it’s likely the only.phpfile in the directory. You could rename it to end with.php.disabled, or createwp-content/mu-plugins/disabled/and move the file there, or just delete the file.Hi @nekojonez!
WordPress Beta Tester uses WordPress Core’s
$is_operaglobal variable, so this is actually an issue in WordPress Core.There is an open ticket to resolve this. I’m going to refresh the patch and see if we can get this committed in WordPress 6.3
Forum: Fixing WordPress
In reply to: plugin installations are failingHi @elevatedexpress!
If the folder already existed, but you were able to click Install when searching for the plugin, this does indeed suggest that the plugin’s folder existed but the plugin file did not.
This should resolve your issue:
- Download the ZIP file for the plugin from the Plugins Repository.
- Navigate to Plugins > Add New.
- Click Upload Plugin.
- Click Choose file, select the ZIP file, and click Install Now.
- When the installation fails, a few moments later you should see a Replace current with uploaded button. Click this button.
Let us know if this resolves your issue. π
- This reply was modified 3 years, 1 month ago by Colin Stewart.
- This reply was modified 3 years, 1 month ago by Colin Stewart.
Forum: Fixing WordPress
In reply to: Problem Removing PaddingHi @richardpatterson, I notice in your screenshot that the Paragraph has Margin set to 1. Is that causing the unexpected spacing?
Forum: Plugins
In reply to: [WordPress Beta Tester] Fatal error?Hi @vickifarmer can you tell us a bit more about your setup and steps we can take to reproduce this fatal error? This function should always be loaded
Forum: Reviews
In reply to: [Rollback Auto Update] Minimum WP VersionHi @3dprintingagency, as @afragen points out, this is a feature plugin as noted in the Plugin Description, and it requires 6.2 as this is the WordPress version that provides access to the required functionality. It is for those who run WordPress trunk, 6.2 Beta 1, Beta 2, Beta 3, Beta 4, or any of the upcoming 6.2 RC releases to test a new feature currently in development.
Please reconsider your tone when leaving comments. We are a community.
Forum: Installing WordPress
In reply to: Regarding wp-cliHi @raghavan2004, WP-CLI can indeed be used inside a bash script. Here’s an example:
#!/usr/bin/env bash # Output the WP-CLI version. wp --versionForum: Alpha/Beta/RC
In reply to: Beta 2: Blank White Preview PanelHi @pauthake015, this looks like the same issue reported here. Can you try again with Beta 4 and see if the issue is resolved for you? Thanks!
Hey folks π Just wondering if you’ve had any thoughts on supporting badges on events other than page load?
Forum: Plugins
In reply to: [Da Reactions] 3.20.3 Fatal ErrorsThank you Daniele! I can confirm the latest update is working as expected. π
Forum: Alpha/Beta/RC
In reply to: 5.9 banner on 6.0 update pageHi Alan,
This was a caching issue fixed by changeset 53412 which is included in WordPress 6.0 RC4.