Forum Replies Created

Viewing 15 replies - 1 through 15 (of 16 total)
  • Thread Starter john0zhuang

    (@john0zhuang)

    I remember the functionality was fine early last year, upgrading to the latest version doesn’t work anymore

    Thread Starter john0zhuang

    (@john0zhuang)

    Thread Starter john0zhuang

    (@john0zhuang)

    .wpsm_col-md-3{
    animation: MoveUpDown 1s linear infinite;
    }
    
    @keyframes MoveUpDown {
    0%, 100% { bottom: 0; }
    50% { bottom: 30px; }
    }

    If I write like this, both the text and the numbers below will wiggle, but I won’t just make the numbers wiggle

    I am customizing css in elementor to realize the function

    Thread Starter john0zhuang

    (@john0zhuang)

    .counter span{
    animation: MoveUpDown 1s linear infinite;
    }
    
    @keyframes MoveUpDown {
    0%, 100% { bottom: 0; }
    50% { bottom: 30px; }
    }

    Hi @praveenmalav09

    I put it in the custom css, but still can’t realize the function

    You can upgrade to 6.2, there should be no problem, do a good database backup, just in case.

    Thread Starter john0zhuang

    (@john0zhuang)

    Did I write my .user.ini wrong? Or is it a bug in WordPress 6.2?

    WordPress 6.1 is normal, WordPress 6.2 has this error

    • This reply was modified 1 year, 7 months ago by john0zhuang.

    Me too, maybe it’s a bug

    Attached is my .user.ini configuration file

    open_basedir=/www/wwwroot/test.com/:/tmp/

    I have deleted this file and it is back to normal

    Disabling the open_basedir function will result in a loss of security, WordPress 6.1, will not indicate this error, only WordPress 6.2 will indicate this error

    • This reply was modified 1 year, 7 months ago by john0zhuang.

    My problem was solved because open_basedir was turned on, I turned it off and the error was gone

    The following is what I found on the internet

    ————

    It’s a php problem, not a version problem, but a setup problem.

    php is not a compiled language, it doesn’t check declarations. Maybe since PHP 8 it has the ability to check if variables are defined, which is not on by default, and your php8.ini has it on. That may be the case.

    Because as far as I can read this code, it’s checking that the update version is up to date and that it’s current. Then if that file is not there, then that variable would not have been defined before then.

    Later you could try writing a piece of code inside your php environment that uses a variable that wasn’t defined before and see if you get a warning. Then run one in someone else’s php environment and see. I reckon that’s the problem.

    ———

    This code checks if the current wordpress directory is under version control (mainly to determine if automatic updates are disabled), it will recursively check the parent directory of the wordpress directory up to the root of the system, these directories will be set with open_basedir under php ini to determine if they have permissions, configuring this open_basedir should solve the problem.

    PHP error log
    I hide my IP and domain name, replace with *

    2023/03/31 11:37:45 [error] 3808997#0: 104289 open() "/www/wwwroot//server-status" failed (2: No such file or directory), client: 142.93.158.96, server: , request: "GET /server-status HTTP/1.1", host: "
    2023/03/31 11:37:45 [error] 3808997#0: 104291 open() "/www/wwwroot//telescope/requests" failed (2: No such file or directory), client: 142.93.158.96, server: , request: "GET /telescope/requests HTTP/1.1", host: "
    2023/03/31 11:37:45 [error] 3808997#0: 104290 open() "/www/wwwroot//.DS_Store" failed (2: No such file or directory), client: 142.93.158.96, server: , request: "GET /.DS_Store HTTP/1.1", host: "
    2023/03/31 11:37:45 [error] 3808997#0: 104285 open() "/www/wwwroot//debug/default/view" failed (2: No such file or directory), client: 142.93.158.96, server: , request: "GET /debug/default/view?panel=config HTTP/1.1", host: "
    2023/03/31 11:37:45 [error] 3808997#0: 104287 open() "/www/wwwroot//ecp/Current/exporttool/microsoft.exchange.ediscovery.exporttool.application" failed (2: No such file or directory), client: 142.93.158.96, server: , request: "GET /ecp/Current/exporttool/microsoft.exchange.ediscovery.exporttool.application HTTP/1.1", host: "
    2023/03/31 11:37:45 [error] 3808997#0: 104293 open() "/www/wwwroot//s/330313e20363e2133313e23343//;/META-INF/maven/com.atlassian.jira/jira-webapp-dist/pom.properties" failed (2: No such file or directory), client: 142.93.158.96, server: , request: "GET /s/330313e20363e2133313e23343//;/META-INF/maven/com.atlassian.jira/jira-webapp-dist/pom.properties HTTP/1.1", host: "
    2023/03/31 11:37:45 [error] 3808997#0: 104294 open() "/www/wwwroot//.vscode/sftp.json" failed (2: No such file or directory), client: 142.93.158.96, server: , request: "GET /.vscode/sftp.json HTTP/1.1", host: "
    2023/03/31 11:37:46 [error] 3808997#0: 104295 open() "/www/wwwroot//api/search" failed (2: No such file or directory), client: 142.93.158.96, server: , request: "GET /api/search?folderIds=0 HTTP/1.1", host: "
    2023/03/31 11:37:46 [error] 3808997#0: 104296 open() "/www/wwwroot//config.json" failed (2: No such file or directory), client: 142.93.158.96, server: , request: "GET /config.json HTTP/1.1", host: "
    2023/03/31 11:37:46 [error] 3808997#0: 104298 open() "/www/wwwroot//about" failed (2: No such file or directory), client: 142.93.158.96, server: , request: "GET /about HTTP/1.1", host: "
    2023/03/31 11:37:46 [error] 3808997#0: 104297 open() "/www/wwwroot//v2/_catalog" failed (2: No such file or directory), client: 142.93.158.96, server: , request: "GET /v2/_catalog HTTP/1.1", host: "
    2023/03/31 11:37:46 [error] 3808998#0: 104299 open() "/www/wwwroot//login.action" failed (2: No such file or directory), client: 142.93.158.96, server: , request: "GET /login.action HTTP/1.1", host: "
    2023/03/31 11:41:10 [error] 3808997#0: 104321 open() "/www/wwwroot//favicon.ico" failed (2: No such file or directory), client: 14.146.92.18, server: , request: "GET /favicon.ico HTTP/2.0", host: "", referrer: "https://*/wp-admin/setup-config.php"
    2023/03/31 11:44:23 [error] 3808997#0: *104341 "/www/wwwroot/*/2023/03/31/hello-world/index.php" is not found (2: No such file or directory), client: *, server: , request: "GET /2023/03/31/hello-world/ HTTP/1.1", host: "
    2023/03/31 11:44:47 [error] 3808997#0: 104339 FastCGI sent in stderr: "PHP message: PHP Warning: Undefined variable $checkout in /www/wwwroot//wp-admin/includes/class-wp-automatic-updater.php on line 175" while reading upstream, client: 14.146.92.18, server: , request: "GET /wp-admin/update-core.php HTTP/2.0", upstream: "fastcgi://unix:/tmp/php-cgi-81.sock:", host: "", referrer: "https://*/wp-admin/"
    2023/03/31 11:53:07 [error] 3808997#0: *104383 FastCGI sent in stderr: "PHP message: PHP Warning: Undefined variable $checkout in /www/wwwroot/*/wp-admin/includes/class-wp-automatic-updater.php on line 175" while reading upstream, client: 14.146.92.18, server: *, request: "GET /wp-admin/update-core.php?force-check=1 HTTP/2.0", upstream: "fastcgi://unix:/tmp/php-cgi-81.sock:", host: "", referrer: "https:///wp-admin/update-core.php"
    2023/03/31 11:55:17 [error] 3808997#0: 104405 FastCGI sent in stderr: "PHP message: PHP Warning: Undefined variable $checkout in /www/wwwroot//wp-admin/includes/class-wp-automatic-updater.php on line 175" while reading upstream, client: 14.146.92.18, server: , request: "GET /wp-admin/update-core.php?force-check=1 HTTP/2.0", upstream: "fastcgi://unix:/tmp/php-cgi-81.sock:", host: "", referrer: "https://*/wp-admin/update-core.php"
    2023/03/31 11:59:42 [error] 3812609#0: *104407 FastCGI sent in stderr: "PHP message: PHP Warning: Undefined variable $checkout in /www/wwwroot/*/wp-admin/includes/class-wp-automatic-updater.php on line 175" while reading upstream, client: 14.146.92.18, server: *, request: "GET /wp-admin/update-core.php?force-check=1 HTTP/2.0", upstream: "fastcgi://unix:/tmp/php-cgi-80.sock:", host: "", referrer: "https:///wp-admin/update-core.php"
    2023/03/31 11:59:46 [error] 3812609#0: 104407 FastCGI sent in stderr: "PHP message: PHP Warning: Undefined variable $checkout in /www/wwwroot//wp-admin/includes/class-wp-automatic-updater.php on line 175" while reading upstream, client: 14.146.92.18, server: , request: "GET /wp-admin/update-core.php?force-check=1 HTTP/2.0", upstream: "fastcgi://unix:/tmp/php-cgi-80.sock:", host: "", referrer: "https://*/wp-admin/update-core.php"
    2023/03/31 11:59:49 [error] 3812609#0: *104407 FastCGI sent in stderr: "PHP message: PHP Warning: Undefined variable $checkout in /www/wwwroot/*/wp-admin/includes/class-wp-automatic-updater.php on line 175" while reading upstream, client: 14.146.92.18, server: *, request: "GET /wp-admin/update-core.php?force-check=1 HTTP/2.0", upstream: "fastcgi://unix:/tmp/php-cgi-80.sock:", host: "", referrer: "https:///wp-admin/update-core.php"
    2023/03/31 11:59:52 [error] 3812609#0: 104407 open() "/www/wwwroot//favicon.ico" failed (2: No such file or directory), client: 14.146.92.18, server: , request: "GET /favicon.ico HTTP/2.0", host: "", referrer: "https://*/wp-admin/update-core.php?force-check=1"
    2023/03/31 12:10:03 [error] 3812609#0: *104420 FastCGI sent in stderr: "PHP message: PHP Warning: Undefined variable $checkout in /www/wwwroot/*/wp-admin/includes/class-wp-automatic-updater.php on line 175" while reading upstream, client: 14.146.92.18, server: *, request: "GET /wp-admin/update-core.php?force-check=1 HTTP/2.0", upstream: "fastcgi://unix:/tmp/php-cgi-80.sock:", host: "", referrer: "https:///wp-admin/update-core.php"
    2023/03/31 12:10:30 [error] 3812609#0: 104420 FastCGI sent in stderr: "PHP message: PHP Warning: Undefined variable $checkout in /www/wwwroot//wp-admin/includes/class-wp-automatic-updater.php on line 175" while reading upstream, client: 14.146.92.18, server: , request: "GET /wp-admin/update-core.php HTTP/2.0", upstream: "fastcgi://unix:/tmp/php-cgi-80.sock:", host: "", referrer: "https://*/wp-admin/index.php"
    2023/03/31 14:11:20 [error] 3812609#0: *104964 open() "/www/wwwroot/*/favicon.ico" failed (2: No such file or directory), client: 14.146.92.18, server: *, request: "GET /favicon.ico HTTP/2.0", host: "", referrer: "https:///wp-admin/setup-config.php"
    2023/03/31 14:12:39 [error] 3812609#0: 104973 "/www/wwwroot//2023/03/31/hello-world/index.php" is not found (2: No such file or directory), client: *, server: *, request: "GET /2023/03/31/hello-world/ HTTP/1.1", host: "*"
    2023/03/31 14:13:16 [error] 3812609#0: *104964 FastCGI sent in stderr: "PHP message: PHP Warning: Undefined variable $checkout in /www/wwwroot/*/wp-admin/includes/class-wp-automatic-updater.php on line 175" while reading upstream, client: 14.146.92.18, server: *, request: "GET /wp-admin/update-core.php HTTP/2.0", upstream: "fastcgi://unix:/tmp/php-cgi-80.sock:", host: "", referrer: "https:///wp-admin/"
    2023/03/31 14:17:36 [error] 3812609#0: 105012 FastCGI sent in stderr: "PHP message: PHP Warning: Undefined variable $checkout in /www/wwwroot//wp-admin/includes/class-wp-automatic-updater.php on line 175" while reading upstream, client: 14.146.92.18, server: , request: "GET /wp-admin/update-core.php HTTP/2.0", upstream: "fastcgi://unix:/tmp/php-cgi-80.sock:", host: "", referrer: "https://*/wp-admin/options-general.php"
    2023/03/31 14:18:17 [error] 3812609#0: *105012 FastCGI sent in stderr: "PHP message: PHP Warning: Undefined variable $checkout in /www/wwwroot/*/wp-admin/includes/class-wp-automatic-updater.php on line 175" while reading upstream, client: 14.146.92.18, server: *, request: "GET /wp-admin/update-core.php HTTP/2.0", upstream: "fastcgi://unix:/tmp/php-cgi-80.sock:", host: "", referrer: "https:///wp-admin/update-core.php"
    2023/03/31 14:18:32 [error] 3812609#0: 105012 FastCGI sent in stderr: "PHP message: PHP Warning: Undefined variable $checkout in /www/wwwroot//wp-admin/includes/class-wp-automatic-updater.php on line 175" while reading upstream, client: 14.146.92.18, server: , request: "GET /wp-admin/update-core.php HTTP/2.0", upstream: "fastcgi://unix:/tmp/php-cgi-80.sock:", host: "", referrer: "https://*/wp-admin/update-core.php?action=do-translation-upgrade"
    2023/03/31 14:18:43 [error] 3812609#0: *105012 FastCGI sent in stderr: "PHP message: PHP Warning: Undefined variable $checkout in /www/wwwroot/*/wp-admin/includes/class-wp-automatic-updater.php on line 175" while reading upstream, client: 14.146.92.18, server: *, request: "GET /wp-admin/update-core.php?force-check=1 HTTP/2.0", upstream: "fastcgi://unix:/tmp/php-cgi-80.sock:", host: "", referrer: "https:///wp-admin/update-core.php"
    2023/03/31 14:18:48 [error] 3812609#0: 105012 FastCGI sent in stderr: "PHP message: PHP Warning: Undefined variable $checkout in /www/wwwroot//wp-admin/includes/class-wp-automatic-updater.php on line 175" while reading upstream, client: 14.146.92.18, server: , request: "GET /wp-admin/update-core.php?core-major-auto-updates-saved=disabled HTTP/2.0", upstream: "fastcgi://unix:/tmp/php-cgi-80.sock:", host: "", referrer: "https://*/wp-admin/update-core.php?force-check=1"
    2023/03/31 14:19:00 [error] 3812609#0: *105012 FastCGI sent in stderr: "PHP message: PHP Warning: Undefined variable $checkout in /www/wwwroot/*/wp-admin/includes/class-wp-automatic-updater.php on line 175" while reading upstream, client: 14.146.92.18, server: *, request: "GET /wp-admin/update-core.php HTTP/2.0", upstream: "fastcgi://unix:/tmp/php-cgi-80.sock:", host: "", referrer: "https:///wp-admin/update-core.php?force-check=1"
    2023/03/31 14:19:47 [error] 3812609#0: 105012 open() "/www/wwwroot//sdsd" failed (2: No such file or directory), client: 14.146.92.18, server: , request: "GET /sdsd HTTP/2.0", host: "
    2023/03/31 14:20:48 [error] 3812609#0: 105012 open() "/www/wwwroot//huhuhhu" failed (2: No such file or directory), client: 14.146.92.18, server: , request: "GET /huhuhhu HTTP/2.0", host: "
    2023/03/31 14:20:51 [error] 3812609#0: 105012 open() "/www/wwwroot//huhuhhu" failed (2: No such file or directory), client: 14.146.92.18, server: , request: "GET /huhuhhu HTTP/2.0", host: "
    2023/03/31 14:20:52 [error] 3812609#0: 105012 open() "/www/wwwroot//favicon.ico" failed (2: No such file or directory), client: 14.146.92.18, server: , request: "GET /favicon.ico HTTP/2.0", host: "", referrer: "https://*/huhuhhu"
    2023/03/31 14:20:52 [error] 3812609#0: *105012 open() "/www/wwwroot/*/huhuhhu" failed (2: No such file or directory), client: 14.146.92.18, server: *, request: "GET /huhuhhu HTTP/2.0", host: "*"
    2023/03/31 14:20:52 [error] 3812609#0: *105012 open() "/www/wwwroot/*/favicon.ico" failed (2: No such file or directory), client: 14.146.92.18, server: *, request: "GET /favicon.ico HTTP/2.0", host: "", referrer: "https:///huhuhhu"
    2023/03/31 14:30:43 [error] 3812609#0: 105099 open() "/www/wwwroot//fdhuh" failed (2: No such file or directory), client: 14.146.92.18, server: , request: "GET /fdhuh HTTP/2.0", host: "
    2023/03/31 14:30:45 [error] 3812609#0: 105099 open() "/www/wwwroot//fdhuh" failed (2: No such file or directory), client: 14.146.92.18, server: , request: "GET /fdhuh HTTP/2.0", host: "
    2023/03/31 14:30:45 [error] 3812609#0: 105099 open() "/www/wwwroot//favicon.ico" failed (2: No such file or directory), client: 14.146.92.18, server: , request: "GET /favicon.ico HTTP/2.0", host: "", referrer: "https://*/fdhuh"
    2023/03/31 14:30:46 [error] 3812609#0: *105099 open() "/www/wwwroot/*/fdhuh" failed (2: No such file or directory), client: 14.146.92.18, server: *, request: "GET /fdhuh HTTP/2.0", host: "*"
    2023/03/31 14:30:46 [error] 3812609#0: *105099 open() "/www/wwwroot/*/favicon.ico" failed (2: No such file or directory), client: 14.146.92.18, server: *, request: "GET /favicon.ico HTTP/2.0", host: "", referrer: "https:///fdhuh"
    2023/03/31 14:30:46 [error] 3812609#0: 105099 open() "/www/wwwroot//fdhuh" failed (2: No such file or directory), client: 14.146.92.18, server: , request: "GET /fdhuh HTTP/2.0", host: "
    2023/03/31 14:30:47 [error] 3812609#0: 105099 open() "/www/wwwroot//fdhuh" failed (2: No such file or directory), client: 14.146.92.18, server: , request: "GET /fdhuh HTTP/2.0", host: "
    2023/03/31 14:30:47 [error] 3812609#0: 105099 open() "/www/wwwroot//favicon.ico" failed (2: No such file or directory), client: 14.146.92.18, server: , request: "GET /favicon.ico HTTP/2.0", host: "", referrer: "https://*/fdhuh"
    2023/03/31 14:30:47 [error] 3812609#0: *105099 open() "/www/wwwroot/*/fdhuh" failed (2: No such file or directory), client: 14.146.92.18, server: *, request: "GET /fdhuh HTTP/2.0", host: "*"
    2023/03/31 14:37:47 [error] 3812609#0: *105115 open() "/www/wwwroot/*/favicon.ico" failed (2: No such file or directory), client: 34.254.53.125, server: *, request: "GET /favicon.ico HTTP/2.0", host: "", referrer: "https:///"
    2023/03/31 14:37:48 [error] 3812609#0: 105119 open() "/www/wwwroot//favicon.ico" failed (2: No such file or directory), client: 34.254.53.125, server: , request: "HEAD /favicon.ico HTTP/1.1", host: "
    2023/03/31 23:57:14 [error] 3812609#0: 106787 open() "/www/wwwroot//favicon.ico" failed (2: No such file or directory), client: 47.88.93.234, server: , request: "GET /favicon.ico HTTP/1.1", host: "", referrer: "https://*/"
    2023/04/02 12:36:17 [error] 3812609#0: *118889 open() "/www/wwwroot/*/favicon.ico" failed (2: No such file or directory), client: 157.245.216.203, server: *, request: "GET /favicon.ico HTTP/2.0", host: "*"
    2023/04/02 12:36:17 [error] 3812609#0: *118890 open() "/www/wwwroot/*/favicon.ico" failed (2: No such file or directory), client: 185.220.101.169, server: *, request: "GET /favicon.ico HTTP/2.0", host: "*"
    2023/04/02 20:24:01 [error] 3812609#0: *121160 open() "/www/wwwroot/*/favicon.ico" failed (2: No such file or directory), client: 113.65.210.118, server: *, request: "GET /favicon.ico HTTP/2.0", host: "", referrer: "https:///wp-login.php"
    2023/04/02 20:24:13 [error] 3812609#0: 121166 open() "/www/wwwroot//favicon.ico" failed (2: No such file or directory), client: 43.243.192.40, server: , request: "GET /favicon.ico HTTP/2.0", host: "", referrer: "https://*/wp-admin/"
    2023/04/02 20:24:14 [error] 3812609#0: *121166 FastCGI sent in stderr: "PHP message: PHP Warning: Undefined variable $checkout in /www/wwwroot/*/wp-admin/includes/class-wp-automatic-updater.php on line 175" while reading upstream, client: 43.243.192.40, server: *, request: "GET /wp-admin/update-core.php HTTP/2.0", upstream: "fastcgi://unix:/tmp/php-cgi-80.sock:", host: "", referrer: "https:///wp-admin/"
    2023/04/02 20:24:17 [error] 3812609#0: 121166 FastCGI sent in stderr: "PHP message: PHP Warning: Undefined variable $checkout in /www/wwwroot//wp-admin/includes/class-wp-automatic-updater.php on line 175" while reading upstream, client: 43.243.192.40, server: , request: "GET /wp-admin/update-core.php HTTP/2.0", upstream: "fastcgi://unix:/tmp/php-cgi-80.sock:", host: "", referrer: "https://*/wp-admin/"
    2023/04/02 20:40:29 [error] 3812609#0: *121206 open() "/www/wwwroot/*/favicon.ico" failed (2: No such file or directory), client: 43.243.192.40, server: *, request: "GET /favicon.ico HTTP/2.0", host: "", referrer: "https:///wp-login.php?redirect_to=https%3A%2F%2F*%2Fwp-admin%2Fupdate-core.php&reauth=1"
    2023/04/02 20:40:32 [error] 3812609#0: *121206 FastCGI sent in stderr: "PHP message: PHP Warning: Undefined variable $checkout in /www/wwwroot/*/wp-admin/includes/class-wp-automatic-updater.php on line 175" while reading upstream, client: 43.243.192.40, server: *, request: "GET /wp-admin/update-core.php HTTP/2.0", upstream: "fastcgi://unix:/tmp/php-cgi-80.sock:", host: "", referrer: "https:///wp-login.php?redirect_to=https%3A%2F%2F*%2Fwp-admin%2Fupdate-core.php&reauth=1"
    2023/04/02 20:43:01 [error] 3812609#0: *121221 FastCGI sent in stderr: "PHP message: PHP Warning: Undefined variable $checkout in /www/wwwroot/*/wp-admin/includes/class-wp-automatic-updater.php on line 175" while reading upstream, client: 43.243.192.40, server: *, request: "GET /wp-admin/update-core.php HTTP/2.0", upstream: "fastcgi://unix:/tmp/php-cgi-80.sock:", host: "", referrer: "https:///wp-admin/index.php"
    2023/04/03 09:50:38 [error] 3812609#0: 125340 open() "/www/wwwroot//favicon.ico" failed (2: No such file or directory), client: 14.146.92.18, server: , request: "GET /favicon.ico HTTP/2.0", host: "", referrer: "https:///wp-login.php?redirect_to=https%3A%2F%2F%2Fwp-admin%2Foptions-writing.php&reauth=1"
    2023/04/03 09:50:48 [error] 3812609#0: 125340 FastCGI sent in stderr: "PHP message: PHP Warning: Undefined variable $checkout in /www/wwwroot//wp-admin/includes/class-wp-automatic-updater.php on line 175" while reading upstream, client: 14.146.92.18, server: , request: "GET /wp-admin/update-core.php HTTP/2.0", upstream: "fastcgi://unix:/tmp/php-cgi-80.sock:", host: "", referrer: "https://*/wp-admin/index.php"
    2023/04/03 10:03:49 [error] 3812609#0: *125986 FastCGI sent in stderr: "PHP message: PHP Warning: Undefined variable $checkout in /www/wwwroot/*/wp-admin/includes/class-wp-automatic-updater.php on line 175" while reading upstream, client: 14.146.92.18, server: *, request: "GET /wp-admin/update-core.php HTTP/2.0", upstream: "fastcgi://unix:/tmp/php-cgi-80.sock:", host: "", referrer: "https:///wp-admin/index.php"
    2023/04/03 13:42:13 [error] 3812609#0: 131439 open() "/www/wwwroot//favicon.ico" failed (2: No such file or directory), client: 14.146.92.18, server: , request: "GET /favicon.ico HTTP/2.0", host: "", referrer: "https:///wp-login.php?redirect_to=https%3A%2F%2F%2Fwp-admin%2F&reauth=1"
    2023/04/03 13:42:19 [error] 3812609#0: 131439 FastCGI sent in stderr: "PHP message: PHP Warning: Undefined variable $checkout in /www/wwwroot//wp-admin/includes/class-wp-automatic-updater.php on line 175" while reading upstream, client: 14.146.92.18, server: , request: "GET /wp-admin/update-core.php HTTP/2.0", upstream: "fastcgi://unix:/tmp/php-cgi-80.sock:", host: "", referrer: "https://*/wp-admin/"
    2023/04/03 13:53:23 [error] 3812609#0: *131457 FastCGI sent in stderr: "PHP message: PHP Warning: Undefined variable $checkout in /www/wwwroot/*/wp-admin/includes/class-wp-automatic-updater.php on line 175" while reading upstream, client: 14.146.92.18, server: *, request: "GET /wp-admin/update-core.php?force-check=1 HTTP/2.0", upstream: "fastcgi://unix:/tmp/php-cgi-80.sock:", host: "", referrer: "https:///wp-admin/update-core.php"
    2023/04/03 13:58:12 [error] 305417#0: 131611 "/www/wwwroot//2023/04/03/hello-world/index.php" is not found (2: No such file or directory), client: *, server: *, request: "GET /2023/04/03/hello-world/ HTTP/1.1", host: "*"
    2023/04/03 13:58:54 [error] 305417#0: *131599 FastCGI sent in stderr: "PHP message: PHP Warning: Undefined variable $checkout in /www/wwwroot/*/wp-admin/includes/class-wp-automatic-updater.php on line 175" while reading upstream, client: 14.146.92.18, server: *, request: "GET /wp-admin/update-core.php HTTP/2.0", upstream: "fastcgi://unix:/tmp/php-cgi-80.sock:", host: "", referrer: "https:///wp-admin/"
    2023/04/03 13:59:37 [error] 305417#0: 131599 FastCGI sent in stderr: "PHP message: PHP Warning: Undefined variable $checkout in /www/wwwroot//wp-admin/includes/class-wp-automatic-updater.php on line 175" while reading upstream, client: 14.146.92.18, server: , request: "GET /wp-admin/update-core.php HTTP/2.0", upstream: "fastcgi://unix:/tmp/php-cgi-80.sock:", host: "", referrer: "https://*/wp-admin/update-core.php"
    2023/04/03 14:00:21 [error] 305417#0: *131599 FastCGI sent in stderr: "PHP message: PHP Warning: Undefined variable $checkout in /www/wwwroot/*/wp-admin/includes/class-wp-automatic-updater.php on line 175" while reading upstream, client: 14.146.92.18, server: *, request: "GET /wp-admin/update-core.php HTTP/2.0", upstream: "fastcgi://unix:/tmp/php-cgi-80.sock:", host: "", referrer: "https:///wp-admin/index.php"
    2023/04/03 14:00:46 [error] 305417#0: 131599 FastCGI sent in stderr: "PHP message: PHP Warning: Undefined variable $checkout in /www/wwwroot//wp-admin/includes/class-wp-automatic-updater.php on line 175" while reading upstream, client: 14.146.92.18, server: , request: "GET /wp-admin/update-core.php HTTP/2.0", upstream: "fastcgi://unix:/tmp/php-cgi-80.sock:", host: "", referrer: "https://*/wp-admin/index.php"
    2023/04/03 14:00:54 [error] 305417#0: *131599 FastCGI sent in stderr: "PHP message: PHP Warning: Undefined variable $checkout in /www/wwwroot/*/wp-admin/includes/class-wp-automatic-updater.php on line 175" while reading upstream, client: 14.146.92.18, server: *, request: "GET /wp-admin/update-core.php HTTP/2.0", upstream: "fastcgi://unix:/tmp/php-cgi-80.sock:", host: "", referrer: "https:///wp-admin/update-core.php"
    2023/04/03 14:04:19 [error] 306467#0: 131643 FastCGI sent in stderr: "PHP message: PHP Warning: Undefined variable $checkout in /www/wwwroot//wp-admin/includes/class-wp-automatic-updater.php on line 175" while reading upstream, client: 14.146.92.18, server: , request: "GET /wp-admin/update-core.php HTTP/2.0", upstream: "fastcgi://unix:/tmp/php-cgi-80.sock:", host: "", referrer: "https://*/wp-admin/index.php"
    2023/04/03 14:16:41 [error] 306467#0: *131683 FastCGI sent in stderr: "PHP message: PHP Warning: Undefined variable $checkout in /www/wwwroot/*/wp-admin/includes/class-wp-automatic-updater.php on line 175" while reading upstream, client: 14.146.92.18, server: *, request: "GET /wp-admin/update-core.php HTTP/2.0", upstream: "fastcgi://unix:/tmp/php-cgi-80.sock:", host: "", referrer: "https:///wp-admin/index.php"
    2023/04/03 15:45:49 [error] 315841#0: 175 FastCGI sent in stderr: "PHP message: PHP Warning: Undefined variable $checkout in /www/wwwroot//wp-admin/includes/class-wp-automatic-updater.php on line 175" while reading upstream, client: 14.146.92.18, server: , request: "GET /wp-admin/update-core.php HTTP/2.0", upstream: "fastcgi://unix:/tmp/php-cgi-81.sock:", host: "", referrer: "https://*/wp-admin/index.php"
    2023/04/03 15:49:13 [error] 315841#0: *179 FastCGI sent in stderr: "PHP message: PHP Warning: Undefined variable $checkout in /www/wwwroot/*/wp-admin/includes/class-wp-automatic-updater.php on line 175" while reading upstream, client: 14.146.92.18, server: *, request: "GET /wp-admin/update-core.php?force-check=1 HTTP/2.0", upstream: "fastcgi://unix:/tmp/php-cgi-81.sock:", host: "", referrer: "https:///wp-admin/update-core.php"
    2023/04/03 16:00:52 [error] 315841#0: 200 FastCGI sent in stderr: "PHP message: PHP Warning: Undefined variable $checkout in /www/wwwroot//wp-admin/includes/class-wp-automatic-updater.php on line 175" while reading upstream, client: 14.146.92.18, server: , request: "GET /wp-admin/update-core.php HTTP/2.0", upstream: "fastcgi://unix:/tmp/php-cgi-81.sock:", host: "", referrer: "https://*/wp-admin/"
    2023/04/03 16:05:09 [error] 315841#0: *235 FastCGI sent in stderr: "PHP message: PHP Warning: Undefined variable $checkout in /www/wwwroot/*/wp-admin/includes/class-wp-automatic-updater.php on line 175" while reading upstream, client: 14.146.92.18, server: *, request: "GET /wp-admin/update-core.php HTTP/2.0", upstream: "fastcgi://unix:/tmp/php-cgi-81.sock:", host: "", referrer: "https:///wp-admin/"
    2023/04/03 16:06:53 [error] 315841#0: 235 FastCGI sent in stderr: "PHP message: PHP Warning: Undefined variable $checkout in /www/wwwroot//wp-admin/includes/class-wp-automatic-updater.php on line 175" while reading upstream, client: 14.146.92.18, server: , request: "GET /wp-admin/update-core.php HTTP/2.0", upstream: "fastcgi://unix:/tmp/php-cgi-81.sock:", host: "", referrer: "https://*/wp-admin/themes.php"

    I installed WordPress 6.2 through aapanel and got an error

    Update – reinstall, still have error

    I installed WordPress through WampServer in my local environment again, and I didn’t get this error

    I’m curious as to why WordPress 6.2 has this problem and 6.1 doesn’t

    I don’t have any custom settings, and this error message appears after the installation is complete

    My WordPress Site Information

    It is convenient for you to troubleshoot errors

    I hide my domain name sensitive information, replaced by *

    wp-core
    
    version: 6.2
    site_language: zh_CN
    user_language: zh_CN
    timezone: +08:00
    permalink: /index.php/%year%/%monthnum%/%day%/%postname%/
    https_status: true
    multisite: false
    user_registration: 0
    blog_public: 0
    default_comment_status: open
    environment_type: production
    user_count: 1
    dotorg_communication: true wp-paths-sizes wordpress_path: /www/wwwroot/*
    wordpress_size: 52.83 MB (55398695 bytes)
    uploads_path: /www/wwwroot//wp-content/uploads uploads_size: 0.00 B (0 bytes) themes_path: /www/wwwroot//wp-content/themes
    themes_size: 12.35 MB (12951623 bytes)
    plugins_path: /www/wwwroot/*/wp-content/plugins
    plugins_size: 268.60 KB (275047 bytes)
    database_size: 2.64 MB (2768896 bytes)
    total_size: 68.09 MB (71394261 bytes) wp-active-theme name: Twenty Twenty-Three(twentytwentythree)
    version: 1.1
    author: WordPress
    author_website: https://cn.www.ads-software.com
    parent_theme: none
    theme_features: core-block-patterns, post-thumbnails, responsive-embeds, editor-styles, html5, automatic-feed-links, block-templates, widgets-block-editor
    theme_path: /www/wwwroot/*/wp-content/themes/twentytwentythree
    auto_update: disabled wp-themes-inactive (2) Twenty Twenty-One: version: 1.8, author: WordPress team, auto-update disabled
    Twenty Twenty-Two: version: 1.4, author: WordPress team, auto-update disabled wp-plugins-inactive (2) Akismet Anti-Spam: version: 5.1, author: Automattic, Automatic updates are disabled
    Hello Dolly: version: 1.7.2, author: Matt Mullenweg, Automatic updates are disabled wp-media image_editor: WP_Image_Editor_Imagick
    imagick_module_version: 1692
    imagemagick_version: ImageMagick 6.9.12-61 Q16 x86_64 17418 https://legacy.imagemagick.org
    imagick_version: 3.7.0
    file_uploads: File uploads is turned off
    post_max_size: 50M
    upload_max_filesize: 50M
    max_effective_size: 50 MB
    max_file_uploads: 20
    imagick_limits:
    imagick::RESOURCETYPE_AREA: 7 GB
    imagick::RESOURCETYPE_DISK: 9.2233720368548E+18
    imagick::RESOURCETYPE_FILE: 768
    imagick::RESOURCETYPE_MAP: 7 GB
    imagick::RESOURCETYPE_MEMORY: 4 GB
    imagick::RESOURCETYPE_THREAD: 1
    imagick::RESOURCETYPE_TIME: 9.2233720368548E+18
    imagemagick_file_formats: 3FR, 3G2, 3GP, AAI, AI, APNG, ART, ARW, AVI, AVS, BGR, BGRA, BGRO, BIE, BMP, BMP2, BMP3, BRF, CAL, CALS, CANVAS, CAPTION, CIN, CIP, CLIP, CMYK, CMYKA, CR2, CR3, CRW, CUR, CUT, DATA, DCM, DCR, DCX, DDS, DFONT, DNG, DOT, DPX, DXT1, DXT5, EPDF, EPI, EPS, EPS2, EPS3, EPSF, EPSI, EPT, EPT2, EPT3, ERF, EXR, FAX, FILE, FITS, FRACTAL, FTP, FTS, G3, G4, GIF, GIF87, GRADIENT, GRAY, GRAYA, GROUP4, GV, H, HALD, HDR, HISTOGRAM, HRZ, HTM, HTML, HTTP, HTTPS, ICB, ICO, ICON, IIQ, INFO, INLINE, IPL, ISOBRL, ISOBRL6, J2C, J2K, JBG, JBIG, JNG, JNX, JP2, JPC, JPE, JPEG, JPG, JPM, JPS, JPT, JSON, K25, KDC, LABEL, M2V, M4V, MAC, MAGICK, MAP, MASK, MAT, MATTE, MEF, MIFF, MKV, MNG, MONO, MOV, MP4, MPC, MPEG, MPG, MRW, MSL, MSVG, MTV, MVG, NEF, NRW, NULL, ORF, OTB, OTF, PAL, PALM, PAM, PANGO, PATTERN, PBM, PCD, PCDS, PCL, PCT, PCX, PDB, PDF, PDFA, PEF, PES, PFA, PFB, PFM, PGM, PGX, PICON, PICT, PIX, PJPEG, PLASMA, PNG, PNG00, PNG24, PNG32, PNG48, PNG64, PNG8, PNM, POCKETMOD, PPM, PREVIEW, PS, PS2, PS3, PSB, PSD, PTIF, PWP, RADIAL-GRADIENT, RAF, RAS, RAW, RGB, RGBA, RGBO, RGF, RLA, RLE, RMF, RW2, SCR, SCT, SFW, SGI, SHTML, SIX, SIXEL, SPARSE-COLOR, SR2, SRF, STEGANO, SUN, SVG, SVGZ, TEXT, TGA, THUMBNAIL, TIFF, TIFF64, TILE, TIM, TTC, TTF, TXT, UBRL, UBRL6, UIL, UYVY, VDA, VICAR, VID, VIDEO, VIFF, VIPS, VST, WBMP, WEBM, WEBP, WMF, WMV, WMZ, WPG, X, X3F, XBM, XC, XCF, XPM, XPS, XV, XWD, YCbCr, YCbCrA, YUV
    gd_version: bundled (2.1.0 compatible)
    gd_formats: GIF, JPEG, PNG, WebP, BMP
    ghostscript_version: unknown wp-server server_architecture: Linux 4.18.0-348.7.1.el8_5.x86_64 x86_64
    httpd_software: nginx/1.22.1
    php_version: 8.0.26 64bit
    php_sapi: fpm-fcgi
    max_input_variables: 6000
    time_limit: 300
    memory_limit: 128M
    admin_memory_limit: 256M
    max_input_time: 60
    upload_max_filesize: 50M
    php_post_max_size: 50M
    curl_version: 7.61.1 OpenSSL/1.1.1k
    suhosin: false
    imagick_availability: true
    pretty_permalinks: true
    htaccess_extra_rules: false wp-database extension: mysqli
    server_version: 5.7.41-log
    client_version: mysqlnd 8.0.26
    max_allowed_packet: 1073741824
    max_connections: 300 wp-constants WP_HOME: undefined
    WP_SITEURL: undefined
    WP_CONTENT_DIR: /www/wwwroot//wp-content WP_PLUGIN_DIR: /www/wwwroot//wp-content/plugins
    WP_MEMORY_LIMIT: 40M
    WP_MAX_MEMORY_LIMIT: 256M
    WP_DEBUG: false
    WP_DEBUG_DISPLAY: true
    WP_DEBUG_LOG: false
    SCRIPT_DEBUG: false
    WP_CACHE: false
    CONCATENATE_SCRIPTS: undefined
    COMPRESS_SCRIPTS: undefined
    COMPRESS_CSS: undefined
    WP_ENVIRONMENT_TYPE: undefined
    DB_CHARSET: utf8mb4
    DB_COLLATE: undefined wp-filesystem wordpress: writable
    wp-content: writable
    uploads: writable
    plugins: writable
    themes: writable
Viewing 15 replies - 1 through 15 (of 16 total)