chatd.php daemon is stopped

Re: chatd.php daemon is stopped

by daniel --- -
Number of replies: 0
The chatd daemon is stopped in line (/moodle/lib/adodb/drivers/mysql.inc.php):

if (ADODB_PHPVER >= 0x4300)
   $this->_connectionID = mysql_pconnect($argHostname,$argUsername,$argPassword,$this->clientFlags);

The mysql_pconnect function is stopped and return nothing (no false, no idconnection).