Changes between Initial Version and Version 1 of Ticket #54504, comment 96
- Timestamp:
- 12/09/2022 08:29:10 PM (22 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #54504, comment 96
initial v1 18 18 === Actual Results 19 19 20 - ✅ Upgrade via the admin panel 20 - ✅ Upgrade via the admin panel. 21 21 Everything works as expected. 22 22 The files have been updated, no errors during the upgrade process. 23 23 No errors on the frontend. 24 - ❌ Upgrade via [https://wp-cli.org WP _CLI].24 - ❌ Upgrade via [https://wp-cli.org WP-CLI]. 25 25 I'm getting this console error: 26 26 {{{ … … 28 28 }}} 29 29 30 As I've learned during the debugging, this happens because the `Requests_Cookie_Jar ` class is declared in the `WP _CLI` script. To be more specific, in `phar:///path_to_the_wpi_cli_phar/vendor/rmccue/requests/library/Requests/Cookie/Jar.php`.30 As I've learned during the debugging, this happens because the `Requests_Cookie_Jar ` class is declared in the `WP-CLI` script. To be more specific, in `phar:///path_to_the_wpi_cli_phar/vendor/rmccue/requests/library/Requests/Cookie/Jar.php`.