I have a strange behavior in an account.
The php selector is assigned the PHP version 7.2 (alt-php72), and in the user shell it indicates:
However when I go to run wp-cli, I get the error
The php selector is assigned the PHP version 7.2 (alt-php72), and in the user shell it indicates:
Code:
[vipsouls@srv110 public_html]$ php -v PHP 7.2.34 (cli) (built: Jan 26 2023 17:57:46) (NTS) Copyright (c) 1997-2018 The PHP Group Zend Engine v3.2.0, Copyright (c) 1998-2018 Zend Technologies [vipsouls@srv110 public_html]$
Code:
[vipsouls@srv110 public_html]$ wp core update && wp plugin upgrade --all && wp theme upgrade --all Warning: Constants may only evaluate to scalar values in /home/vipsouls/public_html/wp-content/plugins/file-manager/BootStart/Constants.php on line 29 Notice: Use of undefined constant FM_WP_UPLOAD_DIR - assumed 'FM_WP_UPLOAD_DIR' in /home/vipsouls/public_html/wp-content/plugins/file-manager/BootStart/Constants.php on line 32 Warning: Illegal string offset 'path' in /home/vipsouls/public_html/wp-content/plugins/file-manager/BootStart/Constants.php on line 32 Notice: Use of undefined constant FM_WP_UPLOAD_DIR - assumed 'FM_WP_UPLOAD_DIR' in /home/vipsouls/public_html/wp-content/plugins/file-manager/BootStart/Constants.php on line 35 Warning: Illegal string offset 'url' in /home/vipsouls/public_html/wp-content/plugins/file-manager/BootStart/Constants.php on line 35 Notice: Use of undefined constant FM_WP_UPLOAD_DIR - assumed 'FM_WP_UPLOAD_DIR' in /home/vipsouls/public_html/wp-content/plugins/file-manager/BootStart/Constants.php on line 38 Warning: Illegal string offset 'basedir' in /home/vipsouls/public_html/wp-content/plugins/file-manager/BootStart/Constants.php on line 38 Notice: Use of undefined constant FM_WP_UPLOAD_DIR - assumed 'FM_WP_UPLOAD_DIR' in /home/vipsouls/public_html/wp-content/plugins/file-manager/BootStart/Constants.php on line 41 Warning: Illegal string offset 'baseurl' in /home/vipsouls/public_html/wp-content/plugins/file-manager/BootStart/Constants.php on line 41 Notice: Use of undefined constant FM_WP_UPLOAD_DIR - assumed 'FM_WP_UPLOAD_DIR' in /home/vipsouls/public_html/wp-content/plugins/file-manager/BootStart/Constants.php on line 44 Warning: Illegal string offset 'basedir' in /home/vipsouls/public_html/wp-content/plugins/file-manager/BootStart/Constants.php on line 44 Notice: Use of undefined constant FM_WP_UPLOAD_DIR - assumed 'FM_WP_UPLOAD_DIR' in /home/vipsouls/public_html/wp-content/plugins/file-manager/BootStart/Constants.php on line 47 Warning: Illegal string offset 'baseurl' in /home/vipsouls/public_html/wp-content/plugins/file-manager/BootStart/Constants.php on line 47 Notice: Use of undefined constant FM_WP_UPLOAD_DIR - assumed 'FM_WP_UPLOAD_DIR' in /home/vipsouls/public_html/wp-content/plugins/file-manager/BootStart/Constants.php on line 54 Warning: Illegal string offset 'basedir' in /home/vipsouls/public_html/wp-content/plugins/file-manager/BootStart/Constants.php on line 54 Notice: Use of undefined constant FM_WP_UPLOAD_DIR - assumed 'FM_WP_UPLOAD_DIR' in /home/vipsouls/public_html/wp-content/plugins/file-manager/BootStart/Constants.php on line 56 Warning: Illegal string offset 'basedir' in /home/vipsouls/public_html/wp-content/plugins/file-manager/BootStart/Constants.php on line 56 Notice: Use of undefined constant FM_WP_UPLOAD_DIR - assumed 'FM_WP_UPLOAD_DIR' in /home/vipsouls/public_html/wp-content/plugins/file-manager/BootStart/Constants.php on line 64 Warning: Illegal string offset 'basedir' in /home/vipsouls/public_html/wp-content/plugins/file-manager/BootStart/Constants.php on line 64 Notice: Use of undefined constant FM_WP_UPLOAD_DIR - assumed 'FM_WP_UPLOAD_DIR' in /home/vipsouls/public_html/wp-content/plugins/file-manager/BootStart/Constants.php on line 78 Warning: Illegal string offset 'baseurl' in /home/vipsouls/public_html/wp-content/plugins/file-manager/BootStart/Constants.php on line 78 Fatal error: Composer detected issues in your platform: Your Composer dependencies require a PHP version ">= 7.2.0". You are running 5.6. in /home/vipsouls/public_html/wp-content/plugins/backwpup/vendor/composer/platform_check.php on line 25 Error: There has been a critical error on this website. Learn more about troubleshooting WordPress. There has been a critical error on this website.
Comment