Make WordPress Core

Changes between Initial Version and Version 3 of Ticket #54546


Ignore:
Timestamp:
12/01/2021 02:51:02 PM (4 years ago)
Author:
hellofromTonya
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #54546

    • Property Version changed from to trunk
    • Property Component changed from General to Upgrade/Install
    • Property Milestone changed from Awaiting Review to 5.9
  • Ticket #54546 – Description

    initial v3  
    33https://content.screencast.com/users/ApekshaShah/folders/Capture/media/8b2bed1a-ca74-4ebc-83c0-c2bb7d0c0eb3/LWR_Recording.png
    44
     5{{{
     6Fatal error: Uncaught Error: Class 'Requests_Exception' not found in C:\Users\User\Local Sites\first-localhost\app\public\wp-includes\Requests\Transport\cURL.php on line 443
     7}}}
     8
    59I also updated a few other sites on my local machine and I'm getting that error on the other sites.
    610
     11Full information:
    712
     13{{{
     14Unpacking the update...
     15Verifying the unpacked files...
     16Preparing to install the latest version...
     17Enabling Maintenance mode...
     18Copying the required files...
     19Disabling Maintenance mode...
     20Upgrading database...
     21
     22Fatal error: Uncaught Error: Class 'Requests_Exception' not found in C:\Users\User\Local Sites\first-localhost\app\public\wp-includes\Requests\Transport\cURL.php on line 443
     23
     24Error: Class 'Requests_Exception' not found in C:\Users\User\Local Sites\first-localhost\app\public\wp-includes\Requests\Transport\cURL.php on line 443
     25}}}
     26Call Stack:
     27
     28||= # =||= Function =||= Location =||
     29|| 1 || `{main}{}` || ..\update-core.php:0 ||
     30|| 2 || `do_core_upgrade()` || ..\update-core.php:1106 ||
     31|| 3 || `Core_Upgrader->upgrade()` || ..\update-core.php:887 ||
     32|| 4 || `update_core()` || ..\class-core-upgrader.php:172 ||
     33|| 5 || `wp_remote_post()` || ..\update-core.php:1409 ||
     34|| 6 || `WP_Http->post()` || ..\http.php:179 ||
     35|| 7 || `WP_Http->request()` || ..\http.php:608 ||
     36|| 8 || `Requests->request()` || ..\class-http.php:394 ||
     37|| 9 || `Requests_Transport_cURL->request()` || ..\class-requests.php:381 ||
     38|| 10 || `Requests_Transport_cURL->process_response()` || ..\cURL.php:179 ||