Just updated WP to 5.6.2 with composer and locally, I have web/wp/wp- includes/class-wp-application-passwords.php
, but when I deploy, it’s not there:
-rw-r--r-- 1 web www-data 2299 Feb 25 05:11 class-walker-page-dropdown.php
-rw-r--r-- 1 web www-data 7043 Feb 25 05:11 class-walker-page.php
-rw-r--r-- 1 web www-data 16993 Feb 25 05:11 class-wp-admin-bar.php
-rw-r--r-- 1 web www-data 5240 Feb 25 05:11 class-wp-ajax-response.php
-rw-r--r-- 1 web www-data 4473 Feb 25 05:11 class-wp-block-list.php
-rw-r--r-- 1 web www-data 15215 Feb 25 05:11 class-wp-block-parser.php
So the Wordpress Installed?
task fails:
"Fatal error: require(): Failed opening required \
'/srv/www/example.com/releases/20210225053455/web/wp/wp-includes/class-wp-application-passwords.php' \
(include_path='.:/usr/share/php') in /srv/www/example.com/releases/20210225053455/web/wp/wp-settings.php on line \
239", "Error: There has been a critical error on this website.Learn more about debugging in WordPress. There has been a critical error on this website."], \
"stdout": "", "stdout_lines": []}
All prior tasks succeeded, so I’m quite confounded.
I can downgrade to lower than wp v5.6.0
, where that file doesn’t exist, and the deploy succeeds.
And idea what’s going on?