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(62) ( 0 => array(6) ( "title" => string(65) "Chicago: Developer hopes to lure Amazon with promise of a stadium" "id" => string(5) "15109" "url" => string(64) "chicago_developer_hopes_to_lure_amazon_with_promise_of_a_stadium" "thumbnail" => string(32) "img/news/2017/10/15109-thumbnail" "lead" => string(210) "Chicago-based developer Sterling Bay proposes a stadium within new Amazon campus. The concept is part of Chicago's bidding for A …" "published" => string(19) "2017-10-31 23:37:48" ) 1 => array(6) ( "title" => string(45) "Stadium secrets & future predictions revealed" "id" => string(5) "15108" "url" => string(43) "stadium_secrets_future_predictions_revealed" "thumbnail" => string(32) "img/news/2017/10/15108-thumbnail" "lead" => string(210) "There will always be stadium fans, but owners and managers face significant challenges to overcome the following pitfalls and ad …" "published" => string(19) "2017-10-31 17:26:52" ) 2 => array(6) ( "title" => string(55) "Fascinating facts about stadiums that you didn’t know" "id" => string(5) "15107" "url" => string(52) "fascinating_facts_about_stadiums_that_you_didnt_know" "thumbnail" => string(32) "img/news/2017/10/15107-thumbnail" "lead" => string(174) "You probably know these stadia, but there are still facts about some of the most famous grounds that very few of you might know. …" "published" => string(19) "2017-10-31 17:10:45" ) 3 => array(6) ( "title" => string(48) "Budapest: Storm Herwart didn't spare MTK stadium" "id" => string(5) "15106" "url" => string(46) "budapest_storm_herwart_didnt_spare_mtk_stadium" "thumbnail" => string(32) "img/news/2017/10/15106-thumbnail" "lead" => string(209) "It's the third strong storm in October that brings stadium-related news. This time the modern MTK stadium in Budapest had part o …" "published" => string(19) "2017-10-31 15:33:20" ) 4 => array(6) ( "title" => string(68) "Saudi Arabia: Women to be (somewhat) allowed into stadiums from 2018" "id" => string(5) "15104" "url" => string(65) "saudi_arabia_women_to_be_somewhat_allowed_into_stadiums_from_2018" "thumbnail" => string(32) "img/news/2017/10/15104-thumbnail" "lead" => string(177) "It's a historic step but let's not get overexcited. Saudi Arabia will remain one of the worst countries in terms of women's righ …" "published" => string(19) "2017-10-30 20:51:47" ) 5 => array(6) ( "title" => string(52) "Germany: New stadium in Darmstadt by the end of 2020" "id" => string(5) "15102" "url" => string(51) "germany_new_stadium_in_darmstadt_by_the_end_of_2020" "thumbnail" => string(32) "img/news/2017/10/15102-thumbnail" "lead" => string(165) "After failed attempt to relocate now SV Darmstadt 98 are ready to rebuild their stadium entirely. By the end of 2020 no piece of …" "published" => string(19) "2017-10-29 23:08:47" ) 6 => array(6) ( "title" => string(41) "San Diego: 1904 FC announce stadium plans" "id" => string(5) "15100" "url" => string(40) "san_diego_1904_fc_announce_stadium_plans" "thumbnail" => string(32) "img/news/2017/10/15100-thumbnail" "lead" => string(194) "You may have not heard of the team despite its seemingly-historic name. No wonder, they're brand new and plan growing steadily. …" "published" => string(19) "2017-10-29 14:10:22" ) 7 => array(6) ( "title" => string(48) "Belgium: Club Brugge again closer to new stadium" "id" => string(5) "15098" "url" => string(47) "belgium_club_brugge_again_closer_to_new_stadium" "thumbnail" => string(32) "img/news/2017/10/15098-thumbnail" "lead" => string(165) "The Flemish Government has today approved the new Brugge urban area plan. It paves the way for Club Brugge's 40,000-capacity new …" "published" => string(19) "2017-10-27 20:53:31" ) 8 => array(6) ( "title" => string(64) "Izmir: Alsancak Stadium under construction, though issues remain" "id" => string(5) "15095" "url" => string(62) "izmir_alsancak_stadium_under_construction_though_issues_remain" "thumbnail" => string(32) "img/news/2017/10/15095-thumbnail" "lead" => string(186) "After 3 years of impasse the iconic football ground is finally under construction. But there's still conflict between central an …" "published" => string(19) "2017-10-26 17:06:37" ) 9 => array(6) ( "title" => string(41) "Sevilla: Betis renegotiating stadium loan" "id" => string(5) "15093" "url" => string(40) "sevilla_betis_renegotiating_stadium_loan" "thumbnail" => string(32) "img/news/2017/10/15093-thumbnail" "lead" => string(166) "They were due to repay it within two years from construction delivery, now Betis want to get 5 more years. This way the new sout …" "published" => string(19) "2017-10-25 21:22:19" ) 10 => array(6) ( "title" => string(44) "Italy: Bari set to rebuild Stadio San Nicola" "id" => string(5) "15091" "url" => string(43) "italy_bari_set_to_rebuild_stadio_san_nicola" "thumbnail" => string(32) "img/news/2017/10/15091-thumbnail" "lead" => string(209) "After years of gradual deterioration the monumental Copa 90 stadium is expected to be completely redeveloped. By 2022 it should …" "published" => string(19) "2017-10-25 01:10:16" ) 11 => array(6) ( "title" => string(54) "Washington, D.C.: RFK Stadium sees end of MLS football" "id" => string(5) "15089" "url" => string(50) "washington_dc_rfk_stadium_sees_end_of_mls_football" "thumbnail" => string(32) "img/news/2017/10/15089-thumbnail" "lead" => string(149) "On October 22 the Robert F. Kennedy Memorial Stadium saw its very last football game. After Redskins, now it's time for DC Unite …" "published" => string(19) "2017-10-24 17:56:58" ) 12 => array(6) ( "title" => string(50) "Brooks High School with its new $3 million stadium" "id" => string(5) "15088" "url" => string(49) "brooks_high_school_with_its_new_3_million_stadium" "thumbnail" => string(32) "img/news/2017/10/15088-thumbnail" "lead" => string(164) "Rival high schools will be playing their first football game at the new Brooks high school which has constructed its new $3 mill …" "published" => string(19) "2017-10-24 16:21:45" ) 13 => array(6) ( "title" => string(48) "England: Tottenham set new Premier League record" "id" => string(5) "15087" "url" => string(47) "england_tottenham_set_new_premier_league_record" "thumbnail" => string(32) "img/news/2017/10/15087-thumbnail" "lead" => string(228) "It wasn't until their fifth game at Wembley that Tottenham Hotspur managed to break the ceiling and set new Premier League atten …" "published" => string(19) "2017-10-23 19:48:01" ) 14 => array(6) ( "title" => string(46) "Poland: Is this the best new speedway stadium?" "id" => string(5) "15085" "url" => string(44) "poland_is_this_the_best_new_speedway_stadium" "thumbnail" => string(32) "img/news/2017/10/15085-thumbnail" "lead" => string(193) "It could just be the only country where a multi-use stadium could lose the football use to provide better condition for motorcyc …" "published" => string(19) "2017-10-23 04:16:54" ) 15 => array(6) ( "title" => string(37) "Italy: That's some temporary stadium!" "id" => string(5) "15083" "url" => string(34) "italy_thats_some_temporary_stadium" "thumbnail" => string(32) "img/news/2017/10/15083-thumbnail" "lead" => string(181) "Vast majority of its auditorium is modular and tubular. And yet it's one of Italy's most modern stadia and not just because of t …" "published" => string(19) "2017-10-23 02:00:45" ) 16 => array(6) ( "title" => string(75) "London: Mayor impatient over delayed report into London Stadium excess cost" "id" => string(5) "15081" "url" => string(74) "london_mayor_impatient_over_delayed_report_into_london_stadium_excess_cost" "thumbnail" => string(32) "img/news/2017/10/15081-thumbnail" "lead" => string(130) "Sadiq Khan has voiced his upset after the findings of an inquiry into the London Stadium’s finances were delayed by four month …" "published" => string(19) "2017-10-20 21:41:57" ) 17 => array(6) ( "title" => string(49) "Las Vegas: Raiders to break ground on November 13" "id" => string(5) "15080" "url" => string(48) "las_vegas_raiders_to_break_ground_on_november_13" "thumbnail" => string(32) "img/news/2017/10/15080-thumbnail" "lead" => string(168) "Though unofficial, this information seems very credible as a labour union reveals official groundbreaking date of the world's se …" "published" => string(19) "2017-10-20 18:04:39" ) 18 => array(6) ( "title" => string(58) "StadiumDB Newsletter: Issue 31 – From Ecuador to Hungary" "id" => string(5) "15078" "url" => string(53) "stadiumdb_newsletter_issue_31_from_ecuador_to_hungary" "thumbnail" => string(32) "img/news/2017/10/15078-thumbnail" "lead" => string(280) "You won't guess which piece of news was the most popular among you, the readers, last week. But surprises aside, there was quite …" "published" => string(19) "2017-10-20 14:45:14" ) 19 => array(6) ( "title" => string(61) "Rome: Roma delivers missing documents to push stadium forward" "id" => string(5) "15077" "url" => string(60) "rome_roma_delivers_missing_documents_to_push_stadium_forward" "thumbnail" => string(32) "img/news/2017/10/15077-thumbnail" "lead" => string(201) "The football club met all deadlines indicated by officials, providing them with all additional documentation required by the Con …" "published" => string(19) "2017-10-20 13:49:13" ) 20 => array(6) ( "title" => string(33) "The Top 3 Premier League Stadiums" "id" => string(5) "15076" "url" => string(33) "the_top_3_premier_league_stadiums" "thumbnail" => string(32) "img/news/2017/10/15076-thumbnail" "lead" => string(210) "Many people see the English Premier League as the stand-out league in world football. The fact that England was indeed the birth …" "published" => string(19) "2017-10-20 13:39:30" ) 21 => array(6) ( "title" => string(56) "Netherlands: Breda selling stadium but not to local club" "id" => string(5) "15074" "url" => string(55) "netherlands_breda_selling_stadium_but_not_to_local_club" "thumbnail" => string(32) "img/news/2017/10/15074-thumbnail" "lead" => string(176) "The city of Breda decided to open the bidding for Rat Verlegh Stadion. The big issue is that NAC Breda cannot afford the transac …" "published" => string(19) "2017-10-19 15:54:13" ) 22 => array(6) ( "title" => string(51) "England: Hotel at Mansfield stadium still possible?" "id" => string(5) "15071" "url" => string(49) "england_hotel_at_mansfield_stadium_still_possible" "thumbnail" => string(32) "img/news/2017/10/15071-thumbnail" "lead" => string(172) "While we only found out about the plan now, it's already quite uncertain. But the hotel at Mansfield Town stadium might still ha …" "published" => string(19) "2017-10-19 05:33:57" ) 23 => array(6) ( "title" => string(58) "Atlanta: Mercedes-Benz Stadium deal allows to avoid taxes?" "id" => string(5) "15070" "url" => string(55) "atlanta_mercedesbenz_stadium_deal_allows_to_avoid_taxes" "thumbnail" => string(32) "img/news/2017/10/15070-thumbnail" "lead" => string(198) "It may be one of the most stunning stadiums ever built, but the contract allows Falcons owner and billionaire not to pay some $2 …" "published" => string(19) "2017-10-19 05:17:00" ) 24 => array(6) ( "title" => string(47) "Italy: Genoa mayor invites clubs to buy stadium" "id" => string(5) "15068" "url" => string(46) "italy_genoa_mayor_invites_clubs_to_buy_stadium" "thumbnail" => string(32) "img/news/2017/10/15068-thumbnail" "lead" => string(175) "If Atalanta could, why can't Sampdoria and Genoa? Mayor invites both clubs to create a joint-venture and take over at Marassi, t …" "published" => string(19) "2017-10-18 20:53:20" ) 25 => array(6) ( "title" => string(33) "Top 3 rugby stadiums in Australia" "id" => string(5) "15066" "url" => string(33) "top_3_rugby_stadiums_in_australia" "thumbnail" => string(32) "img/news/2017/10/15066-thumbnail" "lead" => string(137) "Even though there have been concerns over recent times over rugby on the whole in Australia, it still remains a moderately popul …" "published" => string(19) "2017-10-18 18:55:13" ) 26 => array(6) ( "title" => string(44) "StadiumDB comment: He's breaking up the Crew" "id" => string(5) "15065" "url" => string(42) "stadiumdb_comment_hes_breaking_up_the_crew" "thumbnail" => string(32) "img/news/2017/10/15065-thumbnail" "lead" => string(190) "They're among the oldest MLS clubs with first ever football-specific stadium in the US. Now that their shameless owner suggests …" "published" => string(19) "2017-10-17 20:55:18" ) 27 => array(6) ( "title" => string(71) "England: They made it, crowdfunding for safe standing section complete!" "id" => string(5) "15064" "url" => string(68) "england_they_made_it_crowdfunding_for_safe_standing_section_complete" "thumbnail" => string(32) "img/news/2017/10/15064-thumbnail" "lead" => string(219) "One day before the final deadline they made it. The “Make Safe Standing Happen” campaign now has all the funding needed to i …" "published" => string(19) "2017-10-17 15:05:28" ) 28 => array(6) ( "title" => string(55) "Brussels: National stadium could be downsized to 40,000" "id" => string(5) "15062" "url" => string(53) "brussels_national_stadium_could_be_downsized_to_40000" "thumbnail" => string(32) "img/news/2017/10/15062-thumbnail" "lead" => string(160) "Ghelamco revealed their plan to accommodate Anderlecht's wishes by reducing capacity after Euro 2020. The simplified design shou …" "published" => string(19) "2017-10-17 13:23:27" ) 29 => array(6) ( "title" => string(59) "The top three most beautiful football stadiums in the world" "id" => string(5) "15060" "url" => string(59) "the_top_three_most_beautiful_football_stadiums_in_the_world" "thumbnail" => string(32) "img/news/2017/10/15060-thumbnail" "lead" => string(360) "As building and design tools become ever more advanced, the boundary between architecture and art is becoming increasingly blurr …" "published" => string(19) "2017-10-17 11:55:23" ) 30 => array(6) ( "title" => string(47) "Ireland: Hurricane tears roof at Turners Cross " "id" => string(5) "15059" "url" => string(45) "ireland_hurricane_tears_roof_at_turners_cross" "thumbnail" => string(32) "img/news/2017/10/15059-thumbnail" "lead" => string(183) "Ophelia brought distress in Ireland, where high winds caused significant damage and one confirmed casualty. One of the outcomes …" "published" => string(19) "2017-10-16 18:05:15" ) 31 => array(6) ( "title" => string(52) "Hungary: Haladás Sports complex to open in November" "id" => string(5) "15057" "url" => string(50) "hungary_haladas_sports_complex_to_open_in_november" "thumbnail" => string(32) "img/news/2017/10/15057-thumbnail" "lead" => string(143) "Hungary's latest stadium and indoor hall are officially complete. The complex will be first shown to all citizens of Szombathely …" "published" => string(19) "2017-10-16 16:52:11" ) 32 => array(6) ( "title" => string(52) "Miami: Score for Beckham, but time still running out" "id" => string(5) "15055" "url" => string(50) "miami_score_for_beckham_but_time_still_running_out" "thumbnail" => string(32) "img/news/2017/10/15055-thumbnail" "lead" => string(216) "Miami-Dade District Court dismissed the lawsuit by rich activist who wanted to stop David Beckham's MLS stadium from getting bui …" "published" => string(19) "2017-10-16 12:53:22" ) 33 => array(6) ( "title" => string(50) "Nuremberg: What future awaits Max-Morlock-Stadion?" "id" => string(5) "15054" "url" => string(46) "nuremberg_what_future_awaits_maxmorlockstadion" "thumbnail" => string(32) "img/news/2017/10/15054-thumbnail" "lead" => string(190) "If it remains a municipal stadium, taxpayers will have to put forward €1.8 million every year for repairs and operation. Is it …" "published" => string(19) "2017-10-16 01:01:03" ) 34 => array(6) ( "title" => string(44) "Senegal: China to renovate four major stadia" "id" => string(5) "15052" "url" => string(43) "senegal_china_to_renovate_four_major_stadia" "thumbnail" => string(32) "img/news/2017/10/15052-thumbnail" "lead" => string(174) "Following meetings earlier this week Chinese authorities will run a large renovation project for several Senegalese stadiums, mo …" "published" => string(19) "2017-10-15 22:41:58" ) 35 => array(6) ( "title" => string(43) "Berlin: Two studies into options for Hertha" "id" => string(5) "15050" "url" => string(42) "berlin_two_studies_into_options_for_hertha" "thumbnail" => string(32) "img/news/2017/10/15050-thumbnail" "lead" => string(212) "Hertha Berlin commissioned a feasibility study into possible stadium beside their current home. Meanwhile, the senate of Berlin …" "published" => string(19) "2017-10-15 16:10:38" ) 36 => array(6) ( "title" => string(65) "Ecuador: Barcelona to have a shopping center built beside stadium" "id" => string(5) "15047" "url" => string(64) "ecuador_barcelona_to_have_a_shopping_center_built_beside_stadium" "thumbnail" => string(32) "img/news/2017/10/15047-thumbnail" "lead" => string(156) "With 80% of revenue going to the club, this new development is expected to stabilise Barcelona's finances and allow gradual upgr …" "published" => string(19) "2017-10-13 23:58:21" ) 37 => array(6) ( "title" => string(56) "England: Work on York Community Stadium to commence soon" "id" => string(5) "15046" "url" => string(55) "england_work_on_york_community_stadium_to_commence_soon" "thumbnail" => string(32) "img/news/2017/10/15046-thumbnail" "lead" => string(174) "Construction is likely to start soon as new contractor has been appointed to deliver the 8,000-capacity stadium. Buckingham Grou …" "published" => string(19) "2017-10-13 20:31:04" ) 38 => array(6) ( "title" => string(63) "England: Southport FC to expand stadium before building new one" "id" => string(5) "15044" "url" => string(62) "england_southport_fc_to_expand_stadium_before_building_new_one" "thumbnail" => string(32) "img/news/2017/10/15044-thumbnail" "lead" => string(207) "In order to generate more revenue and improve the club's standing, Southport FC will upgrade existing main stand and build a new …" "published" => string(19) "2017-10-12 19:53:09" ) 39 => array(6) ( "title" => string(72) "StadiumDB Newsletter: Issue 30 – From Valencia to Wolfsburg and beyond" "id" => string(5) "15043" "url" => string(67) "stadiumdb_newsletter_issue_30_from_valencia_to_wolfsburg_and_beyond" "thumbnail" => string(32) "img/news/2017/10/15043-thumbnail" "lead" => string(244) "It's still hard to believe that new Mestalla is about to get back on track. That's why it made our biggest headlines last week. …" "published" => string(19) "2017-10-12 19:26:38" ) 40 => array(6) ( "title" => string(48) "Valencia: New Mestalla could reach 65,000 seats!" "id" => string(5) "15042" "url" => string(45) "valencia_new_mestalla_could_reach_65000_seats" "thumbnail" => string(32) "img/news/2017/10/15042-thumbnail" "lead" => string(199) "While it's still being approached as a 55,000-seater, the new stadium of Valencia CF could end up holding 65,000 people as soon …" "published" => string(19) "2017-10-11 22:07:50" ) 41 => array(6) ( "title" => string(53) "Cincinnati: No new stadium, sharing with NFL instead?" "id" => string(5) "15040" "url" => string(50) "cincinnati_no_new_stadium_sharing_with_nfl_instead" "thumbnail" => string(32) "img/news/2017/10/15040-thumbnail" "lead" => string(197) "FC Cincinnati asked the county to split their new stadium cost 50/50. Except the county commissioners seem unkeen to do that. In …" "published" => string(19) "2017-10-11 20:28:21" ) 42 => array(6) ( "title" => string(63) "Tokyo: Olympic Stadium worker committed suicide due to overwork" "id" => string(5) "15038" "url" => string(62) "tokyo_olympic_stadium_worker_committed_suicide_due_to_overwork" "thumbnail" => string(32) "img/news/2017/10/15038-thumbnail" "lead" => string(153) "Though the tragedy occurred in March, only now we have confirmation that 23-year-old worker's suicide was caused by extreme over …" "published" => string(19) "2017-10-11 04:10:09" ) 43 => array(6) ( "title" => string(48) "Naples: Napoli to build a small private stadium?" "id" => string(5) "15036" "url" => string(46) "naples_napoli_to_build_a_small_private_stadium" "thumbnail" => string(32) "img/news/2017/10/15036-thumbnail" "lead" => string(222) "It's as tense as we normally see in the world of football. Napoli chairman bashed local authorities in Naples and announced he w …" "published" => string(19) "2017-10-10 20:59:18" ) 44 => array(6) ( "title" => string(56) "Oslo: Vålerenga stadium gets 10-year naming rights deal" "id" => string(5) "15034" "url" => string(53) "oslo_valerenga_stadium_gets_10year_naming_rights_deal" "thumbnail" => string(32) "img/news/2017/10/15034-thumbnail" "lead" => string(156) "Opened just last month, the new stadium of Oslo's biggest club has now received its first naming contract and already a long-ter …" "published" => string(19) "2017-10-10 01:38:30" ) 45 => array(6) ( "title" => string(59) "Texas: $1-billion superstadium with... sun blinding players" "id" => string(5) "15033" "url" => string(53) "texas_1billion_superstadium_with_sun_blinding_players" "thumbnail" => string(32) "img/news/2017/10/15033-thumbnail" "lead" => string(194) "“Blinded by the light” isn't just a song title, it's also the recurring theme at AT&T Stadium. Despite over $1 billion spent …" "published" => string(19) "2017-10-10 01:08:47" ) 46 => array(6) ( "title" => string(52) "Nigeria: Authorities play down poor crowd management" "id" => string(5) "15031" "url" => string(51) "nigeria_authorities_play_down_poor_crowd_management" "thumbnail" => string(32) "img/news/2017/10/15031-thumbnail" "lead" => string(210) "Initial report suggested up to 5 people could have been killed in stampede at Nigeria's most modern stadium. No casualties were …" "published" => string(19) "2017-10-09 16:08:41" ) 47 => array(6) ( "title" => string(43) "Stadium Blackjack – Facts you should know" "id" => string(5) "15029" "url" => string(39) "stadium_blackjack_facts_you_should_know" "thumbnail" => string(32) "img/news/2017/10/15029-thumbnail" "lead" => string(204) "Picture a sight of 44 different electronic player terminals laid out in a stadium-like pattern, inside a casino! There’s a sin …" "published" => string(19) "2017-10-09 14:22:00" ) 48 => array(6) ( "title" => string(56) "Wolfsburg: See Volkswagen Arena roof dance with the wind" "id" => string(5) "15028" "url" => string(55) "wolfsburg_see_volkswagen_arena_roof_dance_with_the_wind" "thumbnail" => string(32) "img/news/2017/10/15028-thumbnail" "lead" => string(225) "Storm Xavier left rubble across Northern and Eastern Europe, culminating in Germany. And yet Volkswagen Arena's roof remains int …" "published" => string(19) "2017-10-07 06:22:19" ) 49 => array(6) ( "title" => string(59) "Qatar 2022: First prefabs of Zaha Hadid's dome are in place" "id" => string(5) "15025" "url" => string(57) "qatar_2022_first_prefabs_of_zaha_hadids_dome_are_in_place" "thumbnail" => string(32) "img/news/2017/10/15025-thumbnail" "lead" => string(220) "Each of them weighs 540 tons and will give support to one-of-a-kind dome hovering above 40,000 fans during the World Cup. Likene …" "published" => string(19) "2017-10-07 04:06:57" ) 50 => array(6) ( "title" => string(47) "London: Chelsea to double revenue at new Bridge" "id" => string(5) "15023" "url" => string(46) "london_chelsea_to_double_revenue_at_new_bridge" "thumbnail" => string(32) "img/news/2017/10/15023-thumbnail" "lead" => string(209) "Chelsea are barely 4th in terms of revenue according to Deloitte but their new commercial director wants to double revenue, prom …" "published" => string(19) "2017-10-07 02:34:23" ) 51 => array(6) ( "title" => string(47) "Valencia: Smaller and more slender new Mestalla" "id" => string(5) "15021" "url" => string(46) "valencia_smaller_and_more_slender_new_mestalla" "thumbnail" => string(32) "img/news/2017/10/15021-thumbnail" "lead" => string(212) "Though the stadium will lose roughly 20,000 seats compared to the original design, we dare to say it will look better than initi …" "published" => string(19) "2017-10-06 19:44:08" ) 52 => array(6) ( "title" => string(51) "Russia 2018: Fire erupts at Nizhny Novgorod stadium" "id" => string(5) "15019" "url" => string(50) "russia_2018_fire_erupts_at_nizhny_novgorod_stadium" "thumbnail" => string(32) "img/news/2017/10/15019-thumbnail" "lead" => string(186) "It looked really seriously as clouds of black smoke dominated Nizhny Novgorod's skyline. Thankfully, the fire is now extinguishe …" "published" => string(19) "2017-10-05 19:30:53" ) 53 => array(6) ( "title" => string(35) "Africa: 2038 World Cup in... Ghana?" "id" => string(5) "15017" "url" => string(30) "africa_2038_world_cup_in_ghana" "thumbnail" => string(32) "img/news/2017/10/15017-thumbnail" "lead" => string(198) "The tournament is two decades away but Ghana already have an eye on hosting rights of their first FIFA tournament. This impressi …" "published" => string(19) "2017-10-04 22:11:47" ) 54 => array(6) ( "title" => string(50) "Milan: Inter and Milan agree to invest in San Siro" "id" => string(5) "15015" "url" => string(49) "milan_inter_and_milan_agree_to_invest_in_san_siro" "thumbnail" => string(32) "img/news/2017/10/15015-thumbnail" "lead" => string(163) "Though their stadium is Italy's largest, Milan's derby rivals fall behind in revenue. To boost their profile both AC Milan and I …" "published" => string(19) "2017-10-04 14:36:56" ) 55 => array(6) ( "title" => string(51) "StadiumDB Newsletter: Issue 29 - all about Chorzów" "id" => string(5) "15013" "url" => string(47) "stadiumdb_newsletter_issue_29_all_about_chorzow" "thumbnail" => string(32) "img/news/2017/10/15013-thumbnail" "lead" => string(210) "With 100,000 visitors in one day, surely Stadion Śląski is last week's hero. What else? Find the most important last week's he …" "published" => string(19) "2017-10-04 04:58:39" ) 56 => array(6) ( "title" => string(46) "Spain: Valencia announce construction restart!" "id" => string(5) "15012" "url" => string(44) "spain_valencia_announce_construction_restart" "thumbnail" => string(32) "img/news/2017/10/15012-thumbnail" "lead" => string(157) "FINALLY! After 8.5 years of standstill Valencia CF has today announced restart of construction at Nou Mestalla. The new stadium …" "published" => string(19) "2017-10-03 21:07:42" ) 57 => array(6) ( "title" => string(51) "England: Bolton fans await stadium listing decision" "id" => string(5) "15010" "url" => string(50) "england_bolton_fans_await_stadium_listing_decision" "thumbnail" => string(32) "img/news/2017/10/15010-thumbnail" "lead" => string(191) "They managed to protect Macron Stadium from being sold without notice but their efforts are opposed by Bolton Wanderers. Now bot …" "published" => string(19) "2017-10-03 19:11:55" ) 58 => array(6) ( "title" => string(45) "Poland: “Cauldron of witches” alive again" "id" => string(5) "15008" "url" => string(38) "poland_cauldron_of_witches_alive_again" "thumbnail" => string(32) "img/news/2017/10/15008-thumbnail" "lead" => string(167) "After over two decades of gradual reconstruction it's finally ready. And Stadion Śląski drew massive crowds of almost 100,000 …" "published" => string(19) "2017-10-02 05:30:53" ) 59 => array(6) ( "title" => string(53) "France: Ligue 1 game cancelled after serious accident" "id" => string(5) "15006" "url" => string(52) "france_ligue_1_game_cancelled_after_serious_accident" "thumbnail" => string(32) "img/news/2017/10/15006-thumbnail" "lead" => string(177) "All it took was a goal celebration to take down a barrier between players and fans in the away section. Dozens of people fell, r …" "published" => string(19) "2017-10-01 03:57:48" ) 60 => array(6) ( "title" => string(45) "Glasgow: Celtic's hotel given the green light" "id" => string(5) "15004" "url" => string(43) "glasgow_celtics_hotel_given_the_green_light" "thumbnail" => string(32) "img/news/2017/10/15004-thumbnail" "lead" => string(165) "£18-million development beside Celtic Park has been given the go-ahead from Glasgow City Council and with no objections filed, …" "published" => string(19) "2017-10-01 03:17:58" ) 61 => array(6) ( "title" => string(41) "New design: If MLS comes to Music City..." "id" => string(5) "15002" "url" => string(37) "new_design_if_mls_comes_to_music_city" "thumbnail" => string(32) "img/news/2017/09/15002-thumbnail" "lead" => string(195) "Football (we mean soccer) and football (the other one) could be played here at Nashville's fairgrounds if the city is awarded an …" "published" => string(19) "2017-10-01 01:52:57" ) ) "debug" => string(0) "" "year" => string(4) "2017" "month" => integer 11 "url" => NULL ) }
"breadcrumbs" => array(3) ( 0 => array(2) ( 0 => string(4) "news" 1 => string(4) "News" ) 1 => array(2) ( 0 => string(9) "news/2017" 1 => string(4) "2017" ) 2 => array(2) ( 0 => string(12) "news/2017/10" 1 => string(7) "October" ) ) "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(18) "News: October 2017" )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;