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)
code
integer 8
error
string(92) "session_start(): ps_files_cleanup_dir: opendir(/var/lib/php5) failed: Permission denied (13)"
file
string(120) "/var/www/vhosts/lvps176-28-11-216.dedicated.hosteurope.de/stadiony.net/httpdocs/system/classes/kohana/session/native.php"
line
integer 27
4
array(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)
id
NULL
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)
id
NULL
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)
config
NULL
id
NULL
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)
config
object 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)
0
string(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)
0
string(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_filename
string(112) "/var/www/vhosts/lvps176-28-11-216.dedicated.hosteurope.de/stadiony.net/httpdocs/application/views/new/layout.php"
kohana_view_data
array(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(70) ( 0 => array(6) ( "title" => string(38) "Madrid: No towers to replace Calderón" "id" => string(5) "12686" "url" => string(36) "madrid_no_towers_to_replace_calderon" "thumbnail" => string(32) "img/news/2016/04/12686-thumbnail" "lead" => string(194) "Madrid authorities gave their final red light to two office towers planned in the place of Estadio Vicente Calderón. Atletico …" "published" => string(19) "2016-04-30 12:07:21" ) 1 => array(6) ( "title" => string(44) "Rome: AS Roma file their stadium bid to CONI" "id" => string(5) "12683" "url" => string(43) "rome_as_roma_file_their_stadium_bid_to_coni" "thumbnail" => string(32) "img/news/2016/04/12684-thumbnail" "lead" => string(176) "The Italian Olympic Committee will now look at the full documentation of AS Roma’s new stadium. If greenlighted, Italy’s lar …" "published" => string(19) "2016-04-29 20:09:22" ) 2 => array(6) ( "title" => string(57) "Hungary: Another stadium in express mode, now for Miskolc" "id" => string(5) "12681" "url" => string(55) "hungary_another_stadium_in_express_mode_now_for_miskolc" "thumbnail" => string(32) "img/news/2016/04/12681-thumbnail" "lead" => string(197) "This project is already a year behind initial schedule and hasn’t even started yet. But when it does, all works from demolitio …" "published" => string(19) "2016-04-29 15:24:40" ) 3 => array(6) ( "title" => string(65) "Miami: Dolphins reconstruction delayed, season opening threatened" "id" => string(5) "12679" "url" => string(63) "miami_dolphins_reconstruction_delayed_season_opening_threatened" "thumbnail" => string(32) "img/news/2016/04/12679-thumbnail" "lead" => string(120) "Upgrades to Sun Life Stadium are several weeks behind schedule. There’s no panic, but contingency plan is being drawn." "published" => string(19) "2016-04-29 03:49:13" ) 4 => array(6) ( "title" => string(49) "New design: $33,300 per seat, a premium expansion" "id" => string(5) "12678" "url" => string(45) "new_design_33300_per_seat_a_premium_expansion" "thumbnail" => string(32) "img/news/2016/04/12678-thumbnail" "lead" => string(115) "Expansion of Razorback Stadium in Arkansas isn’t a unanimously welcome one as it will bring only premium seating." "published" => string(19) "2016-04-29 03:21:49" ) 5 => array(6) ( "title" => string(52) "Netherlands: Stadion Heracles ranked best nationwide" "id" => string(5) "12674" "url" => string(51) "netherlands_stadion_heracles_ranked_best_nationwide" "thumbnail" => string(32) "img/news/2016/04/12674-thumbnail" "lead" => string(138) "The reconstructed stadium in Almelo was graded as the best in terms of fan experience. With 97.9% satisfaction level it won the …" "published" => string(19) "2016-04-28 13:16:32" ) 6 => array(6) ( "title" => string(67) "Russia 2018: Zenit Arena to be cheaper? Huge fine for subcontractor" "id" => string(5) "12671" "url" => string(65) "russia_2018_zenit_arena_to_be_cheaper_huge_fine_for_subcontractor" "thumbnail" => string(32) "img/news/2016/04/12671-thumbnail" "lead" => string(162) "It’s a minor relief compared to the stadium’s budget, but one of subcontractors is now forced to return 570 million rubles …" "published" => string(19) "2016-04-28 03:59:16" ) 7 => array(6) ( "title" => string(47) "New design: Park and skyscrapers above the roof" "id" => string(5) "12669" "url" => string(46) "new_design_park_and_skyscrapers_above_the_roof" "thumbnail" => string(32) "img/news/2016/04/12669-thumbnail" "lead" => string(139) "By 2020 professional soccer may arrive in Detroit. If that happens, the home team may use one of the sport’s most multifunctio …" "published" => string(19) "2016-04-28 02:34:25" ) 8 => array(6) ( "title" => string(60) "Denver: Mile High to be permanently added to Broncos stadium" "id" => string(5) "12667" "url" => string(60) "denver_mile_high_to_be_permanentny_addend_to_broncos_stadium" "thumbnail" => string(32) "img/news/2016/04/12667-thumbnail" "lead" => string(216) "Lawmakers at the State Capitol are introducing a bill that would keep “Mile High” a part of the Denver Broncos stadium. The …" "published" => string(19) "2016-04-27 21:02:44" ) 9 => array(6) ( "title" => string(54) "Vilnius: National stadium for Lithuania’s centenary?" "id" => string(5) "12663" "url" => string(49) "vilnius_national_stadium_for_lithuanias_centenary" "thumbnail" => string(32) "img/news/2016/04/12663-thumbnail" "lead" => string(201) "The Lithuanian government and local authorities in Vilnius agreed final terms and are ready to launch a tender to find the priva …" "published" => string(19) "2016-04-27 03:10:58" ) 10 => array(6) ( "title" => string(42) "England: Luton Town’s stadium with a hat" "id" => string(5) "12661" "url" => string(38) "england_luton_towns_stadium_with_a_hat" "thumbnail" => string(32) "img/news/2016/04/12661-thumbnail" "lead" => string(174) "New renderings are here and public consultation will soon begin. Later Luton Town will seek planning permission and proceed with …" "published" => string(19) "2016-04-27 02:22:20" ) 11 => array(6) ( "title" => string(43) "Poland: Bytom council approves stadium loan" "id" => string(5) "12659" "url" => string(42) "poland_bytom_council_approves_stadium_loan" "thumbnail" => string(32) "img/news/2016/04/12659-thumbnail" "lead" => string(176) "While many citizens might argue it’s necessary, Bytom will have a new stadium to match its football aspirations. The city coun …" "published" => string(19) "2016-04-27 00:58:06" ) 12 => array(6) ( "title" => string(52) "Washington DC: Clearing begins for DC United Stadium" "id" => string(5) "12656" "url" => string(51) "washington_dc_clearing_begins_for_dc_united_stadium" "thumbnail" => string(32) "img/news/2016/04/12656-thumbnail" "lead" => string(168) "Washington mayor herself began the clearing of Buzzard Point, where the new DC United Stadium will be built in early 2018. Actua …" "published" => string(19) "2016-04-26 16:19:11" ) 13 => array(6) ( "title" => string(55) "Liverpool: Hillsborough victims „unlawfully killed”" "id" => string(5) "12653" "url" => string(48) "liverpool_hillsborough_victims_unlawfully_killed" "thumbnail" => string(32) "img/news/2016/04/12654-thumbnail" "lead" => string(187) "The jury in new Hillsborough inquest found that it was primarily the police who led to 96 people losing their lives on April 15, …" "published" => string(19) "2016-04-26 13:57:19" ) 14 => array(6) ( "title" => string(47) "Poland: Citizens in favour of Sosnowiec stadium" "id" => string(5) "12652" "url" => string(46) "poland_citizens_in_favour_of_sosnowiec_stadium" "thumbnail" => string(32) "img/news/2016/04/12652-thumbnail" "lead" => string(150) "83% of the population said yes. Today’s announcement means the municipality of Sosnowiec will follow through with their new 12 …" "published" => string(19) "2016-04-25 18:52:26" ) 15 => array(6) ( "title" => string(50) "Moscow: Dynamo supporters to choose seating layout" "id" => string(5) "12650" "url" => string(49) "moscow_dynamo_supporters_to_choose_seating_layout" "thumbnail" => string(32) "img/news/2016/04/12650-thumbnail" "lead" => string(173) "Fourth brand new stadium for Moscow is entering decisive phase. It’s time for the fans to select their favourite seating layou …" "published" => string(19) "2016-04-25 14:53:33" ) 16 => array(6) ( "title" => string(48) "London: WHU and Juventus to open Olympic Stadium" "id" => string(5) "12647" "url" => string(47) "london_whu_and_juventus_to_open_olympic_stadium" "thumbnail" => string(32) "img/news/2016/04/12648-thumbnail" "lead" => string(154) "First ever game between West Ham and Juventus will mark the opening of Olympic Stadium after its vast reconstruction. The game w …" "published" => string(19) "2016-04-25 13:50:42" ) 17 => array(6) ( "title" => string(47) "New design: Another Slovak stadium starts today" "id" => string(5) "12646" "url" => string(46) "new_design_another_slovak_stadium_starts_today" "thumbnail" => string(32) "img/news/2016/04/12646-thumbnail" "lead" => string(192) "After successful farewell game the old ground in Dunajska Streda will gradually get demolished. One by one, four new stands will …" "published" => string(19) "2016-04-25 12:39:32" ) 18 => array(6) ( "title" => string(62) "Russia 2018: Great progress in Rostov, stadium growing rapidly" "id" => string(5) "12644" "url" => string(60) "russia_2018_great_progress_in_rostov_stadium_growing_rapidly" "thumbnail" => string(32) "img/news/2016/04/12644-thumbnail" "lead" => string(147) "Although construction has been ongoing for just over a year, masonry works are now 90% done, while the overall structure is taki …" "published" => string(19) "2016-04-24 22:19:56" ) 19 => array(6) ( "title" => string(44) "New design: Here comes the new Albanian king" "id" => string(5) "12642" "url" => string(43) "new_design_here_comes_the_new_albanian_king" "thumbnail" => string(32) "img/news/2016/04/12642-thumbnail" "lead" => string(180) "No regime change, keep calm. It’s only the new national stadium that was presented this week. Merged with a skyscraper, it may …" "published" => string(19) "2016-04-23 22:43:11" ) 20 => array(6) ( "title" => string(41) "Iraq: Shocking findings at Ramadi stadium" "id" => string(5) "12639" "url" => string(40) "iraq_shocking_findings_at_ramadi_stadium" "thumbnail" => string(32) "img/news/2016/04/12639-thumbnail" "lead" => string(191) "Up to 40 bodies were hidden in two mass graves within the Al-Ramadi Club football complex in Iraq. These follow a long list of o …" "published" => string(19) "2016-04-23 03:18:29" ) 21 => array(6) ( "title" => string(52) "Virginia: ODU not keen on stadium proposal (for now)" "id" => string(5) "12637" "url" => string(49) "virginia_odu_not_keen_on_stadium_proposal_for_now" "thumbnail" => string(32) "img/news/2016/04/12637-thumbnail" "lead" => string(171) "Proposed in March, the new Old Dominion University stadium scheme is neither scrapped nor accepted. Before any decision is made, …" "published" => string(19) "2016-04-23 02:33:02" ) 22 => array(6) ( "title" => string(39) "New design: The Chargers saga continues" "id" => string(5) "12636" "url" => string(38) "new_design_the_chargers_saga_continues" "thumbnail" => string(32) "img/news/2016/04/12636-thumbnail" "lead" => string(165) "It’s already the fifth concept for San Diego Chargers in just a year! Will they stay in San Diego or move to Los Angeles? This …" "published" => string(19) "2016-04-23 02:20:27" ) 23 => array(6) ( "title" => string(43) "England: Stoke to rename and expand stadium" "id" => string(5) "12634" "url" => string(42) "england_stoke_to_rename_and_expand_stadium" "thumbnail" => string(32) "img/news/2016/04/12634-thumbnail" "lead" => string(176) "In mid-2017 Stoke City will for the first time invite up to 30,000 people to their stadium. By that time it will be known as bet …" "published" => string(19) "2016-04-22 18:02:16" ) 24 => array(6) ( "title" => string(68) "New design: Building a second stadium for Liverpool FC in Australia?" "id" => string(5) "12632" "url" => string(66) "new_design_building_a_second_stadium_for_liverpool_fc_in_australia" "thumbnail" => string(32) "img/news/2016/04/12632-thumbnail" "lead" => string(207) "English city of Liverpool is a true Mecca for football fans. The Australian Liverpool… isn’t. But it’s a growing and ambit …" "published" => string(19) "2016-04-22 03:20:56" ) 25 => array(6) ( "title" => string(34) "Barcelona: New Camp Nou in detail!" "id" => string(5) "12630" "url" => string(32) "barcelona_new_camp_nou_in_detail" "thumbnail" => string(32) "img/news/2016/04/12630-thumbnail" "lead" => string(150) "Facts & figures, many renders, videos and construction timing. Check out all you need to know about the new Camp Nou, presented …" "published" => string(19) "2016-04-21 19:58:34" ) 26 => array(6) ( "title" => string(44) "London: Olympic Stadium more claret and blue" "id" => string(5) "12628" "url" => string(43) "london_olympic_stadium_more_claret_and_blue" "thumbnail" => string(32) "img/news/2016/04/12628-thumbnail" "lead" => string(195) "Field is getting greener while the seating layout is almost completely redone already. West Ham was granted planning permission …" "published" => string(19) "2016-04-21 15:45:37" ) 27 => array(6) ( "title" => string(61) "Mönchengladbach: Borussia following on their expansion plans" "id" => string(5) "12626" "url" => string(59) "monchengladbach_borussia_following_on_their_expansion_plans" "thumbnail" => string(32) "img/news/2016/04/12626-thumbnail" "lead" => string(160) "This summer Borussia M-gladbach will build a beer garden behind one end. Next is the club hotel with 131 rooms, which will inclu …" "published" => string(19) "2016-04-21 12:14:55" ) 28 => array(6) ( "title" => string(48) "Texas: Rio Grande Valley stadium two months late" "id" => string(5) "12624" "url" => string(47) "texas_rio_grande_valley_stadium_two_months_late" "thumbnail" => string(32) "img/news/2016/04/12624-thumbnail" "lead" => string(198) "It was due to open on April 30, but the latest stadium of USL is behind schedule. Rio Grande Valley will celebrate its first pro …" "published" => string(19) "2016-04-21 10:57:25" ) 29 => array(6) ( "title" => string(51) "Qatar 2022: Hadid’s only stadium to begin growing" "id" => string(5) "12623" "url" => string(47) "qatar_2022_hadids_only_stadium_to_begin_growing" "thumbnail" => string(32) "img/news/2016/04/12623-thumbnail" "lead" => string(174) "Despite her impressive portfolio, Zaha Hadid only managed to design one stadium that will be built. Now we can begin counting do …" "published" => string(19) "2016-04-20 22:21:17" ) 30 => array(6) ( "title" => string(52) "Amsterdam: More details on Ajax’s standing section" "id" => string(5) "12621" "url" => string(48) "amsterdam_more_details_on_ajaxs_standing_section" "thumbnail" => string(32) "img/news/2016/04/12621-thumbnail" "lead" => string(160) "Good news: the pilot standing section will be much larger than we thought. Bad news” Amsterdam ArenA’s capacity won’t grow …" "published" => string(19) "2016-04-20 14:57:55" ) 31 => array(6) ( "title" => string(49) "New design: Nothing changes? Only at first glance" "id" => string(5) "12619" "url" => string(47) "new_design_nothing_changes_only_at_first_glance" "thumbnail" => string(32) "img/news/2016/04/12619-thumbnail" "lead" => string(152) "This stadium is right now receiving an $85 million makeover which will result in it looking… almost unchanged. But that’s ju …" "published" => string(19) "2016-04-20 04:19:30" ) 32 => array(6) ( "title" => string(38) "Moscow: Luzhniki structurally complete" "id" => string(5) "12617" "url" => string(37) "moscow_luzhniki_structurally_complete" "thumbnail" => string(32) "img/news/2016/04/12617-thumbnail" "lead" => string(175) "With only minor works ongoing regarding construction, Russia’s largest stadium is shifting focus to systems and furnishings as …" "published" => string(19) "2016-04-19 20:23:29" ) 33 => array(6) ( "title" => string(47) "London: It’s the final go-ahead for Tottenham" "id" => string(5) "12613" "url" => string(42) "london_its_the_final_goahead_for_tottenham" "thumbnail" => string(32) "img/news/2016/04/12613-thumbnail" "lead" => string(193) "Government passed the design forward, allowing Haringey council to give their final green light to the new 61,000-capacity stadi …" "published" => string(19) "2016-04-18 17:48:26" ) 34 => array(6) ( "title" => string(56) "Minneapolis: Milan and Chelsea to open U.S. Bank Stadium" "id" => string(5) "12610" "url" => string(53) "minneapolis_milan_and_chelsea_to_open_us_bank_stadium" "thumbnail" => string(32) "img/news/2016/04/12610-thumbnail" "lead" => string(189) "While the project is almost complete, we now know the opening events for U.S. Bank Stadium. Ironically, the host team Minnesota …" "published" => string(19) "2016-04-18 16:22:36" ) 35 => array(6) ( "title" => string(42) "New design: The turtle stadium of Tiberias" "id" => string(5) "12607" "url" => string(41) "new_design_the_turtle_stadium_of_tiberias" "thumbnail" => string(32) "img/news/2016/04/12607-thumbnail" "lead" => string(187) "One more proof that small stadiums can be beautiful or at least interesting. This one stands out by its turtle-shell inspiration …" "published" => string(19) "2016-04-17 02:16:33" ) 36 => array(6) ( "title" => string(45) "Sydney: Approved! Revamped ANZ Stadium closer" "id" => string(5) "12605" "url" => string(43) "sydney_approved_revamped_anz_stadium_closer" "thumbnail" => string(32) "img/news/2016/04/12605-thumbnail" "lead" => string(174) "In an unexpected twist authorities approved the complete reconstruction of ANZ Stadium. If delivered, this could indeed be one o …" "published" => string(19) "2016-04-16 21:25:13" ) 37 => array(6) ( "title" => string(59) "Germany: Contractors invited to bid for SC Freiburg stadium" "id" => string(5) "12603" "url" => string(58) "germany_contractors_invited_to_bid_for_sc_freiburg_stadium" "thumbnail" => string(32) "img/news/2016/04/12603-thumbnail" "lead" => string(176) "Qualification stage began for the new 35,000-capacity stadium in Freiburg. In mid-2017 construction should be launched and by la …" "published" => string(19) "2016-04-16 14:20:34" ) 38 => array(6) ( "title" => string(45) "Netherlands: Gelredome is too big for Vitesse" "id" => string(5) "12601" "url" => string(44) "netherlands_gelredome_is_too_big_for_vitesse" "thumbnail" => string(32) "img/news/2016/04/12601-thumbnail" "lead" => string(195) "Having consistently failed to fill the stadium to capacity, Vitesse Arnhem decided to reduce capacity by over 4,000 seats. This …" "published" => string(19) "2016-04-15 22:57:21" ) 39 => array(6) ( "title" => string(42) "London: West Ham’s stadium deal revealed" "id" => string(5) "12598" "url" => string(38) "london_west_hams_stadium_deal_revealed" "thumbnail" => string(32) "img/news/2016/04/12598-thumbnail" "lead" => string(192) "Despite efforts to keep it confidential, the LLDC was forced to publish all contents of the contract which grants West Ham Unite …" "published" => string(19) "2016-04-14 18:48:57" ) 40 => array(6) ( "title" => string(54) "Norway: Sandnes stadium approved by planning committee" "id" => string(5) "12596" "url" => string(53) "norway_sandnes_stadium_approved_by_planning_committee" "thumbnail" => string(32) "img/news/2016/04/12596-thumbnail" "lead" => string(179) "It may be small, but it will also be among Norway’s most interesting stadiums. Now approved by city urban planning committee, …" "published" => string(19) "2016-04-14 15:42:00" ) 41 => array(6) ( "title" => string(48) "Portugal: Policeman charged for assaulting a fan" "id" => string(5) "12594" "url" => string(47) "portugal_policeman_charged_for_assaulting_a_fan" "thumbnail" => string(32) "img/news/2016/04/12594-thumbnail" "lead" => string(182) "You must have seen the video clip from this incident. Now, almost a year after Benfica fan was beaten up and arrested without re …" "published" => string(19) "2016-04-14 11:32:18" ) 42 => array(6) ( "title" => string(47) "New design: Hearts reveal their last grandstand" "id" => string(5) "12592" "url" => string(46) "new_design_hearts_reveal_their_last_grandstand" "thumbnail" => string(32) "img/news/2016/04/12592-thumbnail" "lead" => string(181) "It’s more modest than any previous attempt, but also more likely to end with success. The new east stand is now being consulte …" "published" => string(19) "2016-04-13 16:50:18" ) 43 => array(6) ( "title" => string(39) "Vienna: Chelsea to open Allianz Stadion" "id" => string(5) "12589" "url" => string(38) "vienna_chelsea_to_open_allianz_stadion" "thumbnail" => string(32) "img/news/2016/04/12589-thumbnail" "lead" => string(146) "Rapid Wien confirmed their rival for stadium opening game. Chelsea is coming on July 16 and tickets for Allianz Stadion are actu …" "published" => string(19) "2016-04-13 03:47:48" ) 44 => array(6) ( "title" => string(48) "Amsterdam: Standing section in, illumination out" "id" => string(5) "12585" "url" => string(46) "amsterdam_standing_section_in_illumination_out" "thumbnail" => string(32) "img/news/2016/04/12585-thumbnail" "lead" => string(270) "Ajax Amsterdam confirmed that a new safe standing section will be created at Amsterdam ArenA as part of a pilot program that mig …" "published" => string(19) "2016-04-12 17:28:25" ) 45 => array(6) ( "title" => string(43) "New stadium: Vodafone Arena opened in style" "id" => string(5) "12583" "url" => string(42) "new_stadium_vodafone_arena_opened_in_style" "thumbnail" => string(32) "img/news/2016/04/12583-thumbnail" "lead" => string(175) "The entire neighborhood of Beşiktaş was covered with smoke of flares, while packed stadium celebrated an exciting win over arc …" "published" => string(19) "2016-04-12 07:32:01" ) 46 => array(6) ( "title" => string(38) "New stadiums: Two of a kind from Chile" "id" => string(5) "12579" "url" => string(37) "new_stadiums_two_of_a_kind_from_chile" "thumbnail" => string(32) "img/news/2016/04/12579-thumbnail" "lead" => string(169) "One is actually a Palestinian stadium in Chile, the other is a stadium located beside both a river and an ocean at the same time …" "published" => string(19) "2016-04-11 05:36:13" ) 47 => array(6) ( "title" => string(57) "Berlin: Hertha approve first spending towards new stadium" "id" => string(5) "12577" "url" => string(56) "berlin_hertha_approve_first_spending_towards_new_stadium" "thumbnail" => string(32) "img/news/2016/04/12577-thumbnail" "lead" => string(196) "Hertha officials confirmed the club has commissioned a feasibility study for a new football-specific stadium. Meanwhile a renown …" "published" => string(19) "2016-04-10 22:20:05" ) 48 => array(6) ( "title" => string(40) "Bilbao: San Mamés roof expansion begins" "id" => string(5) "12575" "url" => string(38) "bilbao_san_mames_roof_expansion_begins" "thumbnail" => string(32) "img/news/2016/04/12575-thumbnail" "lead" => string(167) "It may be a brand new stadium, but will already see its first major expansion by August this year. Roof has to grow in order to …" "published" => string(19) "2016-04-10 19:34:00" ) 49 => array(6) ( "title" => string(64) "Italy: Cagliari’s new stadium with (almost) unanimous approval" "id" => string(5) "12573" "url" => string(58) "italy_cagliaris_new_stadium_with_almost_unanimous_approval" "thumbnail" => string(32) "img/news/2016/04/12573-thumbnail" "lead" => string(190) "Cagliari councilors gave no opposition whatsoever to the planned 21,000-capacity stadium. Now the Italian football club and Poli …" "published" => string(19) "2016-04-10 17:33:37" ) 50 => array(6) ( "title" => string(54) "London: Brentford a step closer to Lionel Road stadium" "id" => string(5) "12571" "url" => string(53) "london_brentford_a_step_closer_to_lionel_road_stadium" "thumbnail" => string(32) "img/news/2016/04/12571-thumbnail" "lead" => string(164) "Brentford's compulsory purchase order for the final piece of land for their new Lionel Road site has been approved by the govern …" "published" => string(19) "2016-04-09 20:25:01" ) 51 => array(6) ( "title" => string(58) "Poland: Lech Poznan aiming at Europe’s top 50 attendance" "id" => string(5) "12569" "url" => string(54) "poland_lech_poznan_aiming_at_europes_top_50_attendance" "thumbnail" => string(32) "img/news/2016/04/12569-thumbnail" "lead" => string(195) "While “doing the Poznan” is recognized in many countries, in Poznan itself there’s a different issue being considered. Lec …" "published" => string(19) "2016-04-08 15:50:35" ) 52 => array(6) ( "title" => string(44) "Vienna: Rapid’s great season ticket demand" "id" => string(5) "12565" "url" => string(40) "vienna_rapids_great_season_ticket_demand" "thumbnail" => string(32) "img/news/2016/04/12565-thumbnail" "lead" => string(173) "In just four days of closed presale Rapid managed to sell 10,000 season tickets for their new home. Open sale will begin on Mond …" "published" => string(19) "2016-04-08 02:52:33" ) 53 => array(6) ( "title" => string(45) "Munich: New TSV stadium even after relegation" "id" => string(5) "12563" "url" => string(44) "munich_new_tsv_stadium_even_after_relegation" "thumbnail" => string(32) "img/news/2016/04/12563-thumbnail" "lead" => string(201) "Yet again TSV 1860 are struggling to avoid relegation to the third league. But even if they fail, works on their new stadium wil …" "published" => string(19) "2016-04-08 01:52:18" ) 54 => array(6) ( "title" => string(45) "Romania: Another stadium scandal, now in Cluj" "id" => string(5) "12561" "url" => string(43) "romania_another_stadium_scandal_now_in_cluj" "thumbnail" => string(32) "img/news/2016/04/12561-thumbnail" "lead" => string(158) "Since opening in 2011 Cluj Arena wasn’t paying taxes and is now buried in debt. Romania’s second most modern stadium is unde …" "published" => string(19) "2016-04-07 21:42:10" ) 55 => array(6) ( "title" => string(49) "Washington DC: Here’s the future of RFK Stadium" "id" => string(5) "12559" "url" => string(45) "washington_dc_heres_the_future_of_rfk_stadium" "thumbnail" => string(32) "img/news/2016/04/12559-thumbnail" "lead" => string(202) "It will be 55 years old this October and there’s not much life left for RFK Stadium. The building will be demolished and here …" "published" => string(19) "2016-04-07 14:42:11" ) 56 => array(6) ( "title" => string(48) "Spain: Hotel hanging above the stands in Malaga?" "id" => string(5) "12557" "url" => string(46) "spain_hotel_hanging_above_the_stands_in_malaga" "thumbnail" => string(32) "img/news/2016/04/12557-thumbnail" "lead" => string(187) "Can you imagine 160 rooms hovering above the auditorium? Now you don’t have to, because Grupo BlueBay launched a campaign to b …" "published" => string(19) "2016-04-07 01:29:33" ) 57 => array(6) ( "title" => string(41) "Russia: Sochi stadium suffers major delay" "id" => string(5) "12555" "url" => string(40) "russia_sochi_stadium_suffers_major_delay" "thumbnail" => string(32) "img/news/2016/04/12555-thumbnail" "lead" => string(154) "We won’t see reopening of the Sochi Olympic Stadium earlier than in March of 2017. Meanwhile, the stadium was due for delivery …" "published" => string(19) "2016-04-06 20:50:12" ) 58 => array(6) ( "title" => string(63) "Hungary: Old ground in Szombathely removed, new one coming soon" "id" => string(5) "12551" "url" => string(61) "hungary_old_ground_in_szombathely_removed_new_one_coming_soon" "thumbnail" => string(32) "img/news/2016/04/12551-thumbnail" "lead" => string(174) "In two months the old Haladás Stadion was completely demolished, while its successor will begin to grow next week. In just 15 m …" "published" => string(19) "2016-04-06 04:24:53" ) 59 => array(6) ( "title" => string(68) "New stadium and design: The present and future of Accrington Stanley" "id" => string(5) "12549" "url" => string(67) "new_stadium_and_design_the_present_and_future_of_accrington_stanley" "thumbnail" => string(32) "img/news/2016/04/12549-thumbnail" "lead" => string(165) "They call themselves “the club that wouldn’t die” and the latest plan to add a new stand is great proof that they aren’t …" "published" => string(19) "2016-04-06 03:40:32" ) 60 => array(6) ( "title" => string(40) "New design: One game-changing grandstand" "id" => string(5) "12547" "url" => string(38) "new_design_one_gamechanging_grandstand" "thumbnail" => string(32) "img/news/2016/04/12547-thumbnail" "lead" => string(198) "It’s a minor town with a 4th league club. And yet they will put some Polish cities to shame with their main sporting centre, e …" "published" => string(19) "2016-04-05 22:33:55" ) 61 => array(6) ( "title" => string(45) "Buenos Aires: Bombonera’s fate seems sealed" "id" => string(5) "12544" "url" => string(41) "buenos_aires_bomboneras_fate_seems_sealed" "thumbnail" => string(32) "img/news/2016/04/12544-thumbnail" "lead" => string(201) "While many fans won’t get over it soon, there’s no way of staying and prospering at La Bombonera for Boca Juniors. The Argen …" "published" => string(19) "2016-04-05 05:22:10" ) 62 => array(6) ( "title" => string(37) "Mexico: Azteca to lose capacity again" "id" => string(5) "12542" "url" => string(36) "mexico_azteca_to_lose_capacity_again" "thumbnail" => string(32) "img/news/2016/04/12542-thumbnail" "lead" => string(164) "No longer 107,000, not even 100,000 or 90,000. The new capacity of Estadio Azteca will fall behind Wembley with 87,000. Instead, …" "published" => string(19) "2016-04-04 18:55:49" ) 63 => array(6) ( "title" => string(51) "Manchester: Sir Bobby got his stand at Old Trafford" "id" => string(5) "12539" "url" => string(50) "manchester_sir_bobby_got_his_stand_at_old_trafford" "thumbnail" => string(32) "img/news/2016/04/12539-thumbnail" "lead" => string(151) "From yesterday onwards, the south stand at Old Trafford will be named Sir Bobby Charlton Stand, honouring the man who played ove …" "published" => string(19) "2016-04-04 11:46:01" ) 64 => array(6) ( "title" => string(45) "Wales: Supporters take over at the Racecourse" "id" => string(5) "12536" "url" => string(44) "wales_supporters_take_over_at_the_racecourse" "thumbnail" => string(32) "img/news/2016/04/12536-thumbnail" "lead" => string(157) "Arguably the world’s oldest stadium is now in possibly the safest hands it could be. For the next 99 years it will be managed …" "published" => string(19) "2016-04-03 14:49:29" ) 65 => array(6) ( "title" => string(48) "Athens: Major hurdle cleared for new AEK stadium" "id" => string(5) "12534" "url" => string(47) "athens_major_hurdle_cleared_for_new_aek_stadium" "thumbnail" => string(32) "img/news/2016/04/12534-thumbnail" "lead" => string(215) "The Environment Ministry has given the green light for the construction of AEK’s new soccer stadium at Nea Philadelphia in nor …" "published" => string(19) "2016-04-02 18:23:46" ) 66 => array(6) ( "title" => string(49) "New design: Sydney Olympic stadium not so Olympic" "id" => string(5) "12532" "url" => string(48) "new_design_sydney_olympic_stadium_not_so_olympic" "thumbnail" => string(32) "img/news/2016/04/12532-thumbnail" "lead" => string(206) "The future of Sydney’s major stadiums is still unsettled as negotiations enter what seems to be the last phase. Here’s the l …" "published" => string(19) "2016-04-02 17:28:11" ) 67 => array(6) ( "title" => string(52) "Russia 2018: First piece of Samara dome put in place" "id" => string(5) "12529" "url" => string(51) "russia_2018_first_piece_of_samara_dome_put_in_place" "thumbnail" => string(32) "img/news/2016/04/12529-thumbnail" "lead" => string(151) "This will be one of the most futuristic stadiums in Russia, rightly nicknamed Cosmos Arena. Yesterday the mounting of first 134- …" "published" => string(19) "2016-04-01 20:56:28" ) 68 => array(6) ( "title" => string(46) "New construction: Express delivery in Mechelen" "id" => string(5) "12526" "url" => string(45) "new_construction_express_delivery_in_mechelen" "thumbnail" => string(32) "img/news/2016/04/12526-thumbnail" "lead" => string(209) "While many fans still see it as their good old Achter de Kazerne, the stadium in Mechelen is changing. And changing faster than …" "published" => string(19) "2016-04-01 05:16:59" ) 69 => array(6) ( "title" => string(48) "New stadium & design: Rising stars from Virginia" "id" => string(5) "12524" "url" => string(45) "new_stadium_design_rising_stars_from_virginia" "thumbnail" => string(32) "img/news/2016/04/12524-thumbnail" "lead" => string(164) "The Monarchs football team was launched in 2009 and already reached the top NCAA conference, selling out constantly. Now it’s …" "published" => string(19) "2016-04-01 04:13:11" ) ) "debug" => string(0) "" "year" => string(4) "2016" "month" => string(2) "05" "url" => NULL ) }
"breadcrumbs" => array(3) ( 0 => array(2) ( 0 => string(4) "news" 1 => string(4) "News" ) 1 => array(2) ( 0 => string(9) "news/2016" 1 => string(4) "2016" ) 2 => array(2) ( 0 => string(12) "news/2016/04" 1 => string(5) "April" ) ) "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(16) "News: April 2016" )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)
0
string(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;