Tika pārcelts esošs Kohanas projekts uz jaunu vietu, vienīgais kas izmainījās - PHP 5.5 (bija 5.3)
projekts brēc:
Database_Exception [ 0 ]: [0]
MODPATH/database/classes/kohana/database/mysql.php [ 67 ]
62 catch (ErrorException $e)
63 {
64 // No connection exists
65 $this->_connection = NULL;
66
67 throw new Database_Exception(mysql_errno(), '[:code] :error', array(
68 ':code' => mysql_errno(),
69 ':error' => mysql_error(),
70 ));
71 }
72
MODPATH/database/classes/kohana/database/mysql.php [ 158 ] » Kohana_Database_MySQL->connect()
153 }
154
155