When your cron job gives me the error
Fatal error: Call to undefined function: mysql_connect()
it means that your command line version of php on your server (the one that the cron job is using) does not have mysql support. You need to ask your hosting provider to enable this to fix this error.

The article has been updated successfully.