Shawn Hooper
Shawn Hooper
Confirmed that this is happening in my environment as well. Updated package.json to have version 3.8.2 be installed and the build worked again.
The only time I've seen this was with the simple-fields plugin. It was causing a white screen (and only on my production box, not staging) when it called it's internal...
It looks like the Travis configuration needs to be updated with an image that includes PHP 7.4.
@anthonyburchell Thanks. I've removed the rest of the 7.4snapshot references and updated the 7.4 multisite test to use WP 5.3. We'll see how that goes. My suspicion is that the...
@anthonyburchell Right now we're on PHP CodeSniffer 2.9.2, which is the last version of the 2.x branch. Support for PHP 7.4 was introduced in PHPCodeSniffer 3.5.0. The upgrade from PHPCS...
I'm getting this same problem. Trying to run it in a job that uses the `kirschbaumdevelopment/laravel-test-runner:8.2` image container.
@rosswintle It'd be great if you could put together a PR for that. And yeah, a flag for --import-media would be great. I don't want that as the default, as...
@aadilayub Hmm, are you running WordPress multisite by chance?
I like the idea of having this available as a flag as well @JanThiel. 👍 I wrote a "delete orphaned multisite tables" custom WP-CLI command years ago that has been...
@swissspidy Many plugin developers won't use that filter though, leaving behind a mess. Giving CLI the ability to do some cleanup would be nice I think.