• After update the WP 6.0.1. no entry to the website.
    PHP 8.1 doesn’t work with the new WP…
    Also new installing – no work.

    So set database back to 7.4 – then WP is worling….

Viewing 5 replies - 16 through 20 (of 20 total)
  • Then you can’t rule out any of these plug-ins as the cause. If you suspect a problem in the WordPress core, as you originally wrote, then you would have to test this in an installation without any plugins. If you have up to 30 active plugins, any of them could also be the cause. The procedure for deactivating all plug-ins in the event of an error message is also described in the above article: https://wordpress.org/support/article/common-wordpress-errors/#the-white-screen-of-death

    Thread Starter methos007

    (@methos007)

    Yes, of course.
    Thank you

    But all was working with my versions to 6.0

    6.0.1. Make me a lot of work. It’s of course the problem of all other plugins

    I can check now about 100 wp installing….

    With WP 6.1 and PHP 8.1

    Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in .../wp-includes/functions.php on line 2162
    
    Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in .../wp-includes/functions.php on line 7022
    
    Deprecated: Return type of Requests_Cookie_Jar::offsetExists($key) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in .../wp-includes/Requests/Cookie/Jar.php on line 63

    https://wordpress.org/about/requirements/
    says PHP 7.4 or greater.

    Hi @methos007

    When you got these error messages:
    [17-Jul-2022 19:18:59 UTC] PHP Warning: Use of undefined constant ‘WP_MEMORY_LIMIT’ - assumed '‘WP_MEMORY_LIMIT’' (this will throw an Error in a future version of PHP) in /home/**/public_html/wp-config.php on line 38

    The problem is that you used curly quotes in the file for opening and for closing, instead of using straight quotes: '.

    Curly quotes – both single and double – cause issues when used in code.

    Hope this helps.
    Andras

Viewing 5 replies - 16 through 20 (of 20 total)
  • The topic ‘WordPress 6.0.1 – and PHP 8.1’ is closed to new replies.