Kohana_Cache_Exception [ 0 ]:
MODPATH/cache/classes/kohana/cache/file.php [ 170 ]
165 catch (ErrorException $e)
166 {
167 // Handle ErrorException caused by failed unserialization
168 if ($e->getCode() === E_NOTICE)
169 {
170 throw new Kohana_Cache_Exception(__METHOD__.' failed to unserialize cached object with message : '.$e->getMessage());
171 }
172
173 // Otherwise throw the exception
174 throw $e;
175 }
-
APPPATH/classes/betfan.php [ 362 ] » Kohana_Cache_File->get(arguments)
idstring(21) "betfan/event_40345340"357 { 358 $api_url = self::API_BASE_URL . $event_id; 359 $cache_key = 'betfan/event_' . $event_id; 360 $error_message = null; 361 362 $event_boosts = $cache->get($cache_key); 363 if (!is_array($event_boosts)) { 364 $tmp_file = self::downloadFeed($api_url); 365 if (!is_file($tmp_file)) { 366 $error_message = $event_id . ': ' . $tmp_file; 367 return null; -
APPPATH/classes/betfan.php [ 411 ] » betfan::getBoostFromEndpoint(arguments)
event_idinteger 40345340
event_urlstring(31) "https://betfan.pl/sg/lmumb1qza0"cacheobject Cache_File(2)
{ protected _cache_dir => object SplFileInfo(0){ }protected _config => array(3) ( "driver" => string(4) "file" "cache_dir" => string(97) "/var/www/vhosts/lvps176-28-11-216.dedicated.hosteurope.de/stadiony.net/httpdocs/application/cache" "default_expire" => integer 3600 ) }error_messageNULL
406 if (count($boosts) >= self::MAX_WIDGETS) { 407 break; 408 } 409 410 $error_message = null; 411 $boost = self::getBoostFromEndpoint($event_id, $event_url, $cache, $error_message); 412 413 if ($error_message !== null) { 414 $debug_messages[] = $error_message; 415 continue; 416 } -
APPPATH/classes/betfan.php [ 437 ] » betfan::getBoosts()
432 * 433 * @return string HTML widget 434 */ 435 public static function getWidget() 436 { 437 $boosts = self::getBoosts(); 438 439 if (empty($boosts) || isset($boosts['_debug'])) { 440 $debug = isset($boosts['_debug']) ? $boosts['_debug'] : 'empty'; 441 return '<!-- betfan debug: ' . $debug . ' -->'; 442 } -
APPPATH/views/new/generic/content/content-secondary_ad.php [ 4 ] » betfan::getWidget()
1 <?php if (!empty($ads_enabled)) { ?> 2 <?php if (POLISH) { ?> 3 <?php 4 echo BETFAN::getWidget(); 5 ?> 6 <div style="margin: 1.5em 0;"> 7 <a rel="nofollow" href="https://betfan.pl/sg/epluxdwdv7"> 8 <img src="/img/_betfan/main.jpg" alt="BetFAN" /> 9 </a> -
SYSPATH/classes/kohana/view.php [ 49 ] » include(arguments)
0string(142) "/var/www/vhosts/lvps176-28-11-216.dedicated.hosteurope.de/stadiony.net/httpdocs/application/views/new/generic/content/content-se …"44 ob_start(); 45 46 try 47 { 48 // Load the view within the current scope 49 include $kohana_view_filename; 50 } 51 catch (Exception $e) 52 { 53 // Delete the output buffer 54 ob_end_clean(); -
SYSPATH/classes/kohana/view.php [ 303 ] » Kohana_View::capture(arguments)
kohana_view_filenamestring(142) "/var/www/vhosts/lvps176-28-11-216.dedicated.hosteurope.de/stadiony.net/httpdocs/application/views/new/generic/content/content-se …"kohana_view_dataarray(3) ( "ads_enabled" => bool TRUE "title" => string(50) "Anglia: Southampton nie planuje rozbudowy stadionu" "debug" => NULL )
298 { 299 throw new Kohana_View_Exception('You must set the file to use within your view before rendering'); 300 } 301 302 // Combine local and global data and capture the output 303 return View::capture($this->_file, $this->_data + View::$_global_data); 304 } 305 306 } // End View -
APPPATH/views/new/news/content.php [ 109 ] » Kohana_View->render()
104 }?> 105 106 <?php echo $content?> 107 108 <?php 109 echo View::factory('new/generic/content/content-secondary_ad')->render(); 110 ?> -
SYSPATH/classes/kohana/view.php [ 49 ] » include(arguments)
0string(118) "/var/www/vhosts/lvps176-28-11-216.dedicated.hosteurope.de/stadiony.net/httpdocs/application/views/new/news/content.php"44 ob_start(); 45 46 try 47 { 48 // Load the view within the current scope 49 include $kohana_view_filename; 50 } 51 catch (Exception $e) 52 { 53 // Delete the output buffer 54 ob_end_clean(); -
SYSPATH/classes/kohana/view.php [ 303 ] » Kohana_View::capture(arguments)
kohana_view_filenamestring(118) "/var/www/vhosts/lvps176-28-11-216.dedicated.hosteurope.de/stadiony.net/httpdocs/application/views/new/news/content.php"kohana_view_dataarray(14) ( "news_id" => integer 11065 "lead" => string(187) "Trzy lata temu o tej porze roku Southampton wabiło kibiców imponującymi wizualizacjami. Dziś klub zaprzecza: nie zamierzają …" "thumbnail" => string(32) "img/news/2015/06/11067-thumbnail" "content" => string(1200) "<p>Przy kupnie karnetu w czerwcu 2012 roku kibice otrzymywali DVD, a na nim pobudzające wyobraźnię <a href="/projekty/eng/st_ …" "published" => string(19) "2015-06-23 17:37:40" "author" => string(7) "michał" "source" => string(15) "dailyecho.co.uk" "tags" => object Database_MySQL_Result(6)
{ protected _internal_row => integer 0 protected _query => string(179) "SELECT `tags`.`id` AS `id`, `tags`.`url` AS `url`, `tags`.`name` AS `name` FROM `tags` JOIN `news_tags` ON (`news_tags`.`tag_id` …" protected _result => resource(mysql result) protected _total_rows => integer 0 protected _current_row => integer 0 protected _as_object => string(9) "Model_Tag" }"debug" => string(0) "" "year" => string(4) "2015" "month" => string(2) "06" "url" => string(49) "anglia_southampton_nie_planuje_rozbudowy_stadionu" "ads_enabled" => bool TRUE "title" => string(50) "Anglia: Southampton nie planuje rozbudowy stadionu" )298 { 299 throw new Kohana_View_Exception('You must set the file to use within your view before rendering'); 300 } 301 302 // Combine local and global data and capture the output 303 return View::capture($this->_file, $this->_data + View::$_global_data); 304 } 305 306 } // End View -
SYSPATH/classes/kohana/view.php [ 193 ] » Kohana_View->render()
188 */ 189 public function __toString() 190 { 191 try 192 { 193 return $this->render(); 194 } 195 catch (Exception $e) 196 { 197 // Display the exception message 198 Kohana::exception_handler($e); -
APPPATH/views/new/layout.php [ 196 ] » Kohana_View->__toString()
191 } 192 } 193 ?> 194 <main> 195 <article<?php if ($content_class) { echo ' class="' . $content_class . '"'; }?> role="main"> 196 <?php echo $content?> 197 </article> 198 <aside role="complementary"> 199 <?php echo $aside?> 200 </aside> 201 </main> -
SYSPATH/classes/kohana/view.php [ 49 ] » include(arguments)
0string(112) "/var/www/vhosts/lvps176-28-11-216.dedicated.hosteurope.de/stadiony.net/httpdocs/application/views/new/layout.php"44 ob_start(); 45 46 try 47 { 48 // Load the view within the current scope 49 include $kohana_view_filename; 50 } 51 catch (Exception $e) 52 { 53 // Delete the output buffer 54 ob_end_clean(); -
SYSPATH/classes/kohana/view.php [ 303 ] » Kohana_View::capture(arguments)
kohana_view_filenamestring(112) "/var/www/vhosts/lvps176-28-11-216.dedicated.hosteurope.de/stadiony.net/httpdocs/application/views/new/layout.php"kohana_view_dataarray(12) ( "debug" => string(0) "" "content" => object View(2)
{ protected _file => string(118) "/var/www/vhosts/lvps176-28-11-216.dedicated.hosteurope.de/stadiony.net/httpdocs/application/views/new/news/content.php" protected _data => array(12) ( "news_id" => integer 11065 "lead" => string(187) "Trzy lata temu o tej porze roku Southampton wabiło kibiców imponującymi wizualizacjami. Dziś klub zaprzecza: nie zamierzają …" "thumbnail" => string(32) "img/news/2015/06/11067-thumbnail" "content" => string(1200) "<p>Przy kupnie karnetu w czerwcu 2012 roku kibice otrzymywali DVD, a na nim pobudzające wyobraźnię <a href="/projekty/eng/st_ …" "published" => string(19) "2015-06-23 17:37:40" "author" => string(7) "michał" "source" => string(15) "dailyecho.co.uk" "tags" => object Database_MySQL_Result(6)"breadcrumbs" => array(4) ( 0 => array(2) ( 0 => string(11) "aktualnosci" 1 => string(12) "Aktualności" ) 1 => array(2) ( 0 => string(16) "aktualnosci/2015" 1 => string(4) "2015" ) 2 => array(2) ( 0 => string(19) "aktualnosci/2015/06" 1 => string(8) "Czerwiec" ) 3 => array(2) ( 0 => string(69) "aktualnosci/2015/06/anglia_southampton_nie_planuje_rozbudowy_stadionu" 1 => string(50) "Anglia: Southampton nie planuje rozbudowy stadionu" ) ) "ads" => string(4) "news" "styles" => array(3) ( "media/css/demo/screen.css" => string(18) "screen, projection" "media/css/demo/print.css" => string(5) "print" "media/css/demo/style.css" => string(6) "screen" ) "scripts" => array(1) ( 0 => string(63) "http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js" ) "description" => string(187) "Trzy lata temu o tej porze roku Southampton wabiło kibiców imponującymi wizualizacjami. Dziś klub zaprzecza: nie zamierzają …" "keywords" => string(44) "Aktualności, newsy, stadionowe, wiadomości" "meta" => string(355) "<meta property="og:title" content="Anglia: Southampton nie planuje rozbudowy stadionu"> <meta property="og:type" content="articl …" "aside" => object View(2){ protected _internal_row => integer 0 protected _query => string(179) "SELECT `tags`.`id` AS `id`, `tags`.`url` AS `url`, `tags`.`name` AS `name` FROM `tags` JOIN `news_tags` ON (`news_tags`.`tag_id` …" protected _result => resource(mysql result) protected _total_rows => integer 0 protected _current_row => integer 0 protected _as_object => string(9) "Model_Tag" }"debug" => string(0) "" "year" => string(4) "2015" "month" => string(2) "06" "url" => string(49) "anglia_southampton_nie_planuje_rozbudowy_stadionu" ) }{ protected _file => string(116) "/var/www/vhosts/lvps176-28-11-216.dedicated.hosteurope.de/stadiony.net/httpdocs/application/views/new/news/aside.php" protected _data => array(7) ( "single_news" => bool TRUE "published" => string(19) "2015-06-23 17:37:40" "related_stadiums" => object Database_MySQL_Result(6)"ads_enabled" => bool TRUE "title" => string(50) "Anglia: Southampton nie planuje rozbudowy stadionu" ){ protected _internal_row => integer 1 protected _query => string(1346) "SELECT `stadiums`.`id` AS `id`, `stadiums`.`url` AS `url`, `stadiums`.`long_id` AS `long_id`, `stadiums`.`name` AS `name`, `stad …" protected _result => resource(mysql result) protected _total_rows => integer 1 protected _current_row => integer 1 protected _as_object => string(13) "Model_Stadium" }"related_buildings" => object Database_MySQL_Result(6){ protected _internal_row => integer 0 protected _query => string(1120) "SELECT `buildings`.`id` AS `id`, `buildings`.`url` AS `url`, `buildings`.`long_id` AS `long_id`, `buildings`.`name` AS `name`, ` …" protected _result => resource(mysql result) protected _total_rows => integer 0 protected _current_row => integer 0 protected _as_object => string(14) "Model_Building" }"related_projects" => object Database_MySQL_Result(6){ protected _internal_row => integer 1 protected _query => string(1034) "SELECT `projects`.`id` AS `id`, `projects`.`url` AS `url`, `projects`.`long_id` AS `long_id`, `projects`.`name` AS `name`, `proj …" protected _result => resource(mysql result) protected _total_rows => integer 1 protected _current_row => integer 1 protected _as_object => string(13) "Model_Project" }"related_news_before" => array(0) "related_news_after" => array(0) ) }298 { 299 throw new Kohana_View_Exception('You must set the file to use within your view before rendering'); 300 } 301 302 // Combine local and global data and capture the output 303 return View::capture($this->_file, $this->_data + View::$_global_data); 304 } 305 306 } // End View -
SYSPATH/classes/kohana/view.php [ 193 ] » Kohana_View->render()
188 */ 189 public function __toString() 190 { 191 try 192 { 193 return $this->render(); 194 } 195 catch (Exception $e) 196 { 197 // Display the exception message 198 Kohana::exception_handler($e); -
APPPATH/bootstrap.php [ 664 ] » Kohana_View->__toString()
659 $total = array( 660 '4,418.80KB' => number_format((memory_get_peak_usage() - KOHANA_START_MEMORY) / 1024, 2).'KB', 661 '0.04360 seconds' => number_format(microtime(TRUE) - KOHANA_START_TIME, 5).' seconds'); 662 663 // Insert the totals into the response 664 $request->response = strtr((string) $request->response, $total); 665 } 666 667 668 /** 669 * Display the request response. -
DOCROOT/index.php [ 104 ] » require(arguments)
0string(105) "/var/www/vhosts/lvps176-28-11-216.dedicated.hosteurope.de/stadiony.net/httpdocs/application/bootstrap.php"99 // Load empty core extension 100 require SYSPATH.'classes/kohana'.EXT; 101 } 102 103 // Bootstrap the application 104 require APPPATH.'bootstrap'.EXT;
Environment
Included files (121)
DOCROOT/index.php |
SYSPATH/base.php |
SYSPATH/classes/kohana/core.php |
SYSPATH/classes/kohana.php |
APPPATH/bootstrap.php |
SYSPATH/classes/profiler.php |
SYSPATH/classes/kohana/profiler.php |
SYSPATH/classes/kohana/log.php |
SYSPATH/classes/kohana/config.php |
SYSPATH/classes/kohana/log/file.php |
SYSPATH/classes/kohana/log/writer.php |
SYSPATH/classes/kohana/config/file.php |
SYSPATH/classes/kohana/config/reader.php |
SYSPATH/classes/route.php |
SYSPATH/classes/kohana/route.php |
SYSPATH/classes/i18n.php |
SYSPATH/classes/kohana/i18n.php |
SYSPATH/classes/request.php |
SYSPATH/classes/kohana/request.php |
APPPATH/classes/controller/news.php |
APPPATH/classes/controller/website.php |
SYSPATH/classes/controller/template.php |
SYSPATH/classes/kohana/controller/template.php |
SYSPATH/classes/controller.php |
SYSPATH/classes/kohana/controller.php |
SYSPATH/classes/cookie.php |
SYSPATH/classes/kohana/cookie.php |
SYSPATH/classes/view.php |
SYSPATH/classes/kohana/view.php |
APPPATH/i18n/pl.php |
MODPATH/sprig/classes/sprig.php |
MODPATH/sprig/classes/sprig/core.php |
APPPATH/classes/model/news.php |
MODPATH/sprig/classes/sprig/field/auto.php |
MODPATH/sprig/classes/sprig/field/integer.php |
MODPATH/sprig/classes/sprig/field.php |
MODPATH/sprig/classes/sprig/field/core.php |
MODPATH/sprig/classes/sprig/field/char.php |
MODPATH/sprig/classes/sprig/field/text.php |
MODPATH/sprig/classes/sprig/field/manytomany.php |
MODPATH/sprig/classes/sprig/field/hasmany.php |
MODPATH/sprig/classes/sprig/field/foreignkey.php |
SYSPATH/classes/inflector.php |
SYSPATH/classes/kohana/inflector.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 |
SYSPATH/classes/arr.php |
SYSPATH/classes/kohana/arr.php |
MODPATH/database/config/database.php |
APPPATH/config/database.php |
MODPATH/database/classes/database/mysql.php |
MODPATH/database/classes/kohana/database/mysql.php |
MODPATH/database/classes/database/mysql/result.php |
MODPATH/database/classes/kohana/database/mysql/result.php |
MODPATH/database/classes/database/result.php |
MODPATH/database/classes/kohana/database/result.php |
APPPATH/classes/model/stadium.php |
MODPATH/sprig/classes/sprig/field/belongsto.php |
SYSPATH/config/inflector.php |
MODPATH/database/classes/database/query/builder/join.php |
MODPATH/database/classes/kohana/database/query/builder/join.php |
APPPATH/classes/model/building.php |
APPPATH/classes/model/building/category.php |
APPPATH/classes/model/tournament.php |
APPPATH/classes/model/tournament/category.php |
APPPATH/classes/model/project.php |
APPPATH/classes/model/project/category.php |
APPPATH/classes/model/tag.php |
SYSPATH/classes/url.php |
SYSPATH/classes/kohana/url.php |
APPPATH/views/new/layout.php |
APPPATH/views/new/layout-config.php |
MODPATH/auth/classes/auth.php |
MODPATH/auth/classes/kohana/auth.php |
MODPATH/auth/config/auth.php |
MODPATH/sprig-auth/config/auth.php |
MODPATH/sprig-auth/classes/auth/sprig.php |
SYSPATH/classes/session.php |
SYSPATH/classes/kohana/session.php |
SYSPATH/config/session.php |
MODPATH/database/config/session.php |
SYSPATH/classes/session/native.php |
SYSPATH/classes/kohana/session/native.php |
SYSPATH/classes/security.php |
SYSPATH/classes/kohana/security.php |
APPPATH/views/new/generic/ad_top.php |
APPPATH/views/new/layout/redirect_to_lang.php |
SYSPATH/i18n/en.php |
APPPATH/i18n/en.php |
SYSPATH/i18n/es.php |
APPPATH/i18n/es.php |
APPPATH/views/new/layout/navigation.php |
APPPATH/classes/betfan.php |
SYSPATH/classes/text.php |
SYSPATH/classes/kohana/text.php |
MODPATH/cache/classes/cache.php |
MODPATH/cache/classes/kohana/cache.php |
MODPATH/cache/config/cache.php |
MODPATH/cache/classes/cache/file.php |
MODPATH/cache/classes/kohana/cache/file.php |
MODPATH/cache/classes/kohana/cache/garbagecollect.php |
APPPATH/classes/model/banner.php |
APPPATH/views/new/layout/breadcrumbs.php |
SYSPATH/classes/html.php |
SYSPATH/classes/kohana/html.php |
APPPATH/views/new/news/content.php |
APPPATH/views/new/generic/content/content-main_ad.php |
APPPATH/views/new/generic/content/content-secondary_ad.php |
MODPATH/cache/classes/kohana/cache/exception.php |
SYSPATH/classes/kohana/exception.php |
SYSPATH/views/kohana/error.php |
Loaded extensions (66)
Core |
date |
ereg |
libxml |
openssl |
pcre |
zlib |
bcmath |
bz2 |
calendar |
ctype |
dba |
dom |
hash |
fileinfo |
filter |
ftp |
gettext |
session |
iconv |
json |
mbstring |
SPL |
standard |
posix |
Reflection |
Phar |
shmop |
SimpleXML |
soap |
sockets |
exif |
sysvmsg |
sysvsem |
sysvshm |
tokenizer |
wddx |
xml |
xmlreader |
xmlwriter |
zip |
apache2handler |
curl |
gd |
imap |
ldap |
mcrypt |
mssql |
mysql |
mysqli |
odbc |
PDO |
pdo_dblib |
pdo_mysql |
PDO_ODBC |
pdo_pgsql |
pdo_sqlite |
pgsql |
recode |
snmp |
SQLite |
sqlite3 |
xmlrpc |
xsl |
mhash |
ionCube Loader |
$_SERVER
REDIRECT_GEOIP_COUNTRY_CODE |
string(2) "--" |
REDIRECT_GEOIP_COUNTRY_NAME |
string(3) "N/A" |
REDIRECT_PP_CUSTOM_PHP_INI |
string(40) "/var/www/vhosts/stadiony.net/etc/php.ini" |
REDIRECT_STATUS |
string(3) "200" |
GEOIP_COUNTRY_CODE |
string(2) "--" |
GEOIP_COUNTRY_NAME |
string(3) "N/A" |
PP_CUSTOM_PHP_INI |
string(40) "/var/www/vhosts/stadiony.net/etc/php.ini" |
HTTP_CONNECTION |
string(10) "Keep-Alive" |
HTTP_CF_RAY |
string(20) "a0c6da8efb7a3191-CMH" |
HTTP_ACCEPT |
string(3) "*/*" |
HTTP_ACCEPT_ENCODING |
string(8) "gzip, br" |
HTTP_USER_AGENT |
string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])" |
HTTP_CDN_LOOP |
string(19) "cloudflare; loops=1" |
HTTP_CF_CONNECTING_IP |
string(13) "216.73.216.41" |
HTTP_CF_IPCOUNTRY |
string(2) "US" |
HTTP_CF_VISITOR |
string(18) "{"scheme":"https"}" |
HTTP_X_FORWARDED_PROTO |
string(5) "https" |
HTTP_X_FORWARDED_FOR |
string(13) "216.73.216.41" |
HTTP_HOST |
string(12) "stadiony.net" |
PATH |
string(28) "/usr/local/bin:/usr/bin:/bin" |
SERVER_SIGNATURE |
string(57) "<address>Apache Server at stadiony.net Port 80</address>
" |
SERVER_SOFTWARE |
string(6) "Apache" |
SERVER_NAME |
string(12) "stadiony.net" |
SERVER_ADDR |
string(13) "176.28.11.216" |
SERVER_PORT |
string(2) "80" |
REMOTE_ADDR |
string(14) "162.159.115.10" |
DOCUMENT_ROOT |
string(79) "/var/www/vhosts/lvps176-28-11-216.dedicated.hosteurope.de/stadiony.net/httpdocs" |
SERVER_ADMIN |
string(20) "[email protected]" |
SCRIPT_FILENAME |
string(89) "/var/www/vhosts/lvps176-28-11-216.dedicated.hosteurope.de/stadiony.net/httpdocs/index.php" |
REMOTE_PORT |
string(4) "9863" |
REDIRECT_URL |
string(70) "/aktualnosci/2015/06/anglia_southampton_nie_planuje_rozbudowy_stadionu" |
GATEWAY_INTERFACE |
string(7) "CGI/1.1" |
SERVER_PROTOCOL |
string(8) "HTTP/1.1" |
REQUEST_METHOD |
string(3) "GET" |
QUERY_STRING |
string(0) "" |
REQUEST_URI |
string(70) "/aktualnosci/2015/06/anglia_southampton_nie_planuje_rozbudowy_stadionu" |
SCRIPT_NAME |
string(10) "/index.php" |
PATH_INFO |
string(70) "/aktualnosci/2015/06/anglia_southampton_nie_planuje_rozbudowy_stadionu" |
PATH_TRANSLATED |
string(147) "redirect:/index.php/aktualnosci/2015/06/anglia_southampton_nie_planuje_rozbudowy_stadionu/2015/06/anglia_southampton_nie_planuje …" |
PHP_SELF |
string(80) "/index.php/aktualnosci/2015/06/anglia_southampton_nie_planuje_rozbudowy_stadionu" |
REQUEST_TIME |
integer 1781581617 |
Stadiony