Wolfgang Reidlinger
Basic Pleskian
- Server operating system version
- Ubuntu 20.04.6 LTS
- Plesk version and microupdate number
- 18.0.57.2
Just a brief question regarding the scheduled task /opt/psa/admin/bin/php -dauto_prepend_file=sdk.php '/opt/psa/admin/plib/modules/wp-toolkit/scripts/instances-auto-update.php'.
Looks like the instances-auto-update.php do not like the coding practice of the all-in-one-event-calendar wordpress plugin.
Here you can find some code lines mentioned in the ERROR log.
/var/www/vhosts/topdomain.org/wordpress/wp-content/plugins/all-in-one-event-calendar/vendor/lessphp/lessc.inc.php:1215

/var/www/vhosts/topdomain.org/wordpress/wp-content/plugins/all-in-one-event-calendar/vendor/lessphp/lessc.inc.php:1560

/var/www/vhosts/topdomain.org/wordpress/wp-content/plugins/all-in-one-event-calendar/vendor/lessphp/lessc.inc.php:1952
/var/www/vhosts/topdomain.org/wordpress/wp-content/plugins/all-in-one-event-calendar/lib/http/request.php

/var/www/vhosts/topdomain.org/wordpress/wp-content/plugins/all-in-one-event-calendar/lib/query/helper.php

Is there anything I can do about it except ignoring this ERROR?
Looks like the instances-auto-update.php do not like the coding practice of the all-in-one-event-calendar wordpress plugin.
Bash:
[2023-12-03 01:13:28.691] 204764:656bc80dc10fa ERR [util_exec] proc_close() failed ['/opt/psa/admin/bin/filemng' 'ws-piqiat' 'exec' '/var/www/vhosts/topdomain.org/wordpress' 'timeout' '60' '/opt/plesk/php/8.2/bin/php' '-d' 'safe_mode=off' '-d' 'display_errors=on' '-d' 'opcache.enable_cli=off' '-d' 'open_basedir=' '-d' 'error_reporting=0' '-d' 'max_execution_time=60' '-c' '/var/www/vhosts/system/topdomain.org/etc/php.ini' '/opt/psa/admin/plib/modules/wp-toolkit/vendor/wp-cli/wpt-wp-cli.php' '--path=/var/www/vhosts/topdomain.org/wordpress' '--no-color' 'plugin' 'auto-updates' 'enable' 'health-check-troubleshooting-mode' '--skip-plugins=false' '--skip-themes=false'] with exit code [1]
[2023-12-03 01:13:28.694] 204764:656bc80dc10fa ERR [extension/wp-toolkit] An error occurred while executing WP-CLI command for instance: WordPress installation #9 ('https://topdomain.org'). All-in-One Event Calendar: Creation of dynamic property Ai1ec_Scheduling_Utility::$_updated is deprecated @ /var/www/vhosts/topdomain.org/wordpress/wp-content/plugins/all-in-one-event-calendar/lib/scheduling/utility.php:45 #8192
All-in-One Event Calendar: Using ${var} in strings is deprecated, use {$var} instead @ /var/www/vhosts/topdomain.org/wordpress/wp-content/plugins/all-in-one-event-calendar/vendor/lessphp/lessc.inc.php:1215 #8192
All-in-One Event Calendar: Using ${var} in strings is deprecated, use {$var} instead @ /var/www/vhosts/topdomain.org/wordpress/wp-content/plugins/all-in-one-event-calendar/vendor/lessphp/lessc.inc.php:1560 #8192
All-in-One Event Calendar: Using ${var} in strings is deprecated, use {$var} instead @ /var/www/vhosts/topdomain.org/wordpress/wp-content/plugins/all-in-one-event-calendar/vendor/lessphp/lessc.inc.php:1560 #8192
All-in-One Event Calendar: Creation of dynamic property lessc::$formatterName is deprecated @ /var/www/vhosts/topdomain.org/wordpress/wp-content/plugins/all-in-one-event-calendar/vendor/lessphp/lessc.inc.php:1952 #8192
All-in-One Event Calendar: Creation of dynamic property Ai1ec_Http_Request::$_registry is deprecated @ /var/www/vhosts/topdomain.org/wordpress/wp-content/plugins/all-in-one-event-calendar/lib/http/request.php:22 #8192
All-in-One Event Calendar: preg_split(): Passing null to parameter #3 ($limit) of type int is deprecated @ /var/www/vhosts/topdomain.org/wordpress/wp-content/plugins/all-in-one-event-calendar/lib/query/helper.php:156 #8192
Warning: The 'health-check-troubleshooting-mode' plugin could not be found.
Error: No plugins provided to enable auto-updates for.
[2023-12-03 01:13:29.706] 204764:656bc80dc10fa ERR [util_exec] proc_close() failed ['/opt/psa/admin/bin/filemng' 'ws-piqiat' 'exec' '/var/www/vhosts/topdomain.org/wordpress' 'timeout' '60' '/opt/plesk/php/8.2/bin/php' '-d' 'safe_mode=off' '-d' 'display_errors=on' '-d' 'opcache.enable_cli=off' '-d' 'open_basedir=' '-d' 'error_reporting=0' '-d' 'max_execution_time=60' '-c' '/var/www/vhosts/system/topdomain.org/etc/php.ini' '/opt/psa/admin/plib/modules/wp-toolkit/vendor/wp-cli/wpt-wp-cli.php' '--path=/var/www/vhosts/topdomain.org/wordpress' '--no-color' 'plugin' 'auto-updates' 'enable' 'health-check-troubleshooting-mode' '--skip-plugins=all-in-one-event-calendar,contact-form-7,cookie-notice,elementor,envira-gallery-lite,facebook-for-woocommerce,google-analytics-for-wordpress,health-check,mailchimp-for-woocommerce,mailchimp-for-wp,seo-by-rank-math,resmushit-image-optimizer,royal-elementor-addons,smart-slider-3,instagram-feed,woocustomizer,updraftplus,use-any-font,woocommerce-menu-bar-cart,health-check-troubleshooting-mode'] with exit code [1]
[2023-12-03 01:13:29.707] 204764:656bc80dc10fa ERR [extension/wp-toolkit] An error occurred while executing WP-CLI command for instance: WordPress installation #9 ('https://topdomain.org'). Warning: The 'health-check-troubleshooting-mode' plugin could not be found.
Error: No plugins provided to enable auto-updates for.
[2023-12-03 01:13:29.709] 204764:656bc80dc10fa ERR [extension/wp-toolkit] Failed to enable auto-updates for WordPress installation #9 ('https://topdomain.org') plugins: health-check-troubleshooting-mode. Warning: The 'health-check-troubleshooting-mode' plugin could not be found.
Error: No plugins provided to enable auto-updates for.
Here you can find some code lines mentioned in the ERROR log.
/var/www/vhosts/topdomain.org/wordpress/wp-content/plugins/all-in-one-event-calendar/vendor/lessphp/lessc.inc.php:1215

/var/www/vhosts/topdomain.org/wordpress/wp-content/plugins/all-in-one-event-calendar/vendor/lessphp/lessc.inc.php:1560

/var/www/vhosts/topdomain.org/wordpress/wp-content/plugins/all-in-one-event-calendar/vendor/lessphp/lessc.inc.php:1952

/var/www/vhosts/topdomain.org/wordpress/wp-content/plugins/all-in-one-event-calendar/lib/http/request.php

/var/www/vhosts/topdomain.org/wordpress/wp-content/plugins/all-in-one-event-calendar/lib/query/helper.php

Is there anything I can do about it except ignoring this ERROR?