I'm slowly chipping away at all the Cron messages, but I find this one interesting:
---------------------
PHP Warning: Use of undefined constant MYSQL_ASSOC - assumed 'MYSQL_ASSOC' (this will throw an Error in a future version of PHP) in /home/xx/web/mysite.com/public_html/inc/classes/BxDolDb.php on line 40
PHP Fatal error: Uncaught Error: Call to undefined function mysql_pconnect() in /home/xx/web/mysite.com/public_html/inc/classes/BxDolDb.php:66
Stack trace:
#0 /home/xx/web/mysite.com/public_html/inc/classes/BxDolDb.php(44): BxDolDb->connect()
#1 /home/xx/web/mysite.com/public_html/inc/db.inc.php(12): BxDolDb->BxDolDb()
#2 /home/xx/web/mysite.com/public_html/inc/classes/BxDolAlerts.php(7): require_once('/home/xx/web/di...')
#3 /home/xx/web/mysite.com/public_html/inc/header.inc.php(160): require_once('/home/xx/web/di...')
#4 /home/xx/web/mysite.com/public_html/periodic/cron.php(11): require_once('/home/xx/web/di...')
#5 {main}
thrown in /home/xx/web/mysite.com/public_html/inc/classes/BxDolDb.php on line 66
-------------------------
Has anyone seen it before and how should I cope with it?
Thanks