Opened 3 years ago
Closed 20 months ago
#56238 closed defect (bug) (invalid)
WP 6.0.1 – and PHP 8.1 - don't work!
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | |
Component: | General | Keywords: | reporter-feedback php81 |
Focuses: | Cc: |
Description
After update to the WP 6.0.1. no entry to the website.
"White Screen"
PHP 8.1 doesn’t work with the new WP 6.0.1.…
Also, if I make a new installing – no work.
So set database back to 7.4 – then WP is working….
WP 6.0 works perfect with PHP 8.1
Change History (5)
#4
@
20 months ago
I think the issue was fixed with define('WP_MEMORY_LIMIT', '64M');
see: https://wordpress.org/support/topic/wordpress-6-0-1-and-php-8-1/
@methos007 is this correct?
#5
@
20 months ago
- Milestone Awaiting Review deleted
- Resolution set to invalid
- Status changed from new to closed
Great job @Soean finding the support ticket. Yes, that does seem to be the same as this Trac ticket. I'll go ahead and close this Trac ticket.
If the issue persists, @methos007 please reopen this ticket and share additional information (see the comments above) to help contributors investigate and reproduce it.
Hello and welcome to WordPress Core Trac!
Thank you for the feedback. Could you please activate
WP_DEBUG
andWP_DEBUG_LOG
constants in yourwp-config.php
file, and paste here any error messages appearing on this white screen? Thank you!If needed, here are some links describing those constants: