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/news/list.php" protected _data => array(5) ( "news_list" => array(31) ( 0 => array(6) ( "title" => string(55) "Rome: AS Roma’s problems with location of new stadium" "id" => string(5) "18341" "url" => string(51) "rome_as_romas_problems_with_location_of_new_stadium" "thumbnail" => string(32) "img/news/2020/11/18341-thumbnail" "lead" => string(303) "The chances of building a new AS Roma stadium in Tor di Valle are decreasing. It turned out that the legal status of the land in …" "published" => string(19) "2020-11-30 17:32:49" ) 1 => array(6) ( "title" => string(44) "The Netherlands: Change of plans for Helmond" "id" => string(5) "18339" "url" => string(43) "the_netherlands_change_of_plans_for_helmond" "thumbnail" => string(32) "img/news/2020/11/18339-thumbnail" "lead" => string(198) "It was touch and go for a while but now the new stadium plan for Helmond Sport is back on track. That said, major design alterat …" "published" => string(19) "2020-11-30 00:22:54" ) 2 => array(6) ( "title" => string(51) "England: Leicester City plans leaked, look at that!" "id" => string(5) "18338" "url" => string(48) "england_leicester_city_plans_leaked_look_at_that" "thumbnail" => string(32) "img/news/2020/11/18338-thumbnail" "lead" => string(199) "When expansion of King Power Stadium was mentioned, we thought it would follow the example of Cardiff City, adding just another …" "published" => string(19) "2020-11-29 19:58:13" ) 3 => array(6) ( "title" => string(46) "Berlin: Hertha fans' wish list for new stadium" "id" => string(5) "18336" "url" => string(44) "berlin_hertha_fans_wish_list_for_new_stadium" "thumbnail" => string(32) "img/news/2020/11/18336-thumbnail" "lead" => string(429) "Hertha BSC supporters have been waiting for the new stadium for years. Playing at Olympiastadion is not a good option for the cl …" "published" => string(19) "2020-11-27 17:48:10" ) 4 => array(6) ( "title" => string(59) "Russia: Krasnodar builds new stadium in the training centre" "id" => string(5) "18334" "url" => string(58) "russia_krasnodar_builds_new_stadium_in_the_training_centre" "thumbnail" => string(32) "img/news/2020/11/18334-thumbnail" "lead" => string(209) "Sergey Galitsky makes his great ideas and dreams come true, improving sports infrastructure. Currently working on the stadium in …" "published" => string(19) "2020-11-26 17:29:15" ) 5 => array(6) ( "title" => string(55) "Naples: So it's settled, Stadio Diego Armando Maradona?" "id" => string(5) "18332" "url" => string(51) "naples_so_its_settled_stadio_diego_armando_maradona" "thumbnail" => string(32) "img/news/2020/11/18332-thumbnail" "lead" => string(211) "It was barely a few hours between sad news of the legend's passing and mayor of Naples announcing the decision. It was already s …" "published" => string(19) "2020-11-26 03:24:19" ) 6 => array(6) ( "title" => string(52) "Bergamo: Works on the new south tribune have started" "id" => string(5) "18330" "url" => string(51) "bergamo_works_on_the_new_south_tribune_have_started" "thumbnail" => string(32) "img/news/2020/11/18330-thumbnail" "lead" => string(192) "Atalanta does not stop in moving forward to finish their revitalized 24,000 venue. An intensive schedule includes the reconstruc …" "published" => string(19) "2020-11-25 19:21:47" ) 7 => array(6) ( "title" => string(43) "Qatar 2022: Al Thumama Stadium almost ready" "id" => string(5) "18328" "url" => string(42) "qatar_2022_al_thumama_stadium_almost_ready" "thumbnail" => string(32) "img/news/2020/11/18328-thumbnail" "lead" => string(298) "The Supreme Committee has announced that one of the eight FIFA 2022 World Cup stadiums in Qatar, Al Thumama Stadium, will be rea …" "published" => string(19) "2020-11-24 18:35:49" ) 8 => array(6) ( "title" => string(41) "Poland: New Opole stadium uncertain again" "id" => string(5) "18326" "url" => string(40) "poland_new_opole_stadium_uncertain_again" "thumbnail" => string(32) "img/news/2020/11/18326-thumbnail" "lead" => string(162) "Despite encouraging signals from early autumn, the tender process for new Opole stadium is yet to begin. This in turn means grou …" "published" => string(19) "2020-11-24 18:10:05" ) 9 => array(6) ( "title" => string(63) "Valencia: First phase of Levante stadium revamp about to finish" "id" => string(5) "18324" "url" => string(62) "valencia_first_phase_of_levante_stadium_revamp_about_to_finish" "thumbnail" => string(32) "img/news/2020/11/18324-thumbnail" "lead" => string(321) "On November 8th, Levante UD finally came back to the Estadi Ciutat de Valencia. The return was the culmination of the 9-month fi …" "published" => string(19) "2020-11-23 17:17:19" ) 10 => array(6) ( "title" => string(59) "Fans returning to NFL stadia despite COVID-19 cases soaring" "id" => string(5) "18322" "url" => string(58) "fans_returning_to_nfl_stadia_despite_covid19_cases_soaring" "thumbnail" => string(32) "img/news/2020/11/18322-thumbnail" "lead" => string(205) "Though the numbers in USA are disturbing, it seems games held with fans haven't contributed to the recent surge in new COVID-19 …" "published" => string(19) "2020-11-23 16:28:32" ) 11 => array(6) ( "title" => string(52) "Catching up on the best and most entertaining games?" "id" => string(5) "18321" "url" => string(51) "catching_up_on_the_best_and_most_entertaining_games" "thumbnail" => string(32) "img/news/2020/11/18321-thumbnail" "lead" => string(284) "With fans in some countries forced out of stadiums and others seeing their first games in months, the football world has hardly …" "published" => string(19) "2020-11-23 15:28:30" ) 12 => array(6) ( "title" => string(54) "Qatar: Two years for the FIFA World Cup 2022 kick off!" "id" => string(5) "18320" "url" => string(52) "qatar_two_years_for_the_fifa_world_cup_2022_kick_off" "thumbnail" => string(32) "img/news/2020/11/18320-thumbnail" "lead" => string(237) "Today marks exactly two years until the 22nd edition of the FIFA World Cup. The next tournament hosted by Qatar will take place …" "published" => string(19) "2020-11-21 17:26:11" ) 13 => array(6) ( "title" => string(61) "Ohio: Columbus Crew SC shows new renderings and 3D seat views" "id" => string(5) "18318" "url" => string(60) "ohio_columbus_crew_sc_shows_new_renderings_and_3d_seat_views" "thumbnail" => string(32) "img/news/2020/11/18318-thumbnail" "lead" => string(299) "Thanks to the newly released renderings and 3D seat viewer Columbus Crew SC fans can now look virtually inside its new downtown …" "published" => string(19) "2020-11-20 19:44:09" ) 14 => array(6) ( "title" => string(44) "Campbelltown Stadium – new to the A-League" "id" => string(5) "18316" "url" => string(39) "campbelltown_stadium_new_to_the_aleague" "thumbnail" => string(32) "img/news/2020/11/18316-thumbnail" "lead" => string(225) "Macarthur FC will be a new addition to the A-league for the 2020/21 season, bringing the total number of teams up to 12. It will …" "published" => string(19) "2020-11-20 16:53:00" ) 15 => array(6) ( "title" => string(56) "Potential Messi transfer could help NYCFC stadium effort" "id" => string(5) "18315" "url" => string(56) "potential_messi_transfer_could_help_nycfc_stadium_effort" "thumbnail" => string(32) "img/news/2020/11/18315-thumbnail" "lead" => string(189) "Lionel Messi's summer transfer attempt brought headlines of all media outlets, everywhere. As the rumours return, the move could …" "published" => string(19) "2020-11-20 16:30:53" ) 16 => array(6) ( "title" => string(59) "Poland: Stadion Śląski with another major athletics event" "id" => string(5) "18314" "url" => string(56) "poland_stadion_slaski_with_another_major_athletics_event" "thumbnail" => string(32) "img/news/2020/11/18314-thumbnail" "lead" => string(349) "The authorities of the European Athletics Association have awarded Silesian Stadium the hosting of the European Athletics Team C …" "published" => string(19) "2020-11-20 13:33:54" ) 17 => array(6) ( "title" => string(52) "Florence: Fiorentina asks how much can be demolished" "id" => string(5) "18309" "url" => string(50) "florence_fiorentina_asks_how_muchcan_be_demolished" "thumbnail" => string(32) "img/news/2020/11/18309-thumbnail" "lead" => string(204) "There's already a plan for the new stadium of Viola but it needs to be in line with new legislation.Green light is required from …" "published" => string(19) "2020-11-18 14:41:40" ) 18 => array(6) ( "title" => string(94) "Texas: Austin FC stadium taking shape with pitch installation, seats finishing and raised roof" "id" => string(5) "18307" "url" => string(92) "texas_austin_fc_stadium_taking_shape_with_pitch_installation_seats_finishing_and_raised_roof" "thumbnail" => string(32) "img/news/2020/11/18307-thumbnail" "lead" => string(270) "Austin FC moves closer to the first MLS season with significant steps in taking final shape, including pitch and seats installat …" "published" => string(19) "2020-11-15 14:58:11" ) 19 => array(6) ( "title" => string(64) "England: Coventry City to present stadium concept in early 2021?" "id" => string(5) "18305" "url" => string(62) "england_coventry_city_to_present_stadium_concept_in_early_2021" "thumbnail" => string(32) "img/news/2020/11/18305-thumbnail" "lead" => string(143) "Fresh update from the Sky Blues and University of Warwick suggests we should expect details about the planned new stadium early …" "published" => string(19) "2020-11-13 13:14:52" ) 20 => array(6) ( "title" => string(65) "Liverpool: Three standing terraces at Bramley-Moore Dock Stadium?" "id" => string(5) "18302" "url" => string(61) "liverpool_three_standing_terracesat_bramleymoore_dock_stadium" "thumbnail" => string(32) "img/news/2020/11/18303-thumbnail" "lead" => string(180) "We've known for a while thatEverton's new stadium will be safe-standing-ready. However, thismight not be limited to the south en …" "published" => string(19) "2020-11-12 19:25:27" ) 21 => array(6) ( "title" => string(46) "New design: The Vasco da Gama caravel for 2024" "id" => string(5) "18300" "url" => string(45) "new_design_the_vasco_da_gama_caravel_for_2024" "thumbnail" => string(32) "img/news/2020/11/18300-thumbnail" "lead" => string(174) "Did Vasco really use a caravel? Never mind... still, the football club named after him could have a caravel-inspired stadium rea …" "published" => string(19) "2020-11-10 21:08:10" ) 22 => array(6) ( "title" => string(54) "Egypt: Historic final to be relocated in fear of rain?" "id" => string(5) "18298" "url" => string(52) "egypt_historic_final_to_be_relocated_in_fear_of_rain" "thumbnail" => string(32) "img/news/2020/11/18298-thumbnail" "lead" => string(186) "Circumstances leading to the game have been crazy, like everything in 2020. But no-one could have suspected that the CAF Champio …" "published" => string(19) "2020-11-09 16:09:51" ) 23 => array(6) ( "title" => string(41) "London: Crystal Palace expansion in 2022?" "id" => string(5) "18296" "url" => string(39) "london_crystal_palace_expansion_in_2022" "thumbnail" => string(32) "img/news/2020/11/18296-thumbnail" "lead" => string(220) "It seems the last hurdle has been cleared and Crystal Palace will soon be able to sign the deal to expand Selhurst Park. But it …" "published" => string(19) "2020-11-08 19:22:48" ) 24 => array(6) ( "title" => string(46) "Turkey: Izmir Atatürk closed after earthquake" "id" => string(5) "18292" "url" => string(43) "turkey_izmir_ataturk_closed_afterearthquake" "thumbnail" => string(32) "img/news/2020/11/18293-thumbnail" "lead" => string(166) "Contrary to initial claims, therecent earthquake in Izmir may have caused damages to the city'slargest stadium. Karşıyaka and …" "published" => string(19) "2020-11-07 15:22:54" ) 25 => array(6) ( "title" => string(47) "Budapest: Bozsik almost finished but still late" "id" => string(5) "18290" "url" => string(46) "budapest_bozsik_almost_finished_but_still_late" "thumbnail" => string(32) "img/news/2020/11/18290-thumbnail" "lead" => string(258) "It was expected to be delivered in June, then in November. November it is but final works will move into December. Bozsik Stadio …" "published" => string(19) "2020-11-05 20:09:20" ) 26 => array(6) ( "title" => string(55) "New design: Club Blooming finally blooming on their own" "id" => string(5) "18288" "url" => string(54) "new_design_club_blooming_finally_blooming_on_their_own" "thumbnail" => string(32) "img/news/2020/11/18288-thumbnail" "lead" => string(180) "One of Bolivia's most popular football clubs is building a stadium of their own. It's sensible economically, modern and could bo …" "published" => string(19) "2020-11-05 03:36:50" ) 27 => array(6) ( "title" => string(51) "New design: In Volochysk, just outside Premier Liha" "id" => string(5) "18285" "url" => string(49) "new_design_in_volochysk_just_outside_premier_liha" "thumbnail" => string(32) "img/news/2020/11/18285-thumbnail" "lead" => string(212) "We promised you more info on developments from Ukraine, let's start making that happen. We begin with the proposed stadium revam …" "published" => string(19) "2020-11-04 04:23:56" ) 28 => array(6) ( "title" => string(46) "Bologna: Dall'Ara reconstruction coming closer" "id" => string(5) "18283" "url" => string(44) "bologna_dallara_reconstruction_coming_closer" "thumbnail" => string(32) "img/news/2020/11/18283-thumbnail" "lead" => string(170) "The city of Bologna gave its blessing for further preparation to completely redevelop Stadio Dall'Ara. The road is still long bu …" "published" => string(19) "2020-11-03 16:50:51" ) 29 => array(6) ( "title" => string(57) "Stadium Swim – when leisure venues are stadium-inspired" "id" => string(5) "18281" "url" => string(52) "stadium_swim_when_leisure_venues_are_stadiuminspired" "thumbnail" => string(32) "img/news/2020/11/18281-thumbnail" "lead" => string(195) "Las Vegas has a new NFL team and a shiny new stadium. But it also has its first stadium-styled casino, the Circa. Opened ahead o …" "published" => string(19) "2020-11-03 13:52:45" ) 30 => array(6) ( "title" => string(58) "Cape Town: DHL acquire naming rights for Cape Town Stadium" "id" => string(5) "18280" "url" => string(57) "cape_town_dhl_acquire_naming_rights_for_cape_town_stadium" "thumbnail" => string(32) "img/news/2020/11/18280-thumbnail" "lead" => string(179) "For the first time a stadium of the 2010 World Cup will actually have a naming rights partner. This ends a disappointing decade …" "published" => string(19) "2020-11-02 00:50:22" ) ) "debug" => string(0) "" "year" => string(4) "2020" "month" => integer 12 "url" => NULL ) }"breadcrumbs" => array(3) ( 0 => array(2) ( 0 => string(4) "news" 1 => string(4) "News" ) 1 => array(2) ( 0 => string(9) "news/2020" 1 => string(4) "2020" ) 2 => array(2) ( 0 => string(12) "news/2020/11" 1 => string(8) "November" ) ) "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(4) "News" "keywords" => string(22) "News, stadium, updates" "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(19) "News: November 2020" )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 [ 633 ] » Kohana_View->__toString()
628 $total = array( 629 '{memory_usage}' => number_format((memory_get_peak_usage() - KOHANA_START_MEMORY) / 1024, 2).'KB', 630 '{execution_time}' => number_format(microtime(TRUE) - KOHANA_START_TIME, 5).' seconds'); 631 632 // Insert the totals into the response 633 $request->response = strtr((string) $request->response, $total); 634 } 635 636 637 /** 638 * 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;