Changes between Initial Version and Version 1 of Ticket #57071, comment 2
- Timestamp:
- 11/11/2022 11:14:17 AM (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #57071, comment 2
initial v1 15 15 Looking at the error: 16 16 > `[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.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` in 6.1, see #56268. 18 18 19 19 Could you confirm that the file exists in `/usr/src/wordpress/`? Is that directory also updated to WordPress 6.1?