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(23) "Recap: Best of 2013 (2)" "id" => string(4) "8286" "url" => string(20) "recap_best_of_2013_2" "thumbnail" => string(31) "img/news/2013/12/8286-thumbnail" "lead" => string(194) "There’s been so much going on that selecting 10 most interesting and positive things isn’t easy, if possible at all. Here’ …" "published" => string(19) "2013-12-31 21:53:59" ) 1 => array(6) ( "title" => string(24) "Recap: Worst of 2013 (1)" "id" => string(4) "8284" "url" => string(21) "2013_recap_worst_of_1" "thumbnail" => string(31) "img/news/2013/12/8284-thumbnail" "lead" => string(177) "We decided to browse through all the events over the past 12 months and here’s the list of 10 things we definitely won’t mis …" "published" => string(19) "2013-12-31 19:32:35" ) 2 => array(6) ( "title" => string(44) "Tokyo: 1964 Olympic cauldron to be preserved" "id" => string(4) "8279" "url" => string(43) "tokyo_1964_olympic_cauldron_to_be_preserved" "thumbnail" => string(31) "img/news/2013/12/8279-thumbnail" "lead" => string(182) "After numerous appeals Japanese authorities assured that the 1964 Olympic cauldron will be kept at the new stadium, planned ahea …" "published" => string(19) "2013-12-30 16:03:24" ) 3 => array(6) ( "title" => string(66) "Belgium: Zulte-Waregem stadium construction to Begin in September?" "id" => string(4) "8277" "url" => string(63) "belgium_zultewaregem_stadium_construction_to_begin_in_september" "thumbnail" => string(31) "img/news/2013/12/8277-thumbnail" "lead" => string(167) "Three new stands and renovation of the fourth one – that’s the plan for 2014 in Belgian town of Waregem. Financing hasn’t …" "published" => string(19) "2013-12-30 14:37:48" ) 4 => array(6) ( "title" => string(35) "New stadiums: Four more from Poland" "id" => string(4) "8275" "url" => string(34) "new_stadiums_four_more_from_poland" "thumbnail" => string(31) "img/news/2013/12/8275-thumbnail" "lead" => string(202) "A lot of reading on the history of Poland and Germany: good times and bad times of three old stadiums. Fourth one was built in c …" "published" => string(19) "2013-12-29 19:07:49" ) 5 => array(6) ( "title" => string(57) "Japan: Gamba paves the way, stadium construction launched" "id" => string(4) "8273" "url" => string(55) "japan_gamba_paves_the_way_stadium_construction_launched" "thumbnail" => string(31) "img/news/2013/12/8273-thumbnail" "lead" => string(217) "The charmingly named ‘Field of Smile’ project is underway after years of preparations. This uniquely financed stadium might …" "published" => string(19) "2013-12-28 18:24:51" ) 6 => array(6) ( "title" => string(55) "Moscow: Spartak’s stadium more expensive, but on time" "id" => string(4) "8271" "url" => string(50) "moscow_spartaks_stadium_more_expensive_but_on_time" "thumbnail" => string(31) "img/news/2013/12/8271-thumbnail" "lead" => string(229) "Not $340m, but $430m – this is the updated price tag on Otkritie Arena, the first modern stadium to open in Moscow since Lokom …" "published" => string(19) "2013-12-28 15:46:59" ) 7 => array(6) ( "title" => string(38) "Emirates: Al Ain gem ready for opening" "id" => string(4) "8268" "url" => string(37) "emirates_al_ain_gem_ready_for_opening" "thumbnail" => string(31) "img/news/2013/12/8268-thumbnail" "lead" => string(170) "The contractor announced work is now complete on the new best stadium in United Arab Emirates. January will see a three-day fami …" "published" => string(19) "2013-12-27 16:24:26" ) 8 => array(6) ( "title" => string(40) "Sochi: 42 days to go, stadium not ready?" "id" => string(4) "8266" "url" => string(37) "sochi_42_days_to_go_stadium_not_ready" "thumbnail" => string(31) "img/news/2013/12/8266-thumbnail" "lead" => string(180) "It hasn’t officially been delivered, nor has it been opened. Even performers had to rehearse in a different venue as the centr …" "published" => string(19) "2013-12-27 04:00:41" ) 9 => array(6) ( "title" => string(59) "Brasilia: Spectators wet as Estadio Nacional’s roof leaks" "id" => string(4) "8264" "url" => string(55) "brasilia_spectators_wet_as_estadio_nacionals_roof_leaks" "thumbnail" => string(31) "img/news/2013/12/8264-thumbnail" "lead" => string(199) "Last week’s women’s game had only the lower tier of seating opened. That lower tier was left wet after rain poured on the st …" "published" => string(19) "2013-12-26 23:30:33" ) 10 => array(6) ( "title" => string(24) "Be merry this Christmas!" "id" => string(4) "8262" "url" => string(23) "be_merry_this_christmas" "thumbnail" => string(31) "img/news/2013/12/8260-thumbnail" "lead" => string(185) "It’s a scientific fact, that Christmas isn’t only a time of joy for Christians. So even if you don’t share the faith, we h …" "published" => string(19) "2013-12-24 14:32:43" ) 11 => array(6) ( "title" => string(50) "Berlin: Another record-breaking Christmas at Union" "id" => string(4) "8260" "url" => string(48) "berlin_another_recordbreaking_christmas_at_union" "thumbnail" => string(31) "img/news/2013/12/8262-thumbnail" "lead" => string(219) "It seems the eve of Christmas Eve is becoming Berlin’s showcase tradition as another attendance record was set yesterday at Un …" "published" => string(19) "2013-12-24 13:52:57" ) 12 => array(6) ( "title" => string(34) "Serbia: Stadiums hide mass graves?" "id" => string(4) "8256" "url" => string(32) "serbia_stadiums_hide_mass_graves" "thumbnail" => string(31) "img/news/2013/12/8256-thumbnail" "lead" => string(238) "With domestic football taking a break, the sports world in Serbia took a blast too. New information indicates that stadiums acro …" "published" => string(19) "2013-12-23 14:37:40" ) 13 => array(6) ( "title" => string(56) "Trondheim: Rosenborg’s stadium to see commercial boost" "id" => string(4) "8254" "url" => string(52) "trondheim_rosenborgs_stadium_to_see_commercial_boost" "thumbnail" => string(31) "img/news/2013/12/8254-thumbnail" "lead" => string(263) "Hotel with some rooms overlooking the football field and an extensive conference centre attached to the main grandstand – thes …" "published" => string(19) "2013-12-23 13:55:39" ) 14 => array(6) ( "title" => string(43) "Curitiba: Final phases for Arena da Baixada" "id" => string(4) "8252" "url" => string(42) "curitiba_final_phases_for_arena_da_baixada" "thumbnail" => string(31) "img/news/2013/12/8252-thumbnail" "lead" => string(207) "At the same time several key elements are being delivered and in January the stadium will look finished. Over 90% of the structu …" "published" => string(19) "2013-12-22 13:52:35" ) 15 => array(6) ( "title" => string(57) "Zagreb: The Maksimir "hot potato" to finally be resolved?" "id" => string(4) "8250" "url" => string(53) "zagreb_the_maksimir_hot_potato_to_finally_be_resolved" "thumbnail" => string(31) "img/news/2013/12/8250-thumbnail" "lead" => string(230) "It's been over a decade since Zagreb authorities struggle with the dysfunctional Maksimir Stadion that was outdated the very mom …" "published" => string(19) "2013-12-22 12:43:37" ) 16 => array(6) ( "title" => string(49) "Belfast: Funding approved for Windsor Park revamp" "id" => string(4) "8247" "url" => string(48) "belfast_funding_approved_for_windsor_park_revamp" "thumbnail" => string(31) "img/news/2013/12/8247-thumbnail" "lead" => string(204) "The plan to completely redevelop Northern Ireland's national stadium received the anticipated funding of £31 million. Two stand …" "published" => string(19) "2013-12-21 14:03:26" ) 17 => array(6) ( "title" => string(53) "Naples: New stadium for Napoli, details expected soon" "id" => string(4) "8245" "url" => string(51) "naples_new_stadium_for_napoli_details_expected_soon" "thumbnail" => string(31) "img/news/2013/12/8245-thumbnail" "lead" => string(236) "All indications say that Bapoli will leave the place they called home for over half a century, Stadio San Paolo. The club needs …" "published" => string(19) "2013-12-21 13:30:25" ) 18 => array(6) ( "title" => string(33) "New design: Coventry City Stadium" "id" => string(4) "8242" "url" => string(32) "new_design_coventry_city_stadium" "thumbnail" => string(31) "img/news/2013/12/8242-thumbnail" "lead" => string(232) "After leaving the municipal Ricoh Arena the owners of Coventry City FC have now shown how their future stadium would look like. …" "published" => string(19) "2013-12-20 18:22:42" ) 19 => array(6) ( "title" => string(44) "New stadiums: Canberra and three from Sydney" "id" => string(4) "8240" "url" => string(43) "new_stadiums_canberra_and_three_from_sydney" "thumbnail" => string(31) "img/news/2013/12/8240-thumbnail" "lead" => string(202) "After much too long break we return to Australia and bring you presentations of four more stadiums. And since football and fan c …" "published" => string(19) "2013-12-20 03:48:24" ) 20 => array(6) ( "title" => string(53) "Bilbao: Athletic’s stadium deal under investigation" "id" => string(4) "8238" "url" => string(49) "bilbao_athletics_stadium_deal_under_investigation" "thumbnail" => string(31) "img/news/2013/12/8238-thumbnail" "lead" => string(230) "The European Comission is investigating whether the new San Mames stadium wasn’t built with illegal public support. Should tha …" "published" => string(19) "2013-12-19 17:35:04" ) 21 => array(6) ( "title" => string(52) "Poland: No new stadium for Chorzów, change of plans" "id" => string(4) "8236" "url" => string(49) "poland_no_new_stadium_for_chorzow_change_of_plans" "thumbnail" => string(31) "img/news/2013/12/8236-thumbnail" "lead" => string(257) "Somewhat unexpected decision came from the Chorzów city council vote today, putting the planned new stadium for 14-time Polish …" "published" => string(19) "2013-12-19 14:39:54" ) 22 => array(6) ( "title" => string(39) "New designs: Volgograd and Ekaterinburg" "id" => string(4) "8233" "url" => string(38) "new_designs_volgograd_and_ekaterinburg" "thumbnail" => string(31) "img/news/2013/12/8233-thumbnail" "lead" => string(286) "Their numbers in our database are 499 and 500, which means we reached a really nice jubilee, having more designs than any stadiu …" "published" => string(19) "2013-12-19 01:29:48" ) 23 => array(6) ( "title" => string(46) "Miami: Beckham’s new stadium one step closer" "id" => string(4) "8231" "url" => string(42) "miami_beckhams_new_stadium_one_step_closer" "thumbnail" => string(31) "img/news/2013/12/8231-thumbnail" "lead" => string(216) "Yesterday the Miami-Dade county commissioners unanimously approved the plans for David Beckham’s new football stadium in downt …" "published" => string(19) "2013-12-18 20:32:53" ) 24 => array(6) ( "title" => string(67) "England: Scunthorpe announce new stadium and hope for safe standing" "id" => string(4) "8227" "url" => string(66) "england_scunthorpe_announce_new_stadium_and_hope_for_safe_standing" "thumbnail" => string(31) "img/news/2013/12/8227-thumbnail" "lead" => string(234) "During yesterday’s annual general meeting the chairman of Scunthorpe United revealed his club is planning a new stadium for 12 …" "published" => string(19) "2013-12-17 17:41:11" ) 25 => array(6) ( "title" => string(71) "Groningen: Euroborg becomes Holland’s first stadium with solar panels" "id" => string(4) "8225" "url" => string(67) "groningen_euroborg_becomes_hollands_first_stadium_with_solar_panels" "thumbnail" => string(31) "img/news/2013/12/8225-thumbnail" "lead" => string(192) "Yesterday the installation of 531 solar batteries atop the Euroborg stadium began. Their launch is set for January and all of th …" "published" => string(19) "2013-12-17 16:05:40" ) 26 => array(6) ( "title" => string(60) "Rotterdam: Stadium future for Feyenoord for further analysis" "id" => string(4) "8223" "url" => string(59) "rotterdam_stadium_future_for_feyenoord_for_further_analysis" "thumbnail" => string(31) "img/news/2013/12/8223-thumbnail" "lead" => string(237) "Three specialists representing various interests are to analyse all available options and find the best long-term solution for F …" "published" => string(19) "2013-12-17 03:12:14" ) 27 => array(6) ( "title" => string(47) "Brazil: Work halted in Manaus after tragic fall" "id" => string(4) "8218" "url" => string(46) "brazil_work_halted_in_manaus_after_tragic_fall" "thumbnail" => string(31) "img/news/2013/12/8218-thumbnail" "lead" => string(260) "After Saturday’s deadly fall from the stadium’s roof, labour court decided to ban all work in heights until general contract …" "published" => string(19) "2013-12-16 13:32:05" ) 28 => array(6) ( "title" => string(44) "Hungary: A stadium revolution in the making?" "id" => string(4) "8216" "url" => string(42) "hungary_a_stadium_revolution_in_the_making" "thumbnail" => string(31) "img/news/2013/12/8216-thumbnail" "lead" => string(263) "Along with the football federation of Hungary, Wiktor Obran’s government approved a resolution that envisaged 27 stadiums of t …" "published" => string(19) "2013-12-15 21:02:52" ) 29 => array(6) ( "title" => string(50) "Sofia: Levski’s stadium construction put on hold" "id" => string(4) "8213" "url" => string(46) "sofia_levskis_stadium_construction_put_on_hold" "thumbnail" => string(31) "img/news/2013/12/8213-thumbnail" "lead" => string(197) "Very bad news from Bulgaria as the country’s first private stadium comes to a stop at an early stage. Levski Sofia announced t …" "published" => string(19) "2013-12-14 14:59:42" ) 30 => array(6) ( "title" => string(55) "Moscow: All seats from Luzhniki to be given out to fans" "id" => string(4) "8211" "url" => string(54) "moscow_all_seats_from_luzhniki_to_be_given_out_to_fans" "thumbnail" => string(31) "img/news/2013/12/8211-thumbnail" "lead" => string(204) "Yellow, orange and red, over 70,000 in total – all these seats will be transferred to Russian supporters union VOB and then gi …" "published" => string(19) "2013-12-14 13:56:24" ) 31 => array(6) ( "title" => string(54) "Barcelona: New stadium’s required land not for sale?" "id" => string(4) "8207" "url" => string(49) "barcelona_new_stadiums_required_land_not_for_sale" "thumbnail" => string(31) "img/news/2013/12/8207-thumbnail" "lead" => string(280) "Despite Monday’s announcement that FC Barcelona contemplates moving to a new stadium nearby, it seems that option hasn’t bee …" "published" => string(19) "2013-12-13 13:58:11" ) 32 => array(6) ( "title" => string(57) "Australia: Three bidders Apple for Perth Stadium contract" "id" => string(4) "8205" "url" => string(56) "australia_three_bidders_apple_for_perth_stadium_contract" "thumbnail" => string(31) "img/news/2013/12/8205-thumbnail" "lead" => string(223) "They’ve been preparing for the last half a year and now three bidders put their offers on the table. Final design, contractor …" "published" => string(19) "2013-12-13 13:06:43" ) 33 => array(6) ( "title" => string(49) "England: Gloucester to go ahead with new stadium?" "id" => string(4) "8203" "url" => string(47) "england_gloucester_to_go_ahead_with_new_stadium" "thumbnail" => string(31) "img/news/2013/12/8203-thumbnail" "lead" => string(150) "The plans to rebuild its stadium is moving forward after the Environment Agency confirmed a flood risk assessment will go ahead, …" "published" => string(19) "2013-12-13 12:30:36" ) 34 => array(6) ( "title" => string(42) "New design: QPR to follow Arsenal’s lead" "id" => string(4) "8202" "url" => string(38) "new_design_qpr_to_follow_arsenals_lead" "thumbnail" => string(31) "img/news/2013/12/8202-thumbnail" "lead" => string(194) "Queens Park Rangers presented the very first renderings of their future home. The club hope to build it with the same company an …" "published" => string(19) "2013-12-13 12:01:07" ) 35 => array(6) ( "title" => string(74) "2026 World Cup: Wales announce will to bid despite having only one stadium" "id" => string(4) "8199" "url" => string(73) "2026_world_cup_wales_announce_will_to_bid_despite_having_only_one_stadium" "thumbnail" => string(31) "img/news/2013/12/8199-thumbnail" "lead" => string(272) "First minister and football association chief of Wales both suggested the country will apply for the 2026 World Cup. But despite …" "published" => string(19) "2013-12-12 12:19:50" ) 36 => array(6) ( "title" => string(34) "New designs: Four more from Turkey" "id" => string(4) "8196" "url" => string(33) "new_designs_four_more_from_turkey" "thumbnail" => string(31) "img/news/2013/12/8196-thumbnail" "lead" => string(266) "Within just three days three construction tenders are to be launched in January. New stadium in Izmir on Jan 28, another one for …" "published" => string(19) "2013-12-12 02:37:30" ) 37 => array(6) ( "title" => string(67) "New York: Manchester City closer to building their American stadium" "id" => string(4) "8192" "url" => string(66) "new_york_manchester_city_closer_to_building_their_american_stadium" "thumbnail" => string(31) "img/news/2013/12/8192-thumbnail" "lead" => string(236) "The soon-to-be MLS franchise New York City FC, owned primarily by Manchester City, is said to be very close to seal a land deal …" "published" => string(19) "2013-12-11 14:07:29" ) 38 => array(6) ( "title" => string(48) "Belgium: Unusual plans by Club and Cercle Brugge" "id" => string(4) "8190" "url" => string(47) "belgium_unusual_plans_by_club_and_cercle_brugge" "thumbnail" => string(31) "img/news/2013/12/8190-thumbnail" "lead" => string(203) "You may have heard about two clubs building/using one stadium as a compromise. But have you seen a plan in which two clubs want …" "published" => string(19) "2013-12-11 12:18:16" ) 39 => array(6) ( "title" => string(57) "Rome: Mayor ‘struck’ by Roma’s design after meeting" "id" => string(4) "8188" "url" => string(47) "rome_mayor_struck_by_romas_design_after_meeting" "thumbnail" => string(31) "img/news/2013/12/8188-thumbnail" "lead" => string(229) "Yesterday saw representatives of AS Roma meet with the mayor and councilors of Rome to discuss the new stadium. Detailed concept …" "published" => string(19) "2013-12-10 16:49:40" ) 40 => array(6) ( "title" => string(39) "Barcelona: 105,000 capacity, but where?" "id" => string(4) "8186" "url" => string(35) "barcelona_105000_capacity_but_where" "thumbnail" => string(31) "img/news/2013/12/8186-thumbnail" "lead" => string(249) "Yesterday’s board of directors meeting was thought to deliver a final answer whether FC Barcelona should revamp their existing …" "published" => string(19) "2013-12-10 12:06:08" ) 41 => array(6) ( "title" => string(65) "Glasgow: Celtic gets rid of organised support following incidents" "id" => string(4) "8184" "url" => string(64) "glasgow_celtic_gets_rid_of_organised_support_following_incidents" "thumbnail" => string(31) "img/news/2013/12/8184-thumbnail" "lead" => string(223) "On Friday hooligans associating themselves with the Green Brigade destroyed over 100 seats at Fir Park. Since yesterday not only …" "published" => string(19) "2013-12-10 10:56:53" ) 42 => array(6) ( "title" => string(38) "New design: Stadion Olimpii Grudziądz" "id" => string(4) "8182" "url" => string(36) "new_design_stadion_olimpii_grudziadz" "thumbnail" => string(31) "img/news/2013/12/8182-thumbnail" "lead" => string(221) "It's simple, but elegant and well thought-through. Though some architecture offices never came up with designs that good, this o …" "published" => string(19) "2013-12-09 15:48:15" ) 43 => array(6) ( "title" => string(54) "Netherlands: VVV Venlo isn't getting their new stadium" "id" => string(4) "8180" "url" => string(52) "netherlands_vvv_venlo_isnt_getting_their_new_stadium" "thumbnail" => string(31) "img/news/2013/12/8180-thumbnail" "lead" => string(226) "Plans for financing were secured back in 2011, but they're gone now. The impressive stadium for 23,500 people will not be built, …" "published" => string(19) "2013-12-09 13:26:55" ) 44 => array(6) ( "title" => string(62) "Johannesburg: Four stadiums to hold Mandela's memorial service" "id" => string(4) "8177" "url" => string(60) "johannesburg_four_stadiums_to_hold_mandelas_memorial_service" "thumbnail" => string(31) "img/news/2013/12/8177-thumbnail" "lead" => string(185) "FNB Stadium may be Africa's largest, but it's not big enough. Nelson Mandela's memorial service will be broadcast live at three …" "published" => string(19) "2013-12-09 02:22:24" ) 45 => array(6) ( "title" => string(27) "New stadiums: Moroccan five" "id" => string(4) "8175" "url" => string(26) "new_stadiums_moroccan_five" "thumbnail" => string(31) "img/news/2013/12/8175-thumbnail" "lead" => string(213) "Their stadiums are outdated and rarely have seats. But the passion of Moroccan supporters makes us obliged to improve the part o …" "published" => string(19) "2013-12-08 23:19:31" ) 46 => array(6) ( "title" => string(68) "London: Olympic Stadium's sightlines and atmosphere criticised again" "id" => string(4) "8173" "url" => string(66) "london_olympic_stadiums_sightlines_and_atmosphere_criticised_again" "thumbnail" => string(31) "img/news/2013/12/8173-thumbnail" "lead" => string(240) "It's been the subject of ongoing disputes for a couple of years already, but now Daily Mail show another issue to complain about …" "published" => string(19) "2013-12-08 17:38:16" ) 47 => array(6) ( "title" => string(44) "Rotterdam: De Kuip to be expanded after all?" "id" => string(4) "8171" "url" => string(42) "rotterdam_de_kuip_to_be_expanded_after_all" "thumbnail" => string(31) "img/news/2013/12/8171-thumbnail" "lead" => string(231) "It seems that despite initial hostility campaigners opting to retain the existing stadium may be taken seriously. Stadion Feijen …" "published" => string(19) "2013-12-08 16:26:16" ) 48 => array(6) ( "title" => string(31) "Welcome to Store.StadiumDB.com!" "id" => string(4) "8169" "url" => string(28) "welcome_to_storestadiumdbcom" "thumbnail" => string(31) "img/news/2013/12/8169-thumbnail" "lead" => string(208) "Christmas is the time for dreams to come true and we're making ours a reality right now. We're opening an independent shop with …" "published" => string(19) "2013-12-07 18:03:58" ) 49 => array(6) ( "title" => string(53) "Sao Paulo: Arena Corinthians no sooner than mid-April" "id" => string(4) "8164" "url" => string(51) "sao_paulo_arena_corinthians_no_sooner_than_midapril" "thumbnail" => string(31) "img/news/2013/12/8164-thumbnail" "lead" => string(252) "It's a record-breaking delay, but circumstances are equally disturbing and FIFA assures there are no plans of relocating the ope …" "published" => string(19) "2013-12-06 13:44:40" ) 50 => array(6) ( "title" => string(50) "San Jose: Good progress at Earthquakes new stadium" "id" => string(4) "8162" "url" => string(49) "san_jose_good_progress_at_earthquakes_new_stadium" "thumbnail" => string(31) "img/news/2013/12/8162-thumbnail" "lead" => string(201) "Club offices and player infrastructure should be opened earlier than the entire stadium. That said, work on the stadium itself i …" "published" => string(19) "2013-12-06 13:28:25" ) 51 => array(6) ( "title" => string(36) "London: Lionel Road Stadium approved" "id" => string(4) "8161" "url" => string(35) "london_lionel_road_stadium_approved" "thumbnail" => string(31) "img/news/2013/12/8161-thumbnail" "lead" => string(202) "Despite concerns raised across the community, Brentford FC's new stadium is now approved by the local council planners. One of E …" "published" => string(19) "2013-12-06 13:11:35" ) 52 => array(6) ( "title" => string(50) "2014 World Cup: Six stadiums to miss FIFA deadline" "id" => string(4) "8158" "url" => string(49) "2014_world_cup_six_stadiums_to_miss_fifa_deadline" "thumbnail" => string(31) "img/news/2013/12/8158-thumbnail" "lead" => string(211) "Brazilian sports minister admitted that not three, but all six stadiums still under construction will miss the December-2013 dea …" "published" => string(19) "2013-12-05 14:45:05" ) 53 => array(6) ( "title" => string(58) "USA: Ultimate Christmas gift? How about a private stadium?" "id" => string(4) "8156" "url" => string(55) "usa_ultimate_christmas_gift_how_about_a_private_stadium" "thumbnail" => string(31) "img/news/2013/12/8156-thumbnail" "lead" => string(235) "It's not a joke, though we did double-check. Stadium design leaders Populous now offer a private stadium that can be installed i …" "published" => string(19) "2013-12-05 13:52:50" ) 54 => array(6) ( "title" => string(33) "New construction: Vikings Stadium" "id" => string(4) "8153" "url" => string(32) "new_construction_vikings_stadium" "thumbnail" => string(31) "img/news/2013/12/8153-thumbnail" "lead" => string(199) "Another NFL giant gets under way as groundbreaking ceremony took place in Minneapolis yesterday. In 31 months from now one of th …" "published" => string(19) "2013-12-04 12:44:12" ) 55 => array(6) ( "title" => string(42) "New stadium: The giant snake from Shenzhen" "id" => string(4) "8151" "url" => string(41) "new_stadium_the_giant_snake_from_shenzhen" "thumbnail" => string(31) "img/news/2013/12/8151-thumbnail" "lead" => string(200) "With photos being barely available we are only now able to give you the opening and closing ceremony venue of 2011 Shenzhen Univ …" "published" => string(19) "2013-12-04 10:23:10" ) 56 => array(6) ( "title" => string(53) "Seattle: Seahawks grab 'loudest stadium' record again" "id" => string(4) "8148" "url" => string(50) "seattle_seahawks_grab_loudest_stadium_record_again" "thumbnail" => string(31) "img/news/2013/12/8148-thumbnail" "lead" => string(152) "After it was beaten in October, yesterday the record for peak noise inside a stadium returned to Seattle. Seahawks fans managed …" "published" => string(19) "2013-12-03 17:41:42" ) 57 => array(6) ( "title" => string(45) "London: Wimbledon seek support to return home" "id" => string(4) "8147" "url" => string(44) "london_wimbledon_seek_support_to_return_home" "thumbnail" => string(31) "img/news/2013/12/8147-thumbnail" "lead" => string(241) "This club is a great example that football isn't just about business. Reborn thanks to supporters it went up five leagues and ne …" "published" => string(19) "2013-12-03 04:21:56" ) 58 => array(6) ( "title" => string(42) "Paris: Arena 92 finally under construction" "id" => string(4) "8145" "url" => string(41) "paris_arena_92_finally_under_construction" "thumbnail" => string(31) "img/news/2013/12/8145-thumbnail" "lead" => string(242) "After five years of continuous efforts it's finally moving forward and official groundbreaking should take place in February. No …" "published" => string(19) "2013-12-03 03:16:42" ) 59 => array(6) ( "title" => string(57) "Brussels: King Baudouin Stadium to be demolished in 2020?" "id" => string(4) "8143" "url" => string(55) "brussels_king_baudouin_stadium_to_be_demolished_in_2020" "thumbnail" => string(31) "img/news/2013/12/8143-thumbnail" "lead" => string(189) "In 2020 the very last Van Damme Memorial athletic tournament is to be held at the Heysel stadium in Brussels. Later athletes wil …" "published" => string(19) "2013-12-02 18:01:35" ) 60 => array(6) ( "title" => string(53) "Sao Paulo: Arena Corinthians under construction again" "id" => string(4) "8140" "url" => string(52) "sao_paulo_arena_corinthians_under_construction_again" "thumbnail" => string(31) "img/news/2013/12/8140-thumbnail" "lead" => string(207) "Though part of the site is still off-limits, most workers are returning to deliver Arena Corinthians as soon as possible. The co …" "published" => string(19) "2013-12-02 16:06:15" ) 61 => array(6) ( "title" => string(44) "Manchester: City submit planning application" "id" => string(4) "8137" "url" => string(43) "manchester_city_submit_planning_application" "thumbnail" => string(31) "img/news/2013/12/8137-thumbnail" "lead" => string(218) "As announced earlier, the club waited until December to file the documents. Now The Citizens hope to begin remodelling of Etihad …" "published" => string(19) "2013-12-02 11:28:51" ) ) "debug" => string(0) "" "year" => integer 2014 "month" => string(2) "01" "url" => NULL ) }
"breadcrumbs" => array(3) ( 0 => array(2) ( 0 => string(4) "news" 1 => string(4) "News" ) 1 => array(2) ( 0 => string(9) "news/2013" 1 => string(4) "2013" ) 2 => array(2) ( 0 => string(12) "news/2013/12" 1 => string(8) "December" ) ) "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: December 2013" )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;