Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #57071, comment 2


Ignore:
Timestamp:
11/11/2022 11:14:17 AM (2 years ago)
Author:
SergeyBiryukov
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #57071, comment 2

    initial v1  
    1515Looking at the error:
    1616> `[11-Nov-2022 10:03:02 UTC] PHP Fatal error:  Uncaught Error: Failed opening required '/usr/src/wordpress//wp-includes/class-wpdb.php' (include_path='.:/usr/local/lib/php') in /app/wordpress/tests/includes/install.php:43`
    17 I think the double forward slash is not the issue here, it rather has to do with the `wpdb` class file being renamed from `wp-db.php` to `class-wpdb.php`, see #56268.
     17I think the double forward slash is not the issue here, it rather has to do with the `wpdb` class file being renamed from `wp-db.php` to `class-wpdb.php` in 6.1, see #56268.
    1818
    1919Could you confirm that the file exists in `/usr/src/wordpress/`? Is that directory also updated to WordPress 6.1?