You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is an error which did not occur prior to moving to PHP8. We have updated WHMCS to 8.6.1 and OpenProvider WHMCS module with the with the idna_convert.class.php fix for PHP8 compatibility.
Now, when cron runs we get the following error:
# runuser -uapache -- php -q /var/www/app/crons/cron.php -F -vvv
WHMCS Automation Task Utility: all
==================================
SQLSTATE[HY093]: Invalid parameter number (SQL: select * from `openprovidersslnew_orders` where `status` = PAI) Daily Cron Automation Mode
This error does not prevent cron from completing, simply issues this message every time it runs. In the given example we ran it manually.
The text was updated successfully, but these errors were encountered:
Hi,
This is an error which did not occur prior to moving to PHP8. We have updated WHMCS to 8.6.1 and OpenProvider WHMCS module with the with the
idna_convert.class.php
fix for PHP8 compatibility.Now, when cron runs we get the following error:
This error does not prevent cron from completing, simply issues this message every time it runs. In the given example we ran it manually.
The text was updated successfully, but these errors were encountered: