I’ve set up my first cron on a new server running plesk. The script can’t access the database and just throws this error:
PHP Warning: PHP Startup: Unable to load dynamic library ‘/usr/lib64/php/modules/mssql.so’ – /usr/lib64/php/modules/mssql.so: cannot open shared object file: No such file or directory in Unknown on line 0
I used the following settings to run the cron job:
php /path/to/my/script.php
And also tried:
/usr/bin/php /path/to/my/script.php
Not a problem in the script, I have tested manually.
The server likely doesn’t have the mssql module installed.