Searched refs:mysql_error (Results 1 – 9 of 9) sorted by relevance
/plugin/authucenter/lib/uc_client/lib/ |
H A D | db.class.php | 104 return (($this->link) ? mysql_error($this->link) : mysql_error()); 155 $error = mysql_error();
|
/plugin/phpbblinks/ |
H A D | action.php | 261 $con = @mysql_connect( $host , $user , $pass) or $err = @mysql_error(); 273 $this->admMsg('Database selection failed '.@mysql_error($this->con),-1); 283 $this->admMsg('Database Error '.@mysql_error($this->con),-1);
|
/plugin/zenlogin/ |
H A D | action.php | 91 die('Could not connect: ' . mysql_error()); 153 die('Could not connect: ' . mysql_error());
|
/plugin/freechat/phpfreechat/src/containers/ |
H A D | mysql.class.php | 118 $errors[] = _pfc("Mysql container: create database error '%s'",mysql_error($db)); 137 $errors[] = _pfc("Mysql container: create table error '%s'",mysql_error($db));
|
/plugin/authdrupal7/ |
H A D | auth.php | 375 $this->_debug('MySQL err: '.mysql_error($this->dbcon), -1, __LINE__, __FILE__); 436 $this->_debug('MySQL err: '.mysql_error($this->dbcon), -1, __LINE__, __FILE__);
|
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/ |
H A D | extension.cache.mysql.php | 225 echo mysql_error($this->connection);
|
/plugin/sql/ |
H A D | DB.php | 123 function mysql_error($statement = NULL) { function
|
/plugin/photogallery/phpThumb/ |
H A D | phpThumb.php | 361 $phpThumb->ErrorImage('Error in MySQL query: "'.mysql_error($cid).'"'); 365 $phpThumb->ErrorImage('cannot select MySQL database: "'.mysql_error($cid).'"');
|
/plugin/codemirror/dist/modes/ |
H A D | php.min.js.map | 1 …ysql_list_dbs mysql_list_tables mysql_list_fields mysql_list_processes mysql_error mysql_errno mys…
|