哈萨克斯坦为什么可以参加欧洲世界杯预选赛欧洲区?

Warning: mysql_connect(): Lost connection to MySQL server at 'reading initial communication packet', system error: 111 in /home/admin/rm.kz/public_html/modules/database/classes/Kohana/Database/MySQL.php on line 59
Warning: mysql_select_db() expects parameter 2 to be resource, boolean given in /home/admin/rm.kz/public_html/modules/database/classes/Kohana/Database/MySQL.php on line 105
Warning: mysql_error() expects parameter 1 to be resource, boolean given in /home/admin/rm.kz/public_html/modules/database/classes/Kohana/Database/MySQL.php on line 109
Warning: mysql_errno() expects parameter 1 to be resource, boolean given in /home/admin/rm.kz/public_html/modules/database/classes/Kohana/Database/MySQL.php on line 110
Database_Exception [
MODPATH/database/classes/Kohana/Database/MySQL.php [ 108 ]
protected function _select_db($database)
if ( ! mysql_select_db($database, $this-&_connection))
// Unable to select database
throw new Database_Exception(':error',
array(':error' =& mysql_error($this-&_connection)),
mysql_errno($this-&_connection));
Database_MySQL::$_current_databases[$this-&_connection_id] = $
Kohana_Database_MySQL->_select_db()
string(4) "lady"
// \xFF is a better delimiter, but the PHP driver uses underscore
$this-&_connection_id = sha1($hostname.'_'.$username.'_'.$password);
$this-&_select_db($database);
if ( ! empty($this-&_config['charset']))
// Set the character set
$this-&set_charset($this-&_config['charset']);
Kohana_Database_MySQL->connect()
public function query($type, $sql, $as_object = FALSE, array $params = NULL)
// Make sure the database is connected
$this-&_connection or $this-&connect();
if (Kohana::$profiling)
// Benchmark this query for the current instance
$benchmark = Profiler::start("Database ({$this-&_instance})", $sql);
Kohana_Database_MySQL->query()
string(60) "SELECT `date` FROM `curr_rates` ORDER BY `date` DESC LIMIT 1"
bool FALSE
return new Database_Result_Cached($result, $sql, $as_object, $object_params);
// Execute the query
$result = $db-&query($this-&_type, $sql, $as_object, $object_params);
if (isset($cache_key) AND $this-&_lifetime & 0)
// Cache the result array
Kohana::cache($cache_key, $result-&as_array(), $this-&_lifetime);
Kohana_Database_Query->execute()
string(5) "mysql"
public static function newrates()
$select = array('USD', 'EUR', 'RUB', 'CNY', 'AED', 'BYR', 'CHF', 'CZK', 'GBP', 'JPY', 'KGS', 'KRW', 'SAR', 'TRY', 'UAH', 'UZS');
$q = DB::select( 'date')-&from('curr_rates')-&order_by('date', 'DESC')-&limit(1)-&execute('mysql');
$d = $q-&as_array();
$query = DB::select( 'currency', 'rate', 'index')-&distinct(TRUE)-&from('curr_rates')-&where('date', '=', $d[0]['date'])
//-&order_by('date', 'DESC')-&limit(16)
-&and_where('currency', 'IN', $select);
$r = $query-&execute('mysql');
Controller_Fin::newrates()
$this-&template-&bottom_menu = View::factory('/Lenta/bottom_menu/' . $this-&lang);
$this-&template-&left_menu = View::factory('/Lenta/left_menu/' . $this-&lang);
$this-&template-&sidebar = View::factory('/Lenta/sidebar/' . $this-&lang);
$this-&template-&footer = View::factory('/Lenta/footer/' . $this-&lang);
$this-&template-&weather = $this-&
$this-&template-&fin = json_decode(Controller_Fin::newrates());
public function after()
$this-&template-&meta = $this-&
Controller_Lenta->before()
public function execute()
// Execute the "before action" method
$this-&before();
// Determine the action to use
$action = 'action_'.$this-&request-&action();
// If the action doesn't exist, it's a 404
{PHP internal call}
Kohana_Controller->execute()
ReflectionMethod->invoke()
object Controller_Lenta(14) {
public template => object View(2) {
protected _file => string(70) "/home/admin/rm.kz/public_html/application/views/lenta.php"
protected _data => array(11) (
"og_meta" => string(0) ""
"date" => string(10) ""
"show_more" => bool TRUE
"lang" => string(2) "cn"
"announce" => NULL
"top_menu" => object View(2) {
protected _file => string(83) "/home/admin/rm.kz/public_html/application/views//Lenta/top_menu/cn.php"
protected _data => array(0)
"bottom_menu" => object View(2) {
protected _file => string(86) "/home/admin/rm.kz/public_html/application/views//Lenta/bottom_menu/cn.php"
protected _data => array(0)
"left_menu" => object View(2) {
protected _file => string(84) "/home/admin/rm.kz/public_html/application/views//Lenta/left_menu/cn.php"
protected _data => array(0)
"sidebar" => object View(2) {
protected _file => string(82) "/home/admin/rm.kz/public_html/application/views//Lenta/sidebar/cn.php"
protected _data => array(0)
"footer" => object View(2) {
protected _file => string(81) "/home/admin/rm.kz/public_html/application/views//Lenta/footer/cn.php"
protected _data => array(0)
"weather" => string(241) "
&div class="header_weather"& &!-- Блок погоды --&
&a href="/cn/weather" target="_blank"&今日天气&/a&
public content => object View(2) {
protected _file => string(78) "/home/admin/rm.kz/public_html/application/views/Lenta/article.php"
protected _data => array(0)
public lang => string(2) "cn"
protected langs => array(6) (
"ru" => integer 1
"kz" => integer 2
"qz" => integer 2
"en" => integer 3
"ar" => integer 5
"cn" => integer 6
protected legacy_langs => array(6) (
"rus" => string(2) "ru"
"kaz" => string(2) "kz"
"qaz" => string(2) "qz"
"eng" => string(2) "en"
"arb" => string(2) "ar"
"chn" => string(2) "cn"
private user_langs => array(4) (
"ru" => string(2) "ru"
"en" => string(2) "en"
"kk" => string(2) "kz"
"zh" => string(2) "cn"
protected groups => array(6) (
"ru" => string(11) "1,2,3,4,5,7"
"kz" => string(17) "21,22,23,24,25,27"
"qz" => string(17) "21,22,23,24,25,27"
"en" => string(17) "41,42,43,44,45,47"
"ar" => string(23) "169,170,171,172,173,174"
"cn" => string(23) "178,184,197,198,199,200"
public exclude_rubrics => string(80) "540,33,,202,,176,23479"
public auto_render => bool TRUE
public request => object Request(19) {
protected _requested_with => NULL
protected _method => string(3) "GET"
protected _protocol => string(8) "HTTP/1.0"
protected _secure => bool FALSE
protected _referrer => string(36) "http://inform.kz/chn/article/2827159"
protected _route => object Route(5) {
protected _filters => array(0)
protected _uri => string(21) "&lang&/article(/&id&)"
protected _regex => array(1) (
"lang" => string(41) "ru|kz|qz|en|ar|cn|rus|kaz|eng|qaz|arb|chn"
protected _defaults => array(2) (
"controller" => string(5) "lenta"
"action" => string(7) "article"
protected _route_regex => string(91) "#^(?P&lang&ru|kz|qz|en|ar|cn|rus|kaz|eng|qaz|arb|chn)/article(?:/(?P&id&[^/.,;?\n]++))?$#uD"
protected _routes => array(0)
protected _header => object HTTP_Header(0) {
protected _body => NULL
protected _directory => string(0) ""
protected _controller => string(5) "Lenta"
protected _action => string(7) "article"
protected _uri => string(19) "chn/article/2827159"
protected _external => bool FALSE
protected _params => array(2) (
"lang" => string(3) "chn"
"id" => string(7) "2827159"
protected _get => array(0)
protected _post => array(0)
protected _cookies => array(0)
protected _client => object Request_Client_Internal(9) {
protected _previous_environment => NULL
protected _cache => NULL
protected _follow => bool FALSE
protected _follow_headers => array(1) (
0 => string(13) "Authorization"
protected _strict_redirect => bool TRUE
protected _header_callbacks => array(1) (
"Location" => string(34) "Request_Client::on_header_location"
protected _max_callback_depth => integer 5
protected _callback_depth => integer 1
protected _callback_params => array(0)
public response => object Response(5) {
protected _status => integer 200
protected _header => object HTTP_Header(0) {
protected _body => string(0) ""
protected _cookies => array(0)
protected _protocol => string(8) "HTTP/1.0"
public connection => object DB_Oracle_Connection_Standard(6) {
protected execution_mode => integer 32
protected cache_key => string(114) "DB_Connection_Driver::query("database.default", "array", "alter session set nls_date_format='dd.mm.yyyy hh24:mi'")"
protected data_source => object DB_DataSource(1) {
protected settings => array(13) (
"id" => string(16) "database.default"
"cache" => object stdClass(3) {
public enabled => bool TRUE
public lifetime => integer 60
public force => bool FALSE
"charset" => string(4) "utf8"
"database" => string(18) "rm.kz"
"dialect" => string(6) "Oracle"
"driver" => string(8) "Standard"
"host" => string(12) "192.168.10.8"
"persistent" => bool FALSE
"password" => string(3) "222"
"port" => string(4) "1521"
"type" => string(3) "SQL"
"username" => string(4) "repl"
"role" => string(5) "dbinf"
protected lock => object DB_Oracle_Lock_Builder(3) {
protected connection => object DB_Oracle_Connection_Standard(6) {
*RECURSION*
protected data => array(0)
protected precompiler => object DB_Oracle_Precompiler(1) {
protected data_source => object DB_DataSource(1) {
protected settings => array(13) (
"id" => string(16) "database.default"
"cache" => object stdClass(3) {
public enabled => bool TRUE
public lifetime => integer 60
public force => bool FALSE
"charset" => string(4) "utf8"
"database" => string(18) "rm.kz"
"dialect" => string(6) "Oracle"
"driver" => string(8) "Standard"
"host" => string(12) "192.168.10.8"
"persistent" => bool FALSE
"password" => string(3) "222"
"port" => string(4) "1521"
"type" => string(3) "SQL"
"username" => string(4) "repl"
"role" => string(5) "dbinf"
protected resource => resource(oci8 connection)
protected sql => string(54) "alter session set nls_date_format='dd.mm.yyyy hh24:mi'"
public meta => array(2) (
"description" => string(138) "inform.kz – Международное Информационное Агентство. Новости Казахстана и мира."
"keywords" => string(272) "новости казахстана,свежие новости,новости кз,новости рк,новости мира,президент,алматы,астана,спорт,казинформ,бизнес,казахстан,на&&"
public weather => string(241) "
&div class="header_weather"& &!-- Блок погоды --&
&a href="/cn/weather" target="_blank"&今日天气&/a&
// Create a new instance of the controller
$controller = $class-&newInstance($request, $response);
// Run the controller's execute() method
$response = $class-&getMethod('execute')-&invoke($controller);
if ( ! $response instanceof Response)
// Controller failed to return a Response.
throw new Kohana_Exception('Controller failed to return a Response');
Kohana_Request_Client_Internal->execute_request()
object Request(19) {
protected _requested_with => NULL
protected _method => string(3) "GET"
protected _protocol => string(8) "HTTP/1.0"
protected _secure => bool FALSE
protected _referrer => string(36) "http://inform.kz/chn/article/2827159"
protected _route => object Route(5) {
protected _filters => array(0)
protected _uri => string(21) "&lang&/article(/&id&)"
protected _regex => array(1) (
"lang" => string(41) "ru|kz|qz|en|ar|cn|rus|kaz|eng|qaz|arb|chn"
protected _defaults => array(2) (
"controller" => string(5) "lenta"
"action" => string(7) "article"
protected _route_regex => string(91) "#^(?P&lang&ru|kz|qz|en|ar|cn|rus|kaz|eng|qaz|arb|chn)/article(?:/(?P&id&[^/.,;?\n]++))?$#uD"
protected _routes => array(0)
protected _header => object HTTP_Header(0) {
protected _body => NULL
protected _directory => string(0) ""
protected _controller => string(5) "Lenta"
protected _action => string(7) "article"
protected _uri => string(19) "chn/article/2827159"
protected _external => bool FALSE
protected _params => array(2) (
"lang" => string(3) "chn"
"id" => string(7) "2827159"
protected _get => array(0)
protected _post => array(0)
protected _cookies => array(0)
protected _client => object Request_Client_Internal(9) {
protected _previous_environment => NULL
protected _cache => NULL
protected _follow => bool FALSE
protected _follow_headers => array(1) (
0 => string(13) "Authorization"
protected _strict_redirect => bool TRUE
protected _header_callbacks => array(1) (
"Location" => string(34) "Request_Client::on_header_location"
protected _max_callback_depth => integer 5
protected _callback_depth => integer 1
protected _callback_params => array(0)
object Response(5) {
protected _status => integer 200
protected _header => object HTTP_Header(0) {
protected _body => string(0) ""
protected _cookies => array(0)
protected _protocol => string(8) "HTTP/1.0"
$orig_response = $response = Response::factory(array('_protocol' =& $request-&protocol()));
if (($cache = $this-&cache()) instanceof HTTP_Cache)
return $cache-&execute($this, $request, $response);
$response = $this-&execute_request($request, $response);
// Execute response callbacks
foreach ($this-&header_callbacks() as $header =& $callback)
if ($response-&headers($header))
Kohana_Request_Client->execute()
object Request(19) {
protected _requested_with => NULL
protected _method => string(3) "GET"
protected _protocol => string(8) "HTTP/1.0"
protected _secure => bool FALSE
protected _referrer => string(36) "http://inform.kz/chn/article/2827159"
protected _route => object Route(5) {
protected _filters => array(0)
protected _uri => string(21) "&lang&/article(/&id&)"
protected _regex => array(1) (
"lang" => string(41) "ru|kz|qz|en|ar|cn|rus|kaz|eng|qaz|arb|chn"
protected _defaults => array(2) (
"controller" => string(5) "lenta"
"action" => string(7) "article"
protected _route_regex => string(91) "#^(?P&lang&ru|kz|qz|en|ar|cn|rus|kaz|eng|qaz|arb|chn)/article(?:/(?P&id&[^/.,;?\n]++))?$#uD"
protected _routes => array(0)
protected _header => object HTTP_Header(0) {
protected _body => NULL
protected _directory => string(0) ""
protected _controller => string(5) "Lenta"
protected _action => string(7) "article"
protected _uri => string(19) "chn/article/2827159"
protected _external => bool FALSE
protected _params => array(2) (
"lang" => string(3) "chn"
"id" => string(7) "2827159"
protected _get => array(0)
protected _post => array(0)
protected _cookies => array(0)
protected _client => object Request_Client_Internal(9) {
protected _previous_environment => NULL
protected _cache => NULL
protected _follow => bool FALSE
protected _follow_headers => array(1) (
0 => string(13) "Authorization"
protected _strict_redirect => bool TRUE
protected _header_callbacks => array(1) (
"Location" => string(34) "Request_Client::on_header_location"
protected _max_callback_depth => integer 5
protected _callback_depth => integer 1
protected _callback_params => array(0)
throw new Request_Exception('Unable to execute :uri without a Kohana_Request_Client', array(
':uri' =& $this-&_uri,
return $this-&_client-&execute($this);
* Returns whether this request is the initial request Kohana received.
* Can be used to test for sub requests.
Kohana_Request->execute()
104 require APPPATH.'bootstrap'.EXT;
echo Request::factory()
-&execute()
-&send_headers(TRUE)
113 catch(Kohana_HTTP_Exception_404 $e)
DOCROOT/index.php
APPPATH/bootstrap.php
SYSPATH/classes/Kohana/Core.php
SYSPATH/classes/Kohana.php
SYSPATH/classes/I18n.php
SYSPATH/classes/Kohana/I18n.php
SYSPATH/classes/HTTP.php
SYSPATH/classes/Kohana/HTTP.php
SYSPATH/classes/Log.php
SYSPATH/classes/Kohana/Log.php
SYSPATH/classes/Config.php
SYSPATH/classes/Kohana/Config.php
SYSPATH/classes/Log/File.php
SYSPATH/classes/Kohana/Log/File.php
SYSPATH/classes/Log/Writer.php
SYSPATH/classes/Kohana/Log/Writer.php
SYSPATH/classes/Config/File.php
SYSPATH/classes/Kohana/Config/File.php
SYSPATH/classes/Kohana/Config/File/Reader.php
SYSPATH/classes/Kohana/Config/Reader.php
SYSPATH/classes/Kohana/Config/Source.php
MODPATH/phpexcel/init.php
MODPATH/phpexcel/vendor/PHPExcel/Classes/PHPExcel.php
MODPATH/phpexcel/vendor/PHPExcel/Classes/PHPExcel/Autoloader.php
MODPATH/phpexcel/vendor/PHPExcel/Classes/PHPExcel/Shared/String.php
SYSPATH/classes/Cookie.php
SYSPATH/classes/Kohana/Cookie.php
SYSPATH/classes/Route.php
SYSPATH/classes/Kohana/Route.php
SYSPATH/classes/Request.php
SYSPATH/classes/Kohana/Request.php
SYSPATH/classes/HTTP/Request.php
SYSPATH/classes/Kohana/HTTP/Request.php
SYSPATH/classes/HTTP/Message.php
SYSPATH/classes/Kohana/HTTP/Message.php
SYSPATH/classes/HTTP/Header.php
SYSPATH/classes/Kohana/HTTP/Header.php
SYSPATH/classes/Request/Client/Internal.php
SYSPATH/classes/Kohana/Request/Client/Internal.php
SYSPATH/classes/Request/Client.php
SYSPATH/classes/Kohana/Request/Client.php
SYSPATH/classes/Arr.php
SYSPATH/classes/Kohana/Arr.php
SYSPATH/classes/Response.php
SYSPATH/classes/Kohana/Response.php
SYSPATH/classes/HTTP/Response.php
SYSPATH/classes/Kohana/HTTP/Response.php
SYSPATH/classes/Profiler.php
SYSPATH/classes/Kohana/Profiler.php
APPPATH/classes/Controller/Lenta.php
SYSPATH/classes/Controller/Template.php
SYSPATH/classes/Kohana/Controller/Template.php
SYSPATH/classes/Controller.php
SYSPATH/classes/Kohana/Controller.php
MODPATH/cache/classes/Cache.php
MODPATH/cache/classes/Kohana/Cache.php
MODPATH/cache/config/cache.php
APPPATH/config/cache.php
SYSPATH/classes/Config/Group.php
SYSPATH/classes/Kohana/Config/Group.php
MODPATH/cache/classes/Cache/File.php
MODPATH/cache/classes/Kohana/Cache/File.php
MODPATH/cache/classes/Cache/GarbageCollect.php
MODPATH/cache/classes/Kohana/Cache/GarbageCollect.php
SYSPATH/classes/View.php
SYSPATH/classes/Kohana/View.php
MODPATH/orm-leap/classes/DB/Connection/Pool.php
MODPATH/orm-leap/classes/Base/DB/Connection/Pool.php
MODPATH/orm-leap/classes/Core/Object.php
MODPATH/orm-leap/classes/Base/Core/Object.php
MODPATH/orm-leap/classes/DB/DataSource.php
MODPATH/orm-leap/classes/Base/DB/DataSource.php
MODPATH/orm-leap/config/database.php
MODPATH/database/config/database.php
APPPATH/config/database.php
MODPATH/orm-leap/classes/DB/Connection/Driver.php
MODPATH/orm-leap/classes/Base/DB/Connection/Driver.php
MODPATH/orm-leap/classes/DB/Oracle/Connection/Standard.php
MODPATH/orm-leap/classes/Base/DB/Oracle/Connection/Standard.php
MODPATH/orm-leap/classes/DB/SQL/Connection/Standard.php
MODPATH/orm-leap/classes/Base/DB/SQL/Connection/Standard.php
MODPATH/orm-leap/classes/DB/SQL/Lock/Builder.php
MODPATH/orm-leap/classes/Base/DB/SQL/Lock/Builder.php
MODPATH/orm-leap/classes/DB/Oracle/Lock/Builder.php
MODPATH/orm-leap/classes/Base/DB/Oracle/Lock/Builder.php
MODPATH/orm-leap/classes/DB/SQL.php
MODPATH/orm-leap/classes/Base/DB/SQL.php
MODPATH/orm-leap/classes/DB/Oracle/Precompiler.php
MODPATH/orm-leap/classes/Base/DB/Oracle/Precompiler.php
MODPATH/orm-leap/classes/DB/SQL/Precompiler.php
MODPATH/orm-leap/classes/Base/DB/SQL/Precompiler.php
MODPATH/orm-leap/classes/DB/ResultSet.php
MODPATH/orm-leap/classes/Base/DB/ResultSet.php
APPPATH/classes/Controller/Fin.php
MODPATH/database/classes/DB.php
MODPATH/database/classes/Kohana/DB.php
MODPATH/database/classes/Database/Query/Builder/Select.php
MODPATH/database/classes/Kohana/Database/Query/Builder/Select.php
MODPATH/database/classes/Database/Query/Builder/Where.php
MODPATH/database/classes/Kohana/Database/Query/Builder/Where.php
MODPATH/database/classes/Database/Query/Builder.php
MODPATH/database/classes/Kohana/Database/Query/Builder.php
MODPATH/database/classes/Database/Query.php
MODPATH/database/classes/Kohana/Database/Query.php
MODPATH/database/classes/Database.php
MODPATH/database/classes/Kohana/Database.php
MODPATH/database/classes/Database/MySQL.php
MODPATH/database/classes/Kohana/Database/MySQL.php
MODPATH/database/classes/Database/Exception.php
MODPATH/database/classes/Kohana/Database/Exception.php
SYSPATH/classes/Kohana/Exception.php
SYSPATH/classes/Kohana/Kohana/Exception.php
APPPATH/i18n/cn.php
SYSPATH/classes/Debug.php
SYSPATH/classes/Kohana/Debug.php
SYSPATH/classes/Date.php
SYSPATH/classes/Kohana/Date.php
SYSPATH/views/kohana/error.php
SYSPATH/classes/UTF8.php
SYSPATH/classes/Kohana/UTF8.php
Reflection
apache2handler
pdo_sqlite
REDIRECT_on
string(13) "192.168.10.14"
REDIRECT_PERL5LIB
string(49) "/usr/share/awstats/lib:/usr/share/awstats/plugins"
REDIRECT_KOHANA_ENV
string(10) "PRODUCTION"
REDIRECT_STATUS
string(3) "200"
string(13) "192.168.10.14"
string(49) "/usr/share/awstats/lib:/usr/share/awstats/plugins"
KOHANA_ENV
string(10) "PRODUCTION"
string(9) "inform.kz"
HTTP_X_REAL_IP
string(14) "220.177.198.53"
HTTP_X_FORWARDED_FOR
string(14) "220.177.198.53"
HTTP_CONNECTION
string(5) "close"
HTTP_USER_AGENT
string(63) "Mozilla/4.0 ( MSIE 8.0; Windows NT 6.0; Trident/4.0)"
HTTP_ACCEPT
string(3) "*/*"
HTTP_REFERER
string(36) "http://inform.kz/chn/article/2827159"
string(29) "/sbin:/usr/sbin:/bin:/usr/bin"
SERVER_SIGNATURE
string(70) "&address&Apache/2.2.15 (CentOS) Server at inform.kz Port 80&/address&
SERVER_SOFTWARE
string(22) "Apache/2.2.15 (CentOS)"
SERVER_NAME
string(9) "inform.kz"
SERVER_ADDR
string(13) "192.168.10.14"
SERVER_PORT
string(2) "80"
REMOTE_ADDR
string(14) "220.177.198.53"
DOCUMENT_ROOT
string(42) "/home/admin/rm.kz/public_html"
SERVER_ADMIN
string(19) "rm.kz"
SCRIPT_FILENAME
string(52) "/home/admin/rm.kz/public_html/index.php"
REMOTE_PORT
string(5) "51177"
REDIRECT_URL
string(20) "/chn/article/2827159"
GATEWAY_INTERFACE
string(7) "CGI/1.1"
SERVER_PROTOCOL
string(8) "HTTP/1.0"
REQUEST_METHOD
string(3) "GET"
QUERY_STRING
string(0) ""
REQUEST_URI
string(20) "/chn/article/2827159"
SCRIPT_NAME
string(10) "/index.php"
string(20) "/chn/article/2827159"
PATH_TRANSLATED
string(55) "redirect:/index.php/chn/article/2827159/article/2827159"
string(30) "/index.php/chn/article/2827159"
REQUEST_TIME

我要回帖

更多关于 世界杯预选赛欧洲区 的文章

 

随机推荐