Austin Ginder
Austin Ginder
When I attempt to run this code on a site with singlepic, I get the error: Fatal error: Using $this when not in object context in /wp-content/plugins/escape-ngg-master/escape-ngg.php on line 183....
Would it be possible to package up as a must-use plugin? I'd really like to use `wp login` on a wide range of sites I manage without the user's seeing/asking...
One of the comments in [https://bugs.php.net/bug.php?id=71448](https://bugs.php.net/bug.php?id=71448) mentioned the following: > PHP 7.1 supports async signals, see https://wiki.php.net/rfc/async_signals. It looks like pcntl_async_signals() is not documented yet. This allows handling signals without...
On unix based systems, one way to solve would be a simple file permission check. If a .sql file is set open 777 (or anything with world permission not set...
Well if I'm honest, I'd want to maintain full history with all of it's details. Even if that means it has to be exported and deleted from the website in...
@carlalexander Just tried it out. Seems to be giving a new PHP fatal error. ``` Fatal error: Uncaught Error: Call to undefined function PasswordsEvolved\Configuration\wp_get_current_user() in /www/public/wp-content/plugins/passwords-evolved/src/Configuration/WordPressConfiguration.php:29 Stack trace: #0 /www/public/wp-content/plugins/passwords-evolved/src/DependencyInjection/Container.php(165):...
Installing from the latest commit still looks unstable on my end. I'm trying this on a clean local WordPress site: ``` wp plugin install https://github.com/carlalexander/passwords-evolved/archive/refs/heads/main.zip --force --activate ``` Results in...
I'm not able to replicate this bug on my end. Running search and replacements on the database can be dangerous however you can feel confident that what your about to...
I don't know how to do this solely using WP-CLI however here is one way to accomplish this using WP-CLI and `sed`. For this example I'll export a database with...
Hope you don't mind, I forked your project for a [different purpose](https://github.com/austinginder/checks) 😄 . In my fork I was able to upgrade FPDF to the latest using composer `composer require...