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(53) ( 0 => array(6) ( "title" => string(41) "Poland: Narodowy boasts volleyball record" "id" => string(4) "9618" "url" => string(40) "poland_narodowy_boasts_volleyball_record" "thumbnail" => string(31) "img/news/2014/08/9618-thumbnail" "lead" => string(210) "Stadion Narodowy in Warsaw witnessed a record crowd of 63,000 yesterday during the opening of Volleyball World Championship. Tha …" "published" => string(19) "2014-08-31 22:27:12" ) 1 => array(6) ( "title" => string(50) "Hamburg: Last stand at Millerntor slightly delayed" "id" => string(4) "9615" "url" => string(49) "hamburg_last_stand_at_millerntor_slightly_delayed" "thumbnail" => string(31) "img/news/2014/08/9615-thumbnail" "lead" => string(172) "Works in Sankt Pauli were due in September, but demolition of the north end has now been postponed. Still, the new north stand w …" "published" => string(19) "2014-08-29 23:20:21" ) 2 => array(6) ( "title" => string(49) "England: New stadium for York City getting closer" "id" => string(4) "9609" "url" => string(48) "england_new_stadium_for_york_city_getting_closer" "thumbnail" => string(31) "img/news/2014/08/9609-thumbnail" "lead" => string(156) "Construction is due in March, while the city selected future operator. New renderings are here, but contractor isn’t – Const …" "published" => string(19) "2014-08-28 22:47:57" ) 3 => array(6) ( "title" => string(48) "Las Vegas: Cost stays the same, but roof is gone" "id" => string(4) "9607" "url" => string(46) "las_vegas_cost_stays_the_same_but_roof_is_gone" "thumbnail" => string(31) "img/news/2014/08/9607-thumbnail" "lead" => string(168) "Price of a single seat at the proposed Las Vegas MLS stadium stands extremely high, at $8,300. Reasons seem unclear as investors …" "published" => string(19) "2014-08-28 20:36:37" ) 4 => array(6) ( "title" => string(43) "New stadium: Otkritie Arena opened by Putin" "id" => string(4) "9605" "url" => string(26) "new_stadium_otkritie_arena" "thumbnail" => string(31) "img/news/2014/08/9605-thumbnail" "lead" => string(195) "The third stadium for Russia’s 2018 World Cup is ready. It’s also the very single one not financed by taxpayers. Starting Se …" "published" => string(19) "2014-08-28 06:51:25" ) 5 => array(6) ( "title" => string(74) "Hillsborough: “We were putting injured on one side, dead on the other”" "id" => string(4) "9597" "url" => string(66) "hillsborough_we_were_putting_injured_on_one_side_dead_on_the_other" "thumbnail" => string(31) "img/news/2014/08/9597-thumbnail" "lead" => string(207) "Despite coordinating the work of 30 officers at the heart of the disaster, inspector Anthony Humphries was never called as a wit …" "published" => string(19) "2014-08-26 18:20:41" ) 6 => array(6) ( "title" => string(60) "Vienna: Rapid filed planning application for Allianz Stadion" "id" => string(4) "9595" "url" => string(59) "vienna_rapid_filed_planning_application_for_allianz_stadion" "thumbnail" => string(31) "img/news/2014/08/9595-thumbnail" "lead" => string(175) "Planning papers were submitted in the city hall today. Rapid hopes to get fast approval and begin works before the end of summer …" "published" => string(19) "2014-08-26 17:04:41" ) 7 => array(6) ( "title" => string(45) "Valencia: The future Mestalla still uncertain" "id" => string(4) "9593" "url" => string(44) "valencia_the_future_mestalla_still_uncertain" "thumbnail" => string(31) "img/news/2014/08/9593-thumbnail" "lead" => string(188) "New owner took over at Valencia, but at the same time withdrew some of his previous declarations about the new stadium. Delivery …" "published" => string(19) "2014-08-26 05:25:39" ) 8 => array(6) ( "title" => string(73) "New York: Hadid sued journalist who blamed her for deaths at stadium site" "id" => string(4) "9590" "url" => string(72) "new_york_hadid_sued_journalist_who_blamed_her_for_deaths_at_stadium_site" "thumbnail" => string(31) "img/news/2014/08/9590-thumbnail" "lead" => string(233) "Zaha Hadid filed a lawsuit against New York Review of Books, as one of the authors found her co-responsible for the death of 1,0 …" "published" => string(19) "2014-08-25 18:51:57" ) 9 => array(6) ( "title" => string(55) "Algeria: Tragic incident, player killed with projectile" "id" => string(4) "9587" "url" => string(53) "algeria_tragic_incident_player_killed_with_projectile" "thumbnail" => string(31) "img/news/2014/08/9587-thumbnail" "lead" => string(171) "Cameroonian Albert Ebossé was declared dead upon arrival at hospital. He was hit by a missile as his team lost 1:2. This traged …" "published" => string(19) "2014-08-25 03:22:10" ) 10 => array(6) ( "title" => string(43) "New design: Stadium made of tractor valves?" "id" => string(4) "9585" "url" => string(41) "new_design_stadium_made_of_tractor_valves" "thumbnail" => string(31) "img/news/2014/08/9585-thumbnail" "lead" => string(177) "This is a unique tribute to the Belarusian tractor industry. German-Dutch-Belarusian team of architects based their entire conce …" "published" => string(19) "2014-08-25 02:50:23" ) 11 => array(6) ( "title" => string(42) "Donetsk: Donbass Arena damaged by shelling" "id" => string(4) "9582" "url" => string(41) "donetsk_donbass_arena_damaged_by_shelling" "thumbnail" => string(31) "img/news/2014/08/9582-thumbnail" "lead" => string(175) "Yesterday morning two large explosions occurred in the north-western part of Donbass Arena. No-one was hurt, but damages are sig …" "published" => string(19) "2014-08-24 05:20:48" ) 12 => array(6) ( "title" => string(49) "New stadiums: Two from Latvia, two from Lithuania" "id" => string(4) "9580" "url" => string(47) "new_stadiums_two_from_latvia_two_from_lithuania" "thumbnail" => string(31) "img/news/2014/08/9580-thumbnail" "lead" => string(241) "There are very few countries in Europe, where football isn’t particularly popular. Here are two of those countries, but of cou …" "published" => string(19) "2014-08-24 04:44:14" ) 13 => array(6) ( "title" => string(53) "Turkey: Chaos and empty stands, low crowds nationwide" "id" => string(4) "9578" "url" => string(51) "turkey_chaos_and_empty_stands_low_crowds_nationwide" "thumbnail" => string(31) "img/news/2014/08/9578-thumbnail" "lead" => string(234) "While Turkey is getting more new stadiums than any European country, number of fans inside those already built may raise concern …" "published" => string(19) "2014-08-23 20:59:10" ) 14 => array(6) ( "title" => string(34) "Poland: Warsaw’s athletic misery" "id" => string(4) "9576" "url" => string(30) "poland_warsaws_athletic_misery" "thumbnail" => string(31) "img/news/2014/08/9576-thumbnail" "lead" => string(201) "Usain Bolt will run in Warsaw today, but the event had to be held at football-specific Stadion Narodowy. Polish capital has no d …" "published" => string(19) "2014-08-23 15:55:48" ) 15 => array(6) ( "title" => string(40) "Canada: Hamilton stadium still not ready" "id" => string(4) "9573" "url" => string(39) "canada_hamilton_stadium_still_not_ready" "thumbnail" => string(31) "img/news/2014/08/9573-thumbnail" "lead" => string(225) "It was due in early July, but won’t be opened until September. Contractor has filed for a partial occupancy permit to allow fa …" "published" => string(19) "2014-08-22 14:38:09" ) 16 => array(6) ( "title" => string(58) "Groningen: Euroborg roof to supply power for 70 households" "id" => string(4) "9571" "url" => string(57) "groningen_euroborg_roof_to_supply_power_for_70_households" "thumbnail" => string(31) "img/news/2014/08/9571-thumbnail" "lead" => string(200) "The Dutch stadium will soon double the number of its solar panels. Thanks to private citizens financing further batteries, Eurob …" "published" => string(19) "2014-08-22 04:26:14" ) 17 => array(6) ( "title" => string(66) "New stadiums: Świdnik, Września, Gryfice, Międzychód, Plewiska" "id" => string(4) "9569" "url" => string(57) "new_stadiums_swidnik_wrzesnia_gryfice_miedzychod_plewiska" "thumbnail" => string(31) "img/news/2014/08/9569-thumbnail" "lead" => string(163) "Our database has grown by five new stadiums overnight. These are all small, but recently modernized or completely rebuilt stadiu …" "published" => string(19) "2014-08-22 04:00:00" ) 18 => array(6) ( "title" => string(43) "Coventry: City agree return to Ricoh Arena " "id" => string(4) "9567" "url" => string(41) "coventry_city_agree_return_to_ricoh_arena" "thumbnail" => string(31) "img/news/2014/08/9567-thumbnail" "lead" => string(164) "After months of quarrels agreement has been reached and Coventry City is coming back home. The new deal will last at least 2 yea …" "published" => string(19) "2014-08-21 19:46:08" ) 19 => array(6) ( "title" => string(48) "Oslo: New stadium for Vålerenga partly approved" "id" => string(4) "9565" "url" => string(46) "oslo_new_stadium_for_valerenga_partly_approved" "thumbnail" => string(31) "img/news/2014/08/9565-thumbnail" "lead" => string(167) "Oslo city council unanimously agreed that the proposed stadium in east Oslo should be built. But decision on whether to transfer …" "published" => string(19) "2014-08-21 15:20:59" ) 20 => array(6) ( "title" => string(55) "Bordeaux: Roof almost ready, first giant screen mounted" "id" => string(4) "9563" "url" => string(53) "bordeaux_roof_almost_ready_first_giant_screen_mounted" "thumbnail" => string(31) "img/news/2014/08/9563-thumbnail" "lead" => string(201) "First of two giant screens was mounted under the roof of Stade Atlantique this week. The Euro 2016 arena is entering its constru …" "published" => string(19) "2014-08-21 14:03:01" ) 21 => array(6) ( "title" => string(53) "Poland: Białystok stadium (almost) delivered in time" "id" => string(4) "9560" "url" => string(49) "poland_bialystok_stadium_almost_delivered_in_time" "thumbnail" => string(31) "img/news/2014/08/9560-thumbnail" "lead" => string(210) "Instead of two years it eventually took four to build it, but now the 22,400-capacity stadium is about to become the sixth large …" "published" => string(19) "2014-08-21 02:52:15" ) 22 => array(6) ( "title" => string(62) "New design: This vision boosted Kazakhstan’s football dreams" "id" => string(4) "9555" "url" => string(58) "new_design_this_vision_boosted_kazakhstans_football_dreams" "thumbnail" => string(31) "img/news/2014/08/9555-thumbnail" "lead" => string(182) "Karaganda is a rapidly growing city. New stadium is bound to get built, so no wonder this impressive concept enjoyed great inter …" "published" => string(19) "2014-08-20 02:39:29" ) 23 => array(6) ( "title" => string(50) "Switzerland: Fans paid for free tickets in protest" "id" => string(4) "9552" "url" => string(49) "switzerland_fans_paid_for_free_tickets_in_protest" "thumbnail" => string(31) "img/news/2014/08/9552-thumbnail" "lead" => string(195) "President of FC Sion decided to greet all away fan groups as guests at this stadium. He offered FC Basel supporters free tickets …" "published" => string(19) "2014-08-19 12:06:14" ) 24 => array(6) ( "title" => string(53) "Kazan: Kazan Arena (re)opened for league after a year" "id" => string(4) "9550" "url" => string(50) "kazan_kazan_arena_reopened_for_league_after_a_year" "thumbnail" => string(31) "img/news/2014/08/9550-thumbnail" "lead" => string(188) "After a (too) long wait fans of Lokomotiv were the first away contingent to ever see a game at Kazan Arena. They returned home s …" "published" => string(19) "2014-08-18 19:04:44" ) 25 => array(6) ( "title" => string(41) "Kazakhstan: FK Aktobe to have new stadium" "id" => string(4) "9547" "url" => string(40) "kazakhstan_fk_aktobe_to_have_new_stadium" "thumbnail" => string(31) "img/news/2014/08/9547-thumbnail" "lead" => string(169) "Reigning champions of Kazakhstan are expected to change their 13,500 central stadium for a brand new 32,000-seater within the ne …" "published" => string(19) "2014-08-18 15:55:33" ) 26 => array(6) ( "title" => string(47) "Russia: World Cup stadium in Volgograd approved" "id" => string(4) "9545" "url" => string(46) "russia_world_cup_stadium_in_volgograd_approved" "thumbnail" => string(31) "img/news/2014/08/9545-thumbnail" "lead" => string(177) "Yesterday the Russian government issued a statement, approving the proposed stadium scheme for Volgograd. No details as to finan …" "published" => string(19) "2014-08-18 14:20:09" ) 27 => array(6) ( "title" => string(51) "Eindhoven: Protest over standing at Philips Stadion" "id" => string(4) "9543" "url" => string(50) "eindhoven_protest_over_standing_at_philips_stadion" "thumbnail" => string(31) "img/news/2014/08/9543-thumbnail" "lead" => string(204) "Most fans loudly celebrated the triumph over NAC Breda yesterday. But some also took the time to protest the ban on standing in …" "published" => string(19) "2014-08-17 06:23:39" ) 28 => array(6) ( "title" => string(63) "Mönchengladbach: Borussia-Park – how it changed things round" "id" => string(4) "9540" "url" => string(56) "monchengladbach_borussiapark_how_it_changed_things_round" "thumbnail" => string(31) "img/news/2014/08/9540-thumbnail" "lead" => string(209) "It didn’t get the 2006 World Cup games, it never had a naming rights deal. Still, “the other Borussia” grew in their new s …" "published" => string(19) "2014-08-16 05:23:14" ) 29 => array(6) ( "title" => string(58) "Glasgow: Celtic want safe standing, authorities are unsure" "id" => string(4) "9538" "url" => string(56) "glasgow_celtic_want_safe_standing_authorities_are_unsure" "thumbnail" => string(31) "img/news/2014/08/9538-thumbnail" "lead" => string(207) "Celtic has been denied the chance to create a safe standing section this week. Local Safety Advisory Group (SAG) advised to reac …" "published" => string(19) "2014-08-16 04:14:21" ) 30 => array(6) ( "title" => string(52) "Premier League: Most clubs ‘inflate’ attendances" "id" => string(4) "9536" "url" => string(45) "premier_league_most_clubs_inflate_attendances" "thumbnail" => string(31) "img/news/2014/08/9536-thumbnail" "lead" => string(196) "Here’s another argument for fans claiming there’s something wrong with the game in England. Arsenal alone inflated its atten …" "published" => string(19) "2014-08-16 03:37:44" ) 31 => array(6) ( "title" => string(52) "Bilbao: Construction of San Mames Barria almost over" "id" => string(4) "9534" "url" => string(51) "bilbao_construction_of_san_mames_barria_almost_over" "thumbnail" => string(31) "img/news/2014/08/9534-thumbnail" "lead" => string(159) "Only two weeks remain until we see the most modern stadium in Spain delivered. One year after most of the stands were ready, now …" "published" => string(19) "2014-08-15 20:44:04" ) 32 => array(6) ( "title" => string(56) "England: New stadium for Gillingham to seat 24,000 fans?" "id" => string(4) "9531" "url" => string(53) "england_new_stadium_for_gillingham_to_seat_24000_fans" "thumbnail" => string(31) "img/news/2014/08/9531-thumbnail" "lead" => string(216) "Though the plans are two years old already, it wasn’t until now that Gills revealed the planned capacity of their desired new …" "published" => string(19) "2014-08-15 18:22:21" ) 33 => array(6) ( "title" => string(81) "London: English fans in the streets, Bundesliga executive voicing their concerns " "id" => string(4) "9529" "url" => string(78) "london_english_fans_in_the_streets_bundesliga_executive_voicing_their_concerns" "thumbnail" => string(31) "img/news/2014/08/9529-thumbnail" "lead" => string(263) "Today’s demonstration against skyrocketing ticket prices in the world’s most expensive football league wasn’t the largest. …" "published" => string(19) "2014-08-14 23:02:25" ) 34 => array(6) ( "title" => string(44) "New stadiums: Sad reality of Kenyan football" "id" => string(4) "9526" "url" => string(43) "new_stadiums_sad_reality_of_kenyan_football" "thumbnail" => string(31) "img/news/2014/08/9527-thumbnail" "lead" => string(190) "The national stadium saw deaths and its condition suggests more tragedies may come if nothing changes. Meanwhile clubs holding 6 …" "published" => string(19) "2014-08-14 04:10:30" ) 35 => array(6) ( "title" => string(47) "Scotland: Details of Aberdeen new stadium soon?" "id" => string(4) "9521" "url" => string(45) "scotland_details_of_aberdeen_new_stadium_soon" "thumbnail" => string(31) "img/news/2014/08/9523-thumbnail" "lead" => string(148) "Aberdeen chairman Stewart Milne hopes to announce details of a new training facility in the next few months. His hope is to leav …" "published" => string(19) "2014-08-12 21:37:53" ) 36 => array(6) ( "title" => string(45) "Cardiff: Supercup tonight, City Stadium ready" "id" => string(4) "9519" "url" => string(43) "cardiff_supercup_tonight_city_stadium_ready" "thumbnail" => string(31) "img/news/2014/08/9521-thumbnail" "lead" => string(173) "With 5,338 new red and white seats, the Cardiff City Stadium will see its first 30,000+ game tonight. The Supercup between Real …" "published" => string(19) "2014-08-12 17:16:03" ) 37 => array(6) ( "title" => string(50) "USA: Sun Devil Stadium revamp contractors selected" "id" => string(4) "9515" "url" => string(49) "usa_sun_devil_stadium_revamp_contractors_selected" "thumbnail" => string(31) "img/news/2014/08/9517-thumbnail" "lead" => string(178) "HNTB will be asked to redesign the aging stadium at Arizona State University, while joint forces of Hunt Construction and Sundt …" "published" => string(19) "2014-08-11 16:47:17" ) 38 => array(6) ( "title" => string(47) "Manchester: Broadhurst Park opening pushed back" "id" => string(4) "9513" "url" => string(46) "manchester_broadhurst_park_opening_pushed_back" "thumbnail" => string(31) "img/news/2014/08/9515-thumbnail" "lead" => string(133) "Not in September, but in October 2014 will the new FC United stadium be opened. Works are delayed slightly because of... dry wea …" "published" => string(19) "2014-08-11 14:57:31" ) 39 => array(6) ( "title" => string(35) "New stadiums: Faroe Islands updated" "id" => string(4) "9511" "url" => string(34) "new_stadiums_faroe_islands_updated" "thumbnail" => string(31) "img/news/2014/08/9513-thumbnail" "lead" => string(192) "The national stadium grew since we last presented it. Two new stadiums also join our database from this small and remote locatio …" "published" => string(19) "2014-08-11 05:08:18" ) 40 => array(6) ( "title" => string(28) "New stadium: Groupama Aréna" "id" => string(4) "9509" "url" => string(26) "new_stadium_groupama_arena" "thumbnail" => string(31) "img/news/2014/08/9511-thumbnail" "lead" => string(205) "Less than 1.5 year after demolition of the historical predecessor, new arena in Budapest is ready for opening. Ferencvaros welco …" "published" => string(19) "2014-08-10 19:21:47" ) 41 => array(6) ( "title" => string(43) "London: Double standards a norm at Wembley?" "id" => string(4) "9507" "url" => string(41) "london_double_standards_a_norm_at_wembley" "thumbnail" => string(31) "img/news/2014/08/9509-thumbnail" "lead" => string(178) "Football Supporters Federation once again argue that football fans are treated differently than the rest of event-goers. And onc …" "published" => string(19) "2014-08-08 17:23:55" ) 42 => array(6) ( "title" => string(48) "Charleroi: Euro 2000 stadium reduction finalised" "id" => string(4) "9502" "url" => string(47) "charleroi_euro_2000_stadium_reduction_finalised" "thumbnail" => string(31) "img/news/2014/08/9503-thumbnail" "lead" => string(180) "After 14 years Stade du Pays de Charleroi is back to its pre-Euro size. Instead of 30,000 it’s just over 14,000 in capacity, w …" "published" => string(19) "2014-08-07 03:21:34" ) 43 => array(6) ( "title" => string(59) "10+ Ranking: Here are the best European clubs by attendance" "id" => string(4) "9500" "url" => string(57) "10_ranking_here_are_the_best_european_clubs_by_attendance" "thumbnail" => string(31) "img/news/2014/08/9501-thumbnail" "lead" => string(231) "There are 229 clubs in Europe enjoying on average 10,000 spectators and more. We list all of them to show the Continent’s most …" "published" => string(19) "2014-08-06 21:35:12" ) 44 => array(6) ( "title" => string(52) "Russia: Scandal in Kazan, female fans stripped naked" "id" => string(4) "9498" "url" => string(50) "russia_scandal_in_kazan_female_fans_stripped_naked" "thumbnail" => string(31) "img/news/2014/08/9499-thumbnail" "lead" => string(194) "Presuming that female fans may smuggle pyrotechnics for male friends, police in Kazan demanded that all women attending game of …" "published" => string(19) "2014-08-06 14:35:31" ) 45 => array(6) ( "title" => string(40) "Poland: Lublin stadium delivered on time" "id" => string(4) "9496" "url" => string(39) "poland_lublin_stadium_delivered_on_time" "thumbnail" => string(31) "img/news/2014/08/9497-thumbnail" "lead" => string(187) "Arena Lublin isn’t under construction any more. Crews left the site while handover procedures begin. Once all permissions are …" "published" => string(19) "2014-08-06 11:05:26" ) 46 => array(6) ( "title" => string(64) "Santa Clara: Harsh reviews of Levi’s Stadium’s opening night" "id" => string(4) "9494" "url" => string(57) "santa_clara_harsh_reviews_of_levis_stadiums_opening_night" "thumbnail" => string(31) "img/news/2014/08/9495-thumbnail" "lead" => string(228) "Saturday saw the first event at Levi’s Stadium and also thousands of frustrated fans, who couldn’t get in or out the stadium …" "published" => string(19) "2014-08-05 16:48:17" ) 47 => array(6) ( "title" => string(58) "Barcelona: Olympic complex to become a sporting theme park" "id" => string(4) "9492" "url" => string(57) "barcelona_olympic_complex_to_become_a_sporting_theme_park" "thumbnail" => string(31) "img/news/2014/08/9493-thumbnail" "lead" => string(193) "The vast sports center at Barcelona’s Montjuic will soon be transformed into Open Camp, the world’s first sporting theme par …" "published" => string(19) "2014-08-05 14:17:08" ) 48 => array(6) ( "title" => string(36) "Belgium: New stand in Lokeren opened" "id" => string(4) "9488" "url" => string(35) "belgium_new_stand_in_lokeren_opened" "thumbnail" => string(31) "img/news/2014/08/9488-thumbnail" "lead" => string(147) "Yesterday’s game against Zulte Waregem was the first with new ‘fourth stand’ at Daknamstadion. The stadium is now able to …" "published" => string(19) "2014-08-04 07:28:15" ) 49 => array(6) ( "title" => string(60) "Macedonia: Frightening accident and great help by rival fans" "id" => string(4) "9486" "url" => string(59) "macedonia_frightening_accident_and_great_help_by_rival_fans" "thumbnail" => string(31) "img/news/2014/08/9486-thumbnail" "lead" => string(173) "As visiting supporters were being pushed out of the stadium, a grenade exploded. Antagonistic home fans took care of those injur …" "published" => string(19) "2014-08-04 07:00:24" ) 50 => array(6) ( "title" => string(42) "Madrid: Court halts Bernabeu redevelopment" "id" => string(4) "9484" "url" => string(41) "madrid_court_halts_bernabeu_redevelopment" "thumbnail" => string(31) "img/news/2014/08/9484-thumbnail" "lead" => string(185) "The Supreme Court of Madrid stopped zoning changes that would allow Real Madrid’s stadium to grow commercially. However, it’ …" "published" => string(19) "2014-08-02 03:10:06" ) 51 => array(6) ( "title" => string(45) "Marseille: Olympique and city reach agreement" "id" => string(4) "9480" "url" => string(44) "marseille_olympique_and_city_reach_agreement" "thumbnail" => string(31) "img/news/2014/08/9480-thumbnail" "lead" => string(199) "Despite very strong words over the past weeks, both sides signed a 3-year contract yesterday. Olympique pledged to pay one of th …" "published" => string(19) "2014-08-01 17:48:41" ) 52 => array(6) ( "title" => string(55) "Budapest: Amazing national stadium presented in Hungary" "id" => string(4) "9478" "url" => string(54) "budapest_amazing_national_stadium_presented_in_hungary" "thumbnail" => string(31) "img/news/2014/08/9478-thumbnail" "lead" => string(154) "The final concept has landed. It’s even larger and more impressive than expected initially. And atop the stands it’s going t …" "published" => string(19) "2014-08-01 06:21:22" ) ) "debug" => string(0) "" "year" => string(4) "2014" "month" => string(2) "09" "url" => NULL ) }
"breadcrumbs" => array(3) ( 0 => array(2) ( 0 => string(4) "news" 1 => string(4) "News" ) 1 => array(2) ( 0 => string(9) "news/2014" 1 => string(4) "2014" ) 2 => array(2) ( 0 => string(12) "news/2014/08" 1 => string(6) "August" ) ) "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(17) "News: August 2014" )298 { 299 throw new Kohana_View_Exception('You must set the file to use within your view before rendering'); 300 } 301 302 // Combine local and global data and capture the output 303 return View::capture($this->_file, $this->_data + View::$_global_data); 304 } 305 306 } // End View
-
SYSPATH/classes/kohana/view.php [ 193 ] » Kohana_View->render()
188 */ 189 public function __toString() 190 { 191 try 192 { 193 return $this->render(); 194 } 195 catch (Exception $e) 196 { 197 // Display the exception message 198 Kohana::exception_handler($e);
-
APPPATH/bootstrap.php [ 634 ] » Kohana_View->__toString()
629 $total = array( 630 '{memory_usage}' => number_format((memory_get_peak_usage() - KOHANA_START_MEMORY) / 1024, 2).'KB', 631 '{execution_time}' => number_format(microtime(TRUE) - KOHANA_START_TIME, 5).' seconds'); 632 633 // Insert the totals into the response 634 $request->response = strtr((string) $request->response, $total); 635 } 636 637 638 /** 639 * 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;