PHPTEMPLE ERROR :: UNKNOWN ERROR [8192] May, 05/2025 18:30:35
System message:
mysql_pconnect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead
System Information
Operating SystemLinux
PHP Version5.6.40-81+ubuntu20.04.1+deb.sury.org+1
Cached TemplateNot compiled
Base Template/storage/webhosts.00/5bb3439088aef/1/www/adodb/drivers/adodb-mysql.inc.php
Error Path/storage/webhosts.00/5bb3439088aef/1/www/adodb/drivers
Line Number175
Error Source
The first line number counts with includes, the second one in []-brackets counts the original template
171 [170]:     
172 [171]:     // returns true or false
173 [172]:     function _pconnect($argHostname, $argUsername, $argPassword, $argDatabasename)
174 [173]:     {
175 [174]:         $this->_connectionID = mysql_pconnect($argHostname,$argUsername,$argPassword);
176 [175]:         if ($this->_connectionID === false) return false;
177 [176]:         if ($this->autoRollback) $this->RollbackTrans();
178 [177]:         if ($argDatabasename) return $this->SelectDB($argDatabasename);
179 [178]:         return true;    
Path to sources
Show Template/storage/webhosts.00/5bb3439088aef/1/www/adodb/drivers/adodb-mysql.inc.php
Expanded Template/storage/webhosts.00/5bb3439088aef/1/www/adodb/drivers/adodb-mysql.inc.php
Show XML-View/storage/webhosts.00/5bb3439088aef/1/www/adodb/drivers/adodb-mysql.inc.php
Hint: If template contain a preprocessor instruction like #include, the source of the error maybe there.
Show Compiled