Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #54504, comment 96


Ignore:
Timestamp:
12/09/2022 08:29:10 PM (22 months ago)
Author:
antonvlasenko
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #54504, comment 96

    initial v1  
    1818=== Actual Results
    1919
    20 - ✅ Upgrade via the admin panel
     20- ✅ Upgrade via the admin panel.
    2121Everything works as expected.
    2222The files have been updated, no errors during the upgrade process.
    2323No errors on the frontend.
    24 - ❌ Upgrade via [https://wp-cli.org WP_CLI].
     24- ❌ Upgrade via [https://wp-cli.org WP-CLI].
    2525I'm getting this console error:
    2626{{{
     
    2828}}}
    2929
    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`.
     30As 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`.