SYSPATH/classes/kohana/session/native.php [ 27 ]
22 // Set the session id
23 session_id($id);
24 }
25
26 // Start the session
27 session_start();
28
29 // Use the $_SESSION global for storing data
30 $this->_data =& $_SESSION;
31
32 return NULL;
-
{PHP internal call} » Kohana_Core::error_handler(arguments)
codeinteger 8
errorstring(92) "session_start(): ps_files_cleanup_dir: opendir(/var/lib/php5) failed: Permission denied (13)"filestring(120) "/var/www/vhosts/lvps176-28-11-216.dedicated.hosteurope.de/stadiony.net/httpdocs/system/classes/kohana/session/native.php"lineinteger 27
4array(1) ( "id" => NULL )
-
SYSPATH/classes/kohana/session/native.php [ 27 ] » session_start()
22 // Set the session id 23 session_id($id); 24 } 25 26 // Start the session 27 session_start(); 28 29 // Use the $_SESSION global for storing data 30 $this->_data =& $_SESSION; 31 32 return NULL; -
SYSPATH/classes/kohana/session.php [ 177 ] » Kohana_Session_Native->_read(arguments)
idNULL
172 * @param string session id 173 * @return void 174 */ 175 public function read($id = NULL) 176 { 177 if (is_string($data = $this->_read($id))) 178 { 179 try 180 { 181 if ($this->_encrypted) 182 { -
SYSPATH/classes/kohana/session.php [ 93 ] » Kohana_Session->read(arguments)
idNULL
88 // Enable or disable encryption of data 89 $this->_encrypted = $config['encrypted']; 90 } 91 92 // Load the session 93 $this->read($id); 94 } 95 96 /** 97 * Session object is rendered to a serialized string. 98 * -
SYSPATH/classes/kohana/session.php [ 35 ] » Kohana_Session->__construct(arguments)
configNULL
idNULL
30 31 // Set the session class name 32 $class = 'Session_'.ucfirst($type); 33 34 // Create a new session instance 35 Session::$instances[$type] = $session = new $class($config, $id); 36 37 // Write the session at shutdown 38 register_shutdown_function(array($session, 'write')); 39 } 40 -
MODPATH/auth/classes/kohana/auth.php [ 65 ] » Kohana_Session::instance()
60 $config['salt_pattern'] = preg_split('/,\s*/', Kohana::config('auth')->get('salt_pattern')); 61 62 // Save the config in the object 63 $this->config = $config; 64 65 $this->session = Session::instance(); 66 } 67 68 abstract protected function _login($username, $password, $remember); 69 70 abstract public function password($username); -
MODPATH/auth/classes/kohana/auth.php [ 32 ] » Kohana_Auth->__construct(arguments)
configobject Kohana_Config_File(6)
{ public driver => string(5) "Sprig" public hash_method => string(4) "sha1" public salt_pattern => array(10) ( 0 => string(1) "1" 1 => string(1) "3" 2 => string(1) "5" 3 => string(1) "9" 4 => string(2) "14" 5 => string(2) "15" 6 => string(2) "20" 7 => string(2) "21" 8 => string(2) "28" 9 => string(2) "30" ) public lifetime => integer 1209600 public session_key => string(9) "auth_user" public users => array(0) }27 28 // Set the session class name 29 $class = 'Auth_'.ucfirst($type); 30 31 // Create a new session instance 32 Auth::$instance = new $class($config); 33 } 34 35 return Auth::$instance; 36 } 37 -
APPPATH/views/new/layout-config.php [ 48 ] » Kohana_Auth::instance()
43 $title_text = $title . ' – ' . __('Stadiony.net'); 44 $body_class = ''; 45 } 46 47 48 if (Auth::instance()->logged_in('admin')) { 49 $tinymce_config = View::factory('admin/tinymce_config')->render(); 50 } else { 51 $tinymce_config = ''; 52 } 53 -
APPPATH/views/new/layout.php [ 2 ] » include(arguments)
0string(119) "/var/www/vhosts/lvps176-28-11-216.dedicated.hosteurope.de/stadiony.net/httpdocs/application/views/new/layout-config.php"1 <!DOCTYPE HTML> 2 <?php include('layout-config.php'); ?> 3 <html class="<?php echo $lang ?>" lang="<?php echo $lang ?>"> 4 <head> 5 <title><?php echo $title_text ?></title> 6 <link rel="preload" crossorigin="anonymous" href="<?php echo URL::base(); ?>assets/fonts/ubuntu-300-webfont.woff" as="font" type="font/woff" /> 7 <link rel="preload" crossorigin="anonymous" href="<?php echo URL::base(); ?>assets/fonts/ubuntu-300i-webfont.woff" as="font" type="font/woff" /> -
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(10) ( "debug" => string(0) "" "content" => object View(2)
{ protected _file => string(115) "/var/www/vhosts/lvps176-28-11-216.dedicated.hosteurope.de/stadiony.net/httpdocs/application/views/new/tags/list.php" protected _data => array(5) ( "news_list" => array(20) ( 0 => array(6) ( "title" => string(60) "Sao Paulo: Finally, Corinthians celebrate naming rights deal" "id" => string(5) "18125" "lead" => string(193) "It wasn't until 6 years after completion of the troubled Sao Paulo stadium that its name has been commercialised. Starting now C …" "thumbnail" => string(32) "img/news/2020/09/18125-thumbnail" "published" => string(19) "2020-09-01 22:42:00" "url" => string(58) "sao_paulo_finally_corinthians_celebrate_naming_rights_deal" ) 1 => array(6) ( "title" => string(51) "Sao Paulo: Lucky them for not hosting the World Cup" "id" => string(5) "17824" "lead" => string(255) "The prestige of FIFA World Cup led to many new stadiums in Brazil, which now hardly have a stable future. Corinthians are burrie …" "thumbnail" => string(32) "img/news/2020/05/17824-thumbnail" "published" => string(19) "2020-05-20 16:22:26" "url" => string(50) "sao_paulo_lucky_them_for_not_hosting_the_world_cup" ) 2 => array(6) ( "title" => string(49) "Rio de Janeiro: Football is secondary at Maracana" "id" => string(5) "15581" "lead" => string(216) "So far this year over 60% of all visitors at Brazil's most famous football temple came here for concerts, not games. While the p …" "thumbnail" => string(32) "img/news/2018/04/15581-thumbnail" "published" => string(19) "2018-04-04 00:11:53" "url" => string(48) "rio_de_janeiro_football_is_secondary_at_maracana" ) 3 => array(6) ( "title" => string(46) "Brazil: Football is not the future in Brasilia" "id" => string(5) "15563" "lead" => string(217) "When you hear public official saying “it was a mistake to build this stadium”, you know the problem is serious. And so, for …" "thumbnail" => string(32) "img/news/2018/03/15563-thumbnail" "published" => string(19) "2018-03-28 17:35:55" "url" => string(45) "brazil_football_is_not_the_future_in_brasilia" ) 4 => array(6) ( "title" => string(52) "Sao Paulo: Arena Corinthians still not in best shape" "id" => string(5) "14930" "lead" => string(205) "Three years after the World Cup there are areas still not complete, while commercial spaces aren't leased yet. Few non-sporting …" "thumbnail" => string(32) "img/news/2017/09/14930-thumbnail" "published" => string(19) "2017-09-06 00:16:35" "url" => string(51) "sao_paulo_arena_corinthians_still_not_in_best_shape" ) 5 => array(6) ( "title" => string(54) "Brazil: Arena das Dunas also under corruption scrutiny" "id" => string(5) "14580" "lead" => string(151) "As arrests were made on Tuesday in relation to Arena das Dunas corruption case, the stadium becomes already the 7th to be part o …" "thumbnail" => string(32) "img/news/2017/06/14580-thumbnail" "published" => string(19) "2017-06-07 17:37:09" "url" => string(53) "brazil_arena_das_dunas_also_under_corruption_scrutiny" ) 6 => array(6) ( "title" => string(48) "Brasilia: National stadium costs nothing to rent" "id" => string(5) "14332" "lead" => string(202) "Estadio Nacional in Brasilia again sparks outrage as it's revealed that local clubs play nearly for free. Meanwhile building the …" "thumbnail" => string(32) "img/news/2017/04/14332-thumbnail" "published" => string(19) "2017-04-04 21:17:22" "url" => string(47) "brasilia_national_stadium_costs_nothing_to_rent" ) 7 => array(6) ( "title" => string(48) "Rio de Janeiro: Legend shamed, look at Maracanã" "id" => string(5) "13860" "lead" => string(169) "It’s just three years after a lavish and controversial redevelopment and Brazil’s most famous stadium is now looking shockin …" "thumbnail" => string(32) "img/news/2017/01/13860-thumbnail" "published" => string(19) "2017-01-06 21:10:22" "url" => string(45) "rio_de_janeiro_legend_shamed_look_at_maracana" ) 8 => array(6) ( "title" => string(52) "Sao Paulo: Painful early years for Arena Corinthians" "id" => string(5) "13535" "lead" => string(192) "It’s been 2.5 years since the 2014 World Cup opening venue began its operation. And still it’s not finished, nor does it hav …" "thumbnail" => string(32) "img/news/2016/10/13535-thumbnail" "published" => string(19) "2016-10-30 13:41:43" "url" => string(51) "sao_paulo_painful_early_years_for_arena_corinthians" ) 9 => array(6) ( "title" => string(45) "Brazil: Only 16 stadiums ranked above average" "id" => string(5) "13199" "lead" => string(167) "Brazilian sports ministry ranked 155 football stadia across the country, giving them notes of 1-5 stars. Just 16 venues were giv …" "thumbnail" => string(32) "img/news/2016/08/13202-thumbnail" "published" => string(19) "2016-08-15 11:38:05" "url" => string(44) "brazil_only_16_stadiums_ranked_above_average" ) 10 => array(6) ( "title" => string(46) "Rio de Janeiro: Maracanã cost inflated by 17%" "id" => string(5) "13044" "lead" => string(203) "As the Olympics are near one scandal after another is hitting Rio de Janeiro. This time it’s a dated case from a few years bac …" "thumbnail" => string(32) "img/news/2016/07/13044-thumbnail" "published" => string(19) "2016-07-08 05:06:45" "url" => string(43) "rio_de_janeiro_maracana_cost_inflated_by_17" ) 11 => array(6) ( "title" => string(50) "Brazil: Corruption mars stadiums of 2014 World Cup" "id" => string(5) "12467" "lead" => string(192) "Shocking news came from Brazil, where newly-built stadiums might be part of a greater corruption scandal. Arena Corinthians alre …" "thumbnail" => string(32) "img/news/2016/03/12467-thumbnail" "published" => string(19) "2016-03-23 04:16:24" "url" => string(49) "brazil_corruption_mars_stadiums_of_2014_world_cup" ) 12 => array(6) ( "title" => string(62) "Brazil: World Cup stadium in Salvador abandoned by key tenant?" "id" => string(5) "10618" "lead" => string(164) "After two years of tenancy EC Bahia announced relocation from Itaipava Arena Fonte Nova. The club argue no offer of the operator …" "thumbnail" => string(32) "img/news/2015/03/10618-thumbnail" "published" => string(19) "2015-03-31 15:00:16" "url" => string(60) "brazil_world_cup_stadium_in_salvador_abandoned_by_key_tenant" ) 13 => array(6) ( "title" => string(56) "Brasilia: Estádio Nacional serves as office and parking" "id" => string(5) "10494" "lead" => string(144) "League games cannot fill even one in ten seats (!), so Brazil’s second largest stadium is used as district offices and bus dep …" "thumbnail" => string(32) "img/news/2015/03/10494-thumbnail" "published" => string(19) "2015-03-08 22:31:23" "url" => string(54) "brasilia_estadio_nacional_serves_as_office_and_parking" ) 14 => array(6) ( "title" => string(51) "Brazil: World Cup stadium closed for urgent repairs" "id" => string(5) "10283" "lead" => string(242) "The list of problems at Arena Pantanal is so long that the stadium had to be urgently closed for repair works. Water pouring thr …" "thumbnail" => string(32) "img/news/2015/01/10283-thumbnail" "published" => string(19) "2015-01-23 03:47:55" "url" => string(50) "brazil_world_cup_stadium_closed_for_urgent_repairs" ) 15 => array(6) ( "title" => string(50) "Brazil: Estádio Nacional to pay back in… 3014?!" "id" => string(5) "10266" "lead" => string(181) "Raised eyebrows, anyone? Realistically the stadium will not repay its price even in a millennium. But it’s not as one-sided as …" "thumbnail" => string(32) "img/news/2015/01/10266-thumbnail" "published" => string(19) "2015-01-20 15:15:09" "url" => string(43) "brazil_estadio_nacional_to_pay_back_in_3014" ) 16 => array(6) ( "title" => string(43) "Brazil: White elephant? Quite the opposite!" "id" => string(4) "9682" "lead" => string(192) "Both domestically and internationally this stadium was sentenced to a life of empty stands and mediocre event calendar. That’s …" "thumbnail" => string(31) "img/news/2014/09/9682-thumbnail" "published" => string(19) "2014-09-15 13:36:48" "url" => string(40) "brazil_white_elephant_quite_the_opposite" ) 17 => array(6) ( "title" => string(51) "New stadiums: The more average Brazilian grounds…" "id" => string(4) "9664" "lead" => string(218) "After excitement of the World Cup let’s take a look at three of the smaller and less impressive stadiums in Brazil. But the …" "thumbnail" => string(31) "img/news/2014/09/9664-thumbnail" "published" => string(19) "2014-09-10 00:24:50" "url" => string(48) "new_stadiums_the_more_average_brazilian_stadiums" ) 18 => array(6) ( "title" => string(55) "Brazil: Arena da Amazonia operator displeased with FIFA" "id" => string(4) "9453" "lead" => string(178) "The list of damages is already over 100 pages long FIFA is responsible for them. Instead of handing over Arena da Amazonia in a …" "thumbnail" => string(31) "img/news/2014/07/9453-thumbnail" "published" => string(19) "2014-07-27 21:46:32" "url" => string(54) "brazil_arena_da_amazonia_operator_displeased_with_fifa" ) 19 => array(6) ( "title" => string(55) "Brazil: “Casa Futebol” makes stadium feel like home" "id" => string(4) "9413" "lead" => string(183) "Two architecture graduates offered a very imaginative solution to two of Brazil’s problems. If there are empty stadiums and no …" "thumbnail" => string(31) "img/news/2014/07/9413-thumbnail" "published" => string(19) "2014-07-20 05:28:46" "url" => string(48) "brazil_casa_futebol_makes_stadium_feel_like_home" ) ) "page_links" => string(736) "<ul class="pagination"> <li class="current"><strong>1</strong></li> <li><a href="https://stadiumdb. …" "tags" => array(20) ( 0 => array(4) ( "count" => string(3) "128" "name" => string(15) "Bezpieczeństwo" "lang" => string(1) "0" "url" => string(14) "bezpieczenstwo" ) 1 => array(4) ( "count" => string(2) "27" "name" => string(9) "Euro 2004" "lang" => string(1) "0" "url" => string(9) "euro_2004" ) 2 => array(4) ( "count" => string(2) "25" "name" => string(9) "Euro 2008" "lang" => string(1) "0" "url" => string(9) "euro_2008" ) 3 => array(4) ( "count" => string(3) "883" "name" => string(9) "Euro 2012" "lang" => string(1) "0" "url" => string(9) "euro_2012" ) 4 => array(4) ( "count" => string(3) "219" "name" => string(9) "Euro 2016" "lang" => string(1) "0" "url" => string(9) "euro_2016" ) 5 => array(4) ( "count" => string(3) "183" "name" => string(9) "Euro 2020" "lang" => string(1) "0" "url" => string(9) "euro_2020" ) 6 => array(4) ( "count" => string(2) "62" "name" => string(9) "Euro 2024" "lang" => string(1) "0" "url" => string(9) "euro_2024" ) 7 => array(4) ( "count" => string(2) "41" "name" => string(9) "Euro 2028" "lang" => string(1) "0" "url" => string(9) "euro_2028" ) 8 => array(4) ( "count" => string(2) "68" "name" => string(22) "Komentarz Stadiony.net" "lang" => string(1) "0" "url" => string(22) "komentarz_stadiony_net" ) 9 => array(4) ( "count" => string(2) "72" "name" => string(16) "Miejsca stojące" "lang" => string(1) "0" "url" => string(15) "miejsca_stojace" ) 10 => array(4) ( "count" => string(1) "8" "name" => string(12) "Mundial 2002" "lang" => string(1) "0" "url" => string(12) "mundial_2002" ) 11 => array(4) ( "count" => string(2) "12" "name" => string(12) "Mundial 2006" "lang" => string(1) "0" "url" => string(12) "mundial_2006" ) 12 => array(4) ( "count" => string(2) "53" "name" => string(12) "Mundial 2010" "lang" => string(1) "0" "url" => string(12) "mundial_2010" ) 13 => array(4) ( "count" => string(3) "336" "name" => string(12) "Mundial 2014" "lang" => string(1) "0" "url" => string(12) "mundial_2014" ) 14 => array(4) ( "count" => string(3) "464" "name" => string(12) "Mundial 2018" "lang" => string(1) "0" "url" => string(12) "mundial_2018" ) 15 => array(4) ( "count" => string(3) "238" "name" => string(12) "Mundial 2022" "lang" => string(1) "0" "url" => string(12) "mundial_2022" ) 16 => array(4) ( "count" => string(2) "60" "name" => string(12) "Mundial 2026" "lang" => string(1) "0" "url" => string(12) "mundial_2026" ) 17 => array(4) ( "count" => string(3) "109" "name" => string(12) "Mundial 2030" "lang" => string(1) "0" "url" => string(12) "mundial_2030" ) 18 => array(4) ( "count" => string(2) "72" "name" => string(12) "Pirotechnika" "lang" => string(1) "0" "url" => string(12) "pirotechnika" ) 19 => array(4) ( "count" => string(2) "45" "name" => string(13) "Safe standing" "lang" => string(1) "0" "url" => string(13) "safe_standing" ) ) "current_tag_url" => string(12) "mundial_2014" "title" => string(12) "Mundial 2014" ) }"breadcrumbs" => array(2) ( 0 => array(2) ( 0 => string(15) "news_categories" 1 => string(15) "News categories" ) 1 => array(2) ( 0 => string(0) "" 1 => string(12) "Mundial 2014" ) ) "ads" => string(0) "" "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(15) "News categories" "keywords" => string(30) "aktualności, newsy, kategorie" "aside" => object View(2){ 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(0) }"title" => string(29) "News categories: Mundial 2014" )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 [ 640 ] » Kohana_View->__toString()
635 $total = array( 636 '{memory_usage}' => number_format((memory_get_peak_usage() - KOHANA_START_MEMORY) / 1024, 2).'KB', 637 '{execution_time}' => number_format(microtime(TRUE) - KOHANA_START_TIME, 5).' seconds'); 638 639 // Insert the totals into the response 640 $request->response = strtr((string) $request->response, $total); 641 } 642 643 644 /** 645 * 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;