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(44) ( 0 => array(6) ( "title" => string(48) "Liverpool: Anfield with 4G connectivity for fans" "id" => string(5) "15770" "url" => string(47) "liverpool_anfield_with_4g_connectivity_for_fans" "thumbnail" => string(32) "img/news/2018/05/15770-thumbnail" "lead" => string(199) "From 2018/19 onwards Liverpool supporters will be able to upload their matchday social media posts instantly, thanks to new 4G n …" "published" => string(19) "2018-05-31 00:14:41" ) 1 => array(6) ( "title" => string(60) "London: Tottenham's deadline, sliding field and microbrewery" "id" => string(5) "15767" "url" => string(57) "london_tottenhams_deadline_sliding_field_and_microbrewery" "thumbnail" => string(32) "img/news/2018/05/15767-thumbnail" "lead" => string(246) "Though speculation is still rampant with just over two months left before planned delivery, Tottenham ensures August is still th …" "published" => string(19) "2018-05-30 17:15:56" ) 2 => array(6) ( "title" => string(55) "Arizona: 3rd Super Bowl for Glendale, what will change?" "id" => string(5) "15765" "url" => string(52) "arizona_3rd_super_bowl_for_glendale_what_will_change" "thumbnail" => string(32) "img/news/2018/05/15765-thumbnail" "lead" => string(197) "In 2023 Super Bowl will be played at University of Phoenix Stadium for the third time. By that time up to $100 million will be i …" "published" => string(19) "2018-05-29 16:53:33" ) 3 => array(6) ( "title" => string(56) "Dundee: The Dees ready to buy stadium when time is right" "id" => string(5) "15763" "url" => string(55) "dundee_the_dees_ready_to_buy_stadium_when_time_is_right" "thumbnail" => string(32) "img/news/2018/05/15763-thumbnail" "lead" => string(232) "Dundee FC General director John Nelms announced his company has a deal in place to buy the current stadium outright from its cur …" "published" => string(19) "2018-05-29 15:06:12" ) 4 => array(6) ( "title" => string(35) "Mexico City: Farewell, Estadio Azul" "id" => string(5) "15762" "url" => string(33) "mexico_city_farewell_estadio_azul" "thumbnail" => string(32) "img/news/2018/05/15762-thumbnail" "lead" => string(179) "That's literally it. No more event will be held at Estadio Azul, one of Latin America's football temples. What now? Relocation f …" "published" => string(19) "2018-05-29 00:18:43" ) 5 => array(6) ( "title" => string(49) "Sevilla: 1st out of 7 phases of renovation begins" "id" => string(5) "15757" "url" => string(48) "sevilla_1st_out_of_7_phases_of_renovation_begins" "thumbnail" => string(32) "img/news/2018/05/15757-thumbnail" "lead" => string(194) "By August Estadio Ramón Sánchez Pizjuán will grow by roughly 1,000 seats. That's just the first out of seven phases of redeve …" "published" => string(19) "2018-05-26 03:35:32" ) 6 => array(6) ( "title" => string(49) "Florence: Viola still working, Mercafir impatient" "id" => string(5) "15754" "url" => string(47) "florence_viola_still_working_mercafir_impatient" "thumbnail" => string(32) "img/news/2018/05/15754-thumbnail" "lead" => string(175) "While Fiorentina has 5 more months to deliver complete project paperwork, the trade center standing in the place of potential st …" "published" => string(19) "2018-05-25 12:53:20" ) 7 => array(6) ( "title" => string(32) "UEFA: Atatürk's last cup final?" "id" => string(5) "15752" "url" => string(28) "uefa_ataturks_last_cup_final" "thumbnail" => string(32) "img/news/2018/05/15752-thumbnail" "lead" => string(195) "15 years after the sensational 2005 Champions League final, Istanbul's national stadium will host the event once more. And possi …" "published" => string(19) "2018-05-24 19:12:54" ) 8 => array(6) ( "title" => string(56) "Cincinnati: FC Cincinnati get public funding for stadium" "id" => string(5) "15748" "url" => string(55) "cincinnati_fc_cincinnati_get_public_funding_for_stadium" "thumbnail" => string(32) "img/news/2018/05/15748-thumbnail" "lead" => string(204) "The city promised $33.9 million to do site preparation, utility work and parking for FC Cincinnati's 21,080-seat stadium. The ci …" "published" => string(19) "2018-05-24 02:13:10" ) 9 => array(6) ( "title" => string(41) "Safe standing: Shrewsbury writing history" "id" => string(5) "15747" "url" => string(40) "safe_standing_shrewsbury_writing_history" "thumbnail" => string(32) "img/news/2018/05/15747-thumbnail" "lead" => string(173) "Not used so far, but already prepared for supporters. The very first safe standing section across professional football in Engla …" "published" => string(19) "2018-05-24 01:33:38" ) 10 => array(6) ( "title" => string(70) "Belarus: Brest stadium to honour... Sheikh Zayed Bin Sultan Al Nahyan?" "id" => string(5) "15745" "url" => string(65) "belarus_brest_stadium_to_honour_sheikh_zayed_bin_sultan_al_nahyan" "thumbnail" => string(32) "img/news/2018/05/15745-thumbnail" "lead" => string(262) "It's only May but this may just be the most bizarre news release of this year. Diego Maradona became co-owner of Dynamo Brest in …" "published" => string(19) "2018-05-24 00:42:52" ) 11 => array(6) ( "title" => string(65) "Colombia: Will America de Cali get their own 45,000-seat stadium?" "id" => string(5) "15743" "url" => string(61) "colombia_will_america_de_cali_get_their_own_45000seat_stadium" "thumbnail" => string(32) "img/news/2018/05/15743-thumbnail" "lead" => string(174) "So far only one professional team in Colombia has a stadium of their own. Now America de Cali can join their local rivals Deport …" "published" => string(19) "2018-05-23 21:20:07" ) 12 => array(6) ( "title" => string(55) "Chicago: More details of Lincoln Yards stadium precinct" "id" => string(5) "15740" "url" => string(54) "chicago_more_details_of_lincoln_yards_stadium_precinct" "thumbnail" => string(32) "img/news/2018/05/15740-thumbnail" "lead" => string(221) "Ownership structure for the new USL team, price tag for the 20,000-seat stadium, new renders and a lot about plans of the stadiu …" "published" => string(19) "2018-05-22 23:26:25" ) 13 => array(6) ( "title" => string(44) "Valencia: Nou Mestalla to finally get going?" "id" => string(5) "15739" "url" => string(42) "valencia_nou_mestalla_to_finally_get_going" "thumbnail" => string(32) "img/news/2018/05/15739-thumbnail" "lead" => string(213) "With not much time left to lose, Valencia CF appoint global consultancy brand Deloitte to construct the financial side of Nou Me …" "published" => string(19) "2018-05-22 18:58:52" ) 14 => array(6) ( "title" => string(40) "New design: Scunthorpe's Plan B revealed" "id" => string(5) "15737" "url" => string(38) "new_design_scunthorpes_plan_b_revealed" "thumbnail" => string(32) "img/news/2018/05/15737-thumbnail" "lead" => string(206) "It was almost ready for construction and then Scunthorpe United announced they were pulling out. Their new stadium was abandoned …" "published" => string(19) "2018-05-21 21:55:51" ) 15 => array(6) ( "title" => string(50) "Los Angeles: Inglewood stadium at over $4 billion?" "id" => string(5) "15733" "url" => string(47) "los_angeles_inglewood_stadium_at_over_4_billion" "thumbnail" => string(32) "img/news/2018/05/15733-thumbnail" "lead" => string(237) "According to a surprisingly detailed report by Sports Business Journals, the world's most expensive stadium is now expected to c …" "published" => string(19) "2018-05-18 18:32:47" ) 16 => array(6) ( "title" => string(62) "Monterrey: Investor hopes to lure Tigres to 'Estadio Insignia'" "id" => string(5) "15730" "url" => string(59) "monterrey_investor_hopes_to_lure_tigres_to_estadio_insignia" "thumbnail" => string(32) "img/news/2018/05/15730-thumbnail" "lead" => string(171) "One of Mexico's best teams might play at one of the world's most impressive stadiums. But it's far from a done deal. In fact, te …" "published" => string(19) "2018-05-18 03:40:35" ) 17 => array(6) ( "title" => string(50) "England: Serious blow for St Albans stadium scheme" "id" => string(5) "15729" "url" => string(49) "england_serious_blow_for_st_albans_stadium_scheme" "thumbnail" => string(32) "img/news/2018/05/15729-thumbnail" "lead" => string(245) "Council officers did not include a new village with stadium in their draft of new local development plan. The proposed massive d …" "published" => string(19) "2018-05-17 18:44:19" ) 18 => array(6) ( "title" => string(54) "England: New stadium “only option” for Bournemouth" "id" => string(5) "15727" "url" => string(47) "england_new_stadium_only_option_for_bournemouth" "thumbnail" => string(32) "img/news/2018/05/15727-thumbnail" "lead" => string(211) "With another season in Premier League secured, Bournemouth can continue planing their stadium relocation. So far they've been at …" "published" => string(19) "2018-05-17 17:47:35" ) 19 => array(6) ( "title" => string(36) "Berlin: Hertha corrects stadium plan" "id" => string(5) "15725" "url" => string(35) "berlin_hertha_corrects_stadium_plan" "thumbnail" => string(32) "img/news/2018/05/15725-thumbnail" "lead" => string(227) "It's still not approved by authorities, not just yet. But this time the 55,500-capacity stadium might be acceptable even with mo …" "published" => string(19) "2018-05-16 20:44:16" ) 20 => array(6) ( "title" => string(42) "Sao Paulo: Major changes await at Pacaembu" "id" => string(5) "15723" "url" => string(41) "sao_paulo_major_changes_await_at_pacaembu" "thumbnail" => string(32) "img/news/2018/05/15723-thumbnail" "lead" => string(177) "Located at the very heart of South America's largest metropolis, Pacaembu will first be privatised, then renovated thoroughly an …" "published" => string(19) "2018-05-16 15:56:10" ) 21 => array(6) ( "title" => string(38) "London: Tottenham's fight against time" "id" => string(5) "15721" "url" => string(36) "london_tottenhams_fight_against_time" "thumbnail" => string(32) "img/news/2018/05/15721-thumbnail" "lead" => string(261) "With every passing week and no information of opening date, speculation about possible delays will only get louder. Tottenham ar …" "published" => string(19) "2018-05-15 21:37:24" ) 22 => array(6) ( "title" => string(40) "New design: Just a walk from ground zero" "id" => string(5) "15719" "url" => string(39) "new_design_just_a_walk_from_ground_zero" "thumbnail" => string(32) "img/news/2018/05/15719-thumbnail" "lead" => string(241) "Back in 1945 almost nothing stood here. Now Nagasaki is a thriving city and its heart is changing as well. Under the slogan “f …" "published" => string(19) "2018-05-15 02:22:36" ) 23 => array(6) ( "title" => string(47) "StadiumDB Newsletter: Issue 51 - Iraq and more!" "id" => string(5) "15717" "url" => string(29) "stadiumdb_newsletter_issue_51" "thumbnail" => string(32) "img/news/2018/05/15717-thumbnail" "lead" => string(305) "From Iraq's heated inauguration, through concerns around stadiums in France, to safety issues during the Polish Cup finals. Thos …" "published" => string(19) "2018-05-15 01:59:51" ) 24 => array(6) ( "title" => string(68) "Russia 2018: Did authorities ask for free labour in Nizhny Novgorod?" "id" => string(5) "15716" "url" => string(66) "russia_2018_did_authorities_ask_for_free_labour_in_nizhny_novgorod" "thumbnail" => string(32) "img/news/2018/05/15716-thumbnail" "lead" => string(204) "Sports complexes around Nizhny Novgorod received a letter asking them to offer workers for urgent works at the N. Novgorod stadi …" "published" => string(19) "2018-05-14 20:30:16" ) 25 => array(6) ( "title" => string(40) "Belgium: Anderlecht to stay put, for now" "id" => string(5) "15714" "url" => string(38) "belgium_anderlecht_to_stay_put_for_now" "thumbnail" => string(32) "img/news/2018/05/15714-thumbnail" "lead" => string(168) "Where will Anderlecht play in 5 years time? Constant Vanden Stock, as always. Long-term plan is to move or expand the stadium, b …" "published" => string(19) "2018-05-14 17:22:55" ) 26 => array(6) ( "title" => string(36) "Poland: Disabled fans set new record" "id" => string(5) "15712" "url" => string(35) "poland_disabled_fans_set_new_record" "thumbnail" => string(32) "img/news/2018/05/15712-thumbnail" "lead" => string(208) "They've been doing amazing things for years now, opening eyes of those who didn't see disabled football fans as an important gro …" "published" => string(19) "2018-05-14 15:55:26" ) 27 => array(6) ( "title" => string(60) "Germany: Naming rights extenstion a boost for reconstruction" "id" => string(5) "15710" "url" => string(59) "germany_naming_rights_extenstion_a_boost_for_reconsturction" "thumbnail" => string(32) "img/news/2018/05/15710-thumbnail" "lead" => string(172) "SV Darmstadt 98 and naming rights sponsor Merck agreed terms and will remain in partnership until 2024. By that time the stadium …" "published" => string(19) "2018-05-12 17:51:37" ) 28 => array(6) ( "title" => string(53) "Emirates Stadium needs upgrades, some planned already" "id" => string(5) "15708" "url" => string(52) "emirates_stadium_needs_upgrades_some_planned_already" "thumbnail" => string(32) "img/news/2018/05/15708-thumbnail" "lead" => string(218) "It's a weird situation when your relatively new stadium becomes the oldest among all major football grounds in London. That is t …" "published" => string(19) "2018-05-11 20:10:50" ) 29 => array(6) ( "title" => string(53) "Chelsea's out of options if Wembley sale goes through" "id" => string(5) "15707" "url" => string(52) "chelseas_out_of_options_if_wembley_sale_goes_through" "thumbnail" => string(32) "img/news/2018/05/15707-thumbnail" "lead" => string(235) "While the deal is far from sealed, potential Wembley sale is already one of the hottest topics in English football. It might hav …" "published" => string(19) "2018-05-11 19:58:00" ) 30 => array(6) ( "title" => string(44) "Vienna: “Ernst-Happel-Stadion must stay”" "id" => string(5) "15706" "url" => string(35) "vienna_ernsthappelstadion_must_stay" "thumbnail" => string(32) "img/news/2018/05/15706-thumbnail" "lead" => string(215) "Historians took to the media to appeal for Ernst-Happel-Stadion not to be demolished. The venue is of crucial historical importa …" "published" => string(19) "2018-05-10 23:20:09" ) 31 => array(6) ( "title" => string(65) "France: Finally, the 2003 expansion in Clermont-Ferrand can begin" "id" => string(5) "15704" "url" => string(62) "france_finally_the_2003_expansion_in_clermontferrand_can_begin" "thumbnail" => string(32) "img/news/2018/05/15704-thumbnail" "lead" => string(197) "After 15 years the city council has approved the implementation of a 2003 vision to expand Stade Gabriel Montpied in Clermont-Fe …" "published" => string(19) "2018-05-10 17:22:25" ) 32 => array(6) ( "title" => string(49) "Iraq: They have the passion, now also the stadium" "id" => string(5) "15702" "url" => string(47) "iraq_they_have_the_passion_now_also_the_stadium" "thumbnail" => string(32) "img/news/2018/05/15702-thumbnail" "lead" => string(208) "We'd risk saying that football is a second religion in Iraq and when you look at these crowds, you might agree. Packed beyond ca …" "published" => string(19) "2018-05-10 06:12:12" ) 33 => array(6) ( "title" => string(67) "What next for Wembley Stadium after Spurs ends its season long rent" "id" => string(5) "15700" "url" => string(67) "what_next_for_wembley_stadium_after_spurs_ends_its_season_long_rent" "thumbnail" => string(32) "img/news/2018/05/15700-thumbnail" "lead" => string(260) "With Tottenham Hotspur ending its season long rent of Wembley Stadium, England’s national stadium, what next for this iconic s …" "published" => string(19) "2018-05-09 21:43:32" ) 34 => array(6) ( "title" => string(47) "South Africa: Scandal over plagiarism non-issue" "id" => string(5) "15698" "url" => string(45) "south_africa_scandal_over_plagiarism_nonissue" "thumbnail" => string(32) "img/news/2018/05/15698-thumbnail" "lead" => string(243) "The 'scandal' exploded in hours, resulting in Russians releasing a statement and the architect of the original stadium being ask …" "published" => string(19) "2018-05-09 06:11:30" ) 35 => array(6) ( "title" => string(52) "France: Strong words on the birthday of La Beaujoire" "id" => string(5) "15696" "url" => string(51) "france_strong_words_on_the_birthday_of_la_beaujoire" "thumbnail" => string(32) "img/news/2018/05/15696-thumbnail" "lead" => string(191) "As the famous stadium in Nantes celebrates its 34th birthday, the fan association A La Beaujoire releases a very poignant statem …" "published" => string(19) "2018-05-09 02:07:56" ) 36 => array(6) ( "title" => string(45) "Cologne: RheinEnergie extends naming contract" "id" => string(5) "15693" "url" => string(44) "cologne_rheinenergie_extends_naming_contract" "thumbnail" => string(32) "img/news/2018/05/15693-thumbnail" "lead" => string(198) "It's already the third time RheinEnergie have decided to prolong their naming rights cooperation for Cologne's largest stadium. …" "published" => string(19) "2018-05-07 18:42:55" ) 37 => array(6) ( "title" => string(46) "Japan: Football venues of Tokyo 2020 confirmed" "id" => string(5) "15692" "url" => string(45) "japan_football_venues_of_tokyo_2020_confirmed" "thumbnail" => string(32) "img/news/2018/05/15692-thumbnail" "lead" => string(182) "Seven stadiums altogether, five of them the same as during the 2002 World Cup. Japan will only see one purpose-built stadium use …" "published" => string(19) "2018-05-07 02:45:25" ) 38 => array(6) ( "title" => string(71) "Saint Petersburg: Another contractor sued for billions over Zenit Arena" "id" => string(5) "15690" "url" => string(70) "saint_petersburg_another_contractor_sued_for_billions_over_zenit_arena" "thumbnail" => string(32) "img/news/2018/05/15690-thumbnail" "lead" => string(229) "The notorious new stadium in Saint Petersburg will once more be the subject of legal dispute as the Construction Committee deman …" "published" => string(19) "2018-05-06 22:04:38" ) 39 => array(6) ( "title" => string(45) "Poland: Another dark side of Polish Cup Final" "id" => string(5) "15687" "url" => string(45) "poland_another_dark_side_of_polands_cup_final" "thumbnail" => string(32) "img/news/2018/05/15687-thumbnail" "lead" => string(238) "While most of the media attention is focused on dangerous use of pyrotechnics, there's a situation sadly missed by mainstream me …" "published" => string(19) "2018-05-04 15:05:16" ) 40 => array(6) ( "title" => string(47) "New stadiums: Three from Poland to honour May 3" "id" => string(5) "15685" "url" => string(46) "new_stadiums_three_from_poland_to_honour_may_3" "thumbnail" => string(32) "img/news/2018/05/15685-thumbnail" "lead" => string(212) "Since we run the same website in two languages, you get the chance to celebrate with us the 227th anniversary of Poland's first …" "published" => string(19) "2018-05-04 04:32:52" ) 41 => array(6) ( "title" => string(50) "Liverpool: Peel reveals master plan, hides stadium" "id" => string(5) "15683" "url" => string(47) "liverpool_peel_reveals_mster_plan_hides_stadium" "thumbnail" => string(32) "img/news/2018/05/15683-thumbnail" "lead" => string(191) "Investor behind the £5 billion Liverpool Waters project has released fresh renders, showing amended plans for the precinct. How …" "published" => string(19) "2018-05-03 17:42:42" ) 42 => array(6) ( "title" => string(39) "Poland: Same old, same old at Cup Final" "id" => string(5) "15681" "url" => string(37) "poland_same_old_same_old_at_cup_final" "thumbnail" => string(32) "img/news/2018/05/15681-thumbnail" "lead" => string(206) "It's one of Europe's most spectacular games in the stands, but Polish Cup final is also a fixture marred by incidents that shoul …" "published" => string(19) "2018-05-02 21:21:04" ) 43 => array(6) ( "title" => string(42) "Russia: Kazan Arena still far from perfect" "id" => string(5) "15679" "url" => string(41) "russia_kazan_arena_still_far_from_perfect" "thumbnail" => string(32) "img/news/2018/05/15679-thumbnail" "lead" => string(242) "Even though it's been in use for 5 years, the gem of Tatarstan is still struggling to generate revenue. Key issue? Relations bet …" "published" => string(19) "2018-05-01 15:30:48" ) ) "debug" => string(0) "" "year" => string(4) "2018" "month" => string(2) "06" "url" => NULL ) }
"breadcrumbs" => array(3) ( 0 => array(2) ( 0 => string(4) "news" 1 => string(4) "News" ) 1 => array(2) ( 0 => string(9) "news/2018" 1 => string(4) "2018" ) 2 => array(2) ( 0 => string(12) "news/2018/05" 1 => string(3) "May" ) ) "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(14) "News: May 2018" )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;