Warning (2): mysql_connect() [function.mysql-connect]: Headers and client library minor version mismatch. Headers:101108 Library:100505 [CORE/cake/libs/model/datasources/dbo/dbo_mysql.php, line 561]
3
9
7
Warning (2): mysql_connect() [function.mysql-connect]: Headers and client library minor version mismatch. Headers:101108 Library:100505 [CORE/cake/libs/model/datasources/dbo/dbo_mysql.php, line 561]Code | Context
if (!$config['persistent']) {
$this->connection = mysql_connect($config['host'] . ':' . $config['port'], $config['login'], $config['password'], true);
$config = array( "persistent" => false, "host" => "*****", "login" => "*****", "password" => "*****", "database" => "*****", "port" => "*****", "driver" => "mysql", "prefix" => "*****" )mysql_connect - [internal], line ?? DboMysql::connect() - CORE/cake/libs/model/datasources/dbo/dbo_mysql.php, line 561 DboSource::__construct() - CORE/cake/libs/model/datasources/dbo_source.php, line 143 ConnectionManager::getDataSource() - CORE/cake/libs/model/connection_manager.php, line 114 Model::setDataSource() - CORE/cake/libs/model/model.php, line 2852 Model::__construct() - CORE/cake/libs/model/model.php, line 469 ClassRegistry::init() - CORE/cake/libs/class_registry.php, line 142 Controller::loadModel() - CORE/cake/libs/controller/controller.php, line 637 Controller::constructClasses() - CORE/cake/libs/controller/controller.php, line 493 Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 186 Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 171 Object::requestAction() - CORE/cake/libs/object.php, line 95 include - APP/views/themed/tktrans/elements/modules/mod_article_listable.ctp, line 2 View::_render() - CORE/cake/libs/view/view.php, line 736 View::element() - CORE/cake/libs/view/view.php, line 397 include - APP/views/themed/tktrans/pages/bai-viet.ctp, line 5 View::_render() - CORE/cake/libs/view/view.php, line 736 View::render() - CORE/cake/libs/view/view.php, line 431
Design By ẢO HÓA VIỆT