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 [ 39 ] » Kohana_Auth::instance()
34 $title_text = $title . ' – ' . __('Stadiony.net'); 35 $body_class = ''; 36 } 37 38 39 if (Auth::instance()->logged_in('admin')) { 40 $tinymce_config = View::factory('admin/tinymce_config')->render(); 41 } else { 42 $tinymce_config = ''; 43 } 44
-
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(39) ( 0 => array(6) ( "title" => string(64) "Belgium: Three sites considered for the new Royale Union SG home" "id" => string(5) "19535" "url" => string(63) "belgium_three_sites_considered_for_the_new_royale_union_sg_home" "thumbnail" => string(32) "img/news/2022/01/19535-thumbnail" "lead" => string(234) "The current leaders of the Belgian Jupiler League are slowly planning their move to a new venue. The Brussels club is currently …" "published" => string(19) "2022-01-31 23:24:00" ) 1 => array(6) ( "title" => string(49) "New stadium: Desert tent from Qatar finally ready" "id" => string(5) "19534" "url" => string(48) "new_stadium_desert_tent_from_qatar_finally_ready" "thumbnail" => string(32) "img/news/2022/01/19532-thumbnail" "lead" => string(228) "The second-largest venue for the 2022 World Cup was inaugurated last year. On November 21, 2022, the first match of the tourname …" "published" => string(19) "2022-01-30 23:34:00" ) 2 => array(6) ( "title" => string(45) "USA: Soccer in Las Vegas in just a few years?" "id" => string(5) "19530" "url" => string(43) "usa_soccer_in_las_vegas_in_just_a_few_years" "thumbnail" => string(32) "img/news/2022/01/19530-thumbnail" "lead" => string(155) "Aston Villa's owners are looking increasingly bold towards a large investment in the United States. Will soccer come to Sin City …" "published" => string(19) "2022-01-29 00:58:46" ) 3 => array(6) ( "title" => string(59) "New stadium: They have reason to be proud again in Columbus" "id" => string(5) "19529" "url" => string(58) "new_stadium_they_have_reason_to_be_proud_again_in_columbus" "thumbnail" => string(32) "img/news/2022/01/19526-thumbnail" "lead" => string(196) "Years ago, the Columbus Crew proudly boasted the first stadium in the US built specially for a soccer club. In 2021, the team se …" "published" => string(19) "2022-01-28 20:56:00" ) 4 => array(6) ( "title" => string(55) "England: Rovers are closer to starting work on new home" "id" => string(5) "19526" "url" => string(54) "england_rovers_are_closer_to_starting_work_on_new_home" "thumbnail" => string(32) "img/news/2022/01/19524-thumbnail" "lead" => string(243) "Green energy company, Ecotricity, has submitted revised plans for a new stadium of Forest Green Rovers. This was a must as previ …" "published" => string(19) "2022-01-27 19:58:27" ) 5 => array(6) ( "title" => string(51) "New stadium: Turbulent history of Al-Madina Stadium" "id" => string(5) "19524" "url" => string(49) "new_stadium_turbulent_history_of_almadina_stadium" "thumbnail" => string(32) "img/news/2022/01/19522-thumbnail" "lead" => string(271) "The story behind the construction of this venue is a ready-made script for an action movie. We would be watching kidnappings, th …" "published" => string(19) "2022-01-26 21:01:00" ) 6 => array(6) ( "title" => string(55) "New stadium: Sailing ship arrived in the Cambodian port" "id" => string(5) "19522" "url" => string(54) "new_stadium_sailing_ship_arrived_in_the_cambodian_port" "thumbnail" => string(32) "img/news/2022/01/19521-thumbnail" "lead" => string(218) "They had been waiting a long time and finally got it! From December 2021, after almost 4.5 years of construction, Cambodia can f …" "published" => string(19) "2022-01-25 22:07:00" ) 7 => array(6) ( "title" => string(67) "Manchester United evaluate Old Trafford modernisation and expansion" "id" => string(5) "19520" "url" => string(67) "manchester_united_evaluate_old_trafford_modernisation_and_expansion" "thumbnail" => string(32) "img/news/2022/01/19518-thumbnail" "lead" => string(361) "Arguably the most famous club in world football, Manchester United also boasts the biggest club stadium in the United Kingdom, c …" "published" => string(19) "2022-01-25 16:56:07" ) 8 => array(6) ( "title" => string(59) "Berlin: No chance for Union's stadium expansion this summer" "id" => string(5) "19519" "url" => string(57) "berlin_no_chance_for_unions_stadium_expansion_this_summer" "thumbnail" => string(32) "img/news/2022/01/19517-thumbnail" "lead" => string(255) "Clubs from the German capital have a hard time when it comes to stadium infrastructure. Hertha is laboriously looking for a suit …" "published" => string(19) "2022-01-24 20:27:01" ) 9 => array(6) ( "title" => string(49) "Mexico: Tigres awaiting eruption of new 'volcano'" "id" => string(5) "19517" "url" => string(46) "mexico_tigres_awaiting_eruption_of_new_volcano" "thumbnail" => string(32) "img/news/2022/01/19516-thumbnail" "lead" => string(264) "Admittedly, Mexico is quite a seismically active place on earth, but this time it is not about any natural phenomena, but about …" "published" => string(19) "2022-01-23 22:43:00" ) 10 => array(6) ( "title" => string(55) "Belfast: Redevelopment of Casement Park still uncertain" "id" => string(5) "19515" "url" => string(54) "belfast_redevelopment_of_casement_park_still_uncertain" "thumbnail" => string(32) "img/news/2022/01/19515-thumbnail" "lead" => string(260) "The new president of Ulster GAA has set himself the goal of commencing the redevelopment of Casement Park during his term. The f …" "published" => string(19) "2022-01-21 22:56:05" ) 11 => array(6) ( "title" => string(99) "Austria: A billionaire wants to build a stadium for Austria Salzburg, the city snubs its nose at it" "id" => string(5) "19512" "url" => string(97) "austria_a_billionaire_wants_to_build_a_stadium_for_austria_salzburg_the_city_snubs_its_nose_at_it" "thumbnail" => string(32) "img/news/2022/01/19511-thumbnail" "lead" => string(162) "Salzburg is a medium-sized Austrian city with a fairly rich history in the field of stadiums. Bavarian billionaire Max Aicher wa …" "published" => string(19) "2022-01-20 18:03:40" ) 12 => array(6) ( "title" => string(54) "Croatia: Osijek will set the standards in the Balkans?" "id" => string(5) "19510" "url" => string(52) "croatia_osijek_will_set_the_standards_in_the_balkans" "thumbnail" => string(32) "img/news/2022/01/19510-thumbnail" "lead" => string(156) "One of the top teams of the Croatian League will soon receive its new stadium. The facility is expected to be the most modern fo …" "published" => string(19) "2022-01-20 02:28:50" ) 13 => array(6) ( "title" => string(52) "Valencia: Works on Nou Mestalla to resume in October" "id" => string(5) "19509" "url" => string(51) "valencia_works_on_nou_mestalla_to_resume_in_october" "thumbnail" => string(32) "img/news/2022/01/19506-thumbnail" "lead" => string(254) "Recently, the club's representatives met twice with the Generalitat Valenciana (various self-governing bodies of the Autonomous …" "published" => string(19) "2022-01-19 21:19:07" ) 14 => array(6) ( "title" => string(54) "England: Plymouth Argyle announce stadium improvements" "id" => string(5) "19507" "url" => string(53) "england_plymouth_argyle_announce_stadium_improvements" "thumbnail" => string(32) "img/news/2022/01/19505-thumbnail" "lead" => string(232) "The scope of works at Home Park will probably be revealed in the next couple of months. So far, the club has not released many d …" "published" => string(19) "2022-01-18 21:12:27" ) 15 => array(6) ( "title" => string(36) "Italy: Bari will refresh its 'giant'" "id" => string(5) "19505" "url" => string(33) "italy_bari_will_refresh_its_giant" "thumbnail" => string(32) "img/news/2022/01/19504-thumbnail" "lead" => string(182) "Following the awarding of tenders, renovation work at Bari's Stadio San Nicola will soon begin. This will allow the local team t …" "published" => string(19) "2022-01-17 20:55:44" ) 16 => array(6) ( "title" => string(49) "New stadium: Turkish Hatayspor focuses on ecology" "id" => string(5) "19503" "url" => string(48) "new_stadium_turkish_hatayspor_focuses_on_ecology" "thumbnail" => string(32) "img/news/2022/01/19500-thumbnail" "lead" => string(217) "In southern Turkey, right on the Mediterranean Sea, a venue was built that draws on the climate conditions of the region. The so …" "published" => string(19) "2022-01-16 19:19:26" ) 17 => array(6) ( "title" => string(66) "El Salvador: Construction of the national stadium will start soon?" "id" => string(5) "19501" "url" => string(64) "el_salvador_construction_of_the_national_stadium_will_start_soon" "thumbnail" => string(32) "img/news/2022/01/19499-thumbnail" "lead" => string(317) "The welcome of the New Year was remarkably joyful for football fans in El Salvador. On December 30, the country's president Nayi …" "published" => string(19) "2022-01-15 02:28:32" ) 18 => array(6) ( "title" => string(39) "England: Oxford United plan to relocate" "id" => string(5) "19498" "url" => string(38) "england_oxford_united_plan_to_relocate" "thumbnail" => string(32) "img/news/2022/01/19497-thumbnail" "lead" => string(198) "The club's sporting ambitions reach at least the Championship level. When it comes to infrastructure aspirations, United want to …" "published" => string(19) "2022-01-13 21:05:36" ) 19 => array(6) ( "title" => string(51) "Stadium of the Year 2021: Time for You to nominate!" "id" => string(5) "19496" "url" => string(49) "stadium_of_the_year_2021_time_for_you_to_nominate" "thumbnail" => string(32) "img/news/2022/01/19496-thumbnail" "lead" => string(228) "January is a special time on our website, when we begin the process of considering the candidates in the battle for Stadium of t …" "published" => string(19) "2022-01-13 16:31:00" ) 20 => array(6) ( "title" => string(61) "New stadium: Football returned home to the legendary Alsancak" "id" => string(5) "19494" "url" => string(60) "new_stadium_football_returned_home_to_the_legendary_alsancak" "thumbnail" => string(32) "img/news/2022/01/19493-thumbnail" "lead" => string(208) "Practically every Izmir club had played at this facility for some time in its history. It's no wonder that fans of local teams d …" "published" => string(19) "2022-01-12 20:56:25" ) 21 => array(6) ( "title" => string(71) "Nashville: Major investment with the stadium at the heart of the action" "id" => string(5) "19491" "url" => string(70) "nashville_major_investment_with_the_stadium_at_the_heart_of_the_action" "thumbnail" => string(32) "img/news/2022/01/19489-thumbnail" "lead" => string(272) "Another American stadium colossus is about to undergo a major renovation. This time it is Nissan Stadium in Nashville where the …" "published" => string(19) "2022-01-12 15:46:00" ) 22 => array(6) ( "title" => string(49) "New stadium: Arena in Budapest with unique facade" "id" => string(5) "19490" "url" => string(48) "new_stadium_arena_in_budapest_with_unique_facade" "thumbnail" => string(32) "img/news/2022/01/19488-thumbnail" "lead" => string(247) "It is intimate, but perfectly tailored to the current needs of Honvéd. Its hallmark is the facade, the implementation of which …" "published" => string(19) "2022-01-11 20:03:51" ) 23 => array(6) ( "title" => string(56) "Oregon: Old grandstand was knocked down at Reser Stadium" "id" => string(5) "19488" "url" => string(55) "oregon_old_grandstand_was_knocked_down_at_reser_stadium" "thumbnail" => string(32) "img/news/2022/01/19487-thumbnail" "lead" => string(256) "The demolition of a worn-out grandstand paves the way for the upgrade of the venue where the Oregon State Beavers play on a dail …" "published" => string(19) "2022-01-11 10:58:21" ) 24 => array(6) ( "title" => string(56) "England: West Ham close to expansion despite huge losses" "id" => string(5) "19487" "url" => string(55) "england_west_ham_close_to_expansion_despite_huge_losses" "thumbnail" => string(32) "img/news/2022/01/19486-thumbnail" "lead" => string(134) "The stadium, which hosted the opening and closing ceremonies of the 2012 London Olympics, is likely to see the west stand redeve …" "published" => string(19) "2022-01-10 22:08:33" ) 25 => array(6) ( "title" => string(39) "Miami: Inter's plans are moving forward" "id" => string(5) "19485" "url" => string(37) "miami_inters_plans_are_moving_forward" "thumbnail" => string(32) "img/news/2022/01/19406-thumbnail" "lead" => string(206) "Perhaps a contract will soon be signed for the construction of a new ground for the Miami club. The current venue does not live …" "published" => string(19) "2022-01-10 15:18:25" ) 26 => array(6) ( "title" => string(65) "Germany: Cash is tight, but Energie is planning a stadium upgrade" "id" => string(5) "19484" "url" => string(63) "germany_cash_is_tight_but_energie_is_planning_a_stadium_upgrade" "thumbnail" => string(32) "img/news/2022/01/19405-thumbnail" "lead" => string(224) "More than ten years have passed since Stadion der Freundschaft was last modernised. The authorities of Energie have decided that …" "published" => string(19) "2022-01-09 20:09:57" ) 27 => array(6) ( "title" => string(42) "Romania: Rapid to be host at new Giulești" "id" => string(5) "19482" "url" => string(40) "romania_rapid_to_be_host_at_new_giulesti" "thumbnail" => string(32) "img/news/2022/01/19404-thumbnail" "lead" => string(210) "The stadium with a price tag of €37.5 million is to accommodate just over 14,000 spectators and will be the new home of Rapid. …" "published" => string(19) "2022-01-08 16:18:38" ) 28 => array(6) ( "title" => string(69) "England: How Can Elland Road Become a World-Beating Football Stadium?" "id" => string(5) "19480" "url" => string(66) "england_how_can_elland_road_become_a_worldbeating_football_stadium" "thumbnail" => string(32) "img/news/2022/01/19403-thumbnail" "lead" => string(336) "Leeds United is a massive football club with a wealth of history. Elland Road, Leeds’ stadium, is iconic in Europe as being on …" "published" => string(19) "2022-01-07 21:38:54" ) 29 => array(6) ( "title" => string(63) "New Stadium: Meet most important venue of Africa Cup of Nations" "id" => string(5) "19479" "url" => string(62) "new_stadium_meet_most_important_venue_of_africa_cup_of_nations" "thumbnail" => string(32) "img/news/2022/01/19402-thumbnail" "lead" => string(199) "One of the liveliest football tournaments begins on Sunday. The matches will be played at six stadiums in Cameroon. 24 teams wil …" "published" => string(19) "2022-01-07 19:45:45" ) 30 => array(6) ( "title" => string(39) "USA: Gillette Stadium will be renovated" "id" => string(5) "19477" "url" => string(38) "usa_gillette_stadium_will_be_renovated" "thumbnail" => string(32) "img/news/2022/01/19401-thumbnail" "lead" => string(210) "New England Patriots are transforming Gillette Stadium. The revamp project will begin in early 2022 and its price tag is $225 mi …" "published" => string(19) "2022-01-06 21:38:50" ) 31 => array(6) ( "title" => string(44) "Germany: 1. FC Nürnberg wants a new stadium" "id" => string(5) "19476" "url" => string(41) "germany_1_fc_nurnberg_wants_a_new_stadium" "thumbnail" => string(32) "img/news/2022/01/19400-thumbnail" "lead" => string(268) "In Germany, most stadiums do not burden city budgets, as clubs pay relatively high rents. It is a bit different in Nuremberg, wh …" "published" => string(19) "2022-01-06 21:04:11" ) 32 => array(6) ( "title" => string(65) "England: Luton Town raised most of the funds to build the stadium" "id" => string(5) "19475" "url" => string(64) "england_luton_town_raised_most_of_the_funds_to_build_the_stadium" "thumbnail" => string(32) "img/news/2022/01/19399-thumbnail" "lead" => string(202) "Clubs are building new stadiums not only in the Premier League. The Hatters' infrastructure plans look better and better as they …" "published" => string(19) "2022-01-06 20:17:46" ) 33 => array(6) ( "title" => string(52) "Brazil: National Stadium with new naming rights deal" "id" => string(5) "19474" "url" => string(51) "brazil_national_stadium_with_new_naming_rights_deal" "thumbnail" => string(32) "img/news/2022/01/19398-thumbnail" "lead" => string(200) "From 2022, Estádio Mané Garrincha is called Arena BRB. The new name of the multi-functional facility located in the capital is …" "published" => string(19) "2022-01-06 19:37:14" ) 34 => array(6) ( "title" => string(40) "Lithuania: The end of the stadium infamy" "id" => string(5) "19472" "url" => string(39) "lithuania_the_end_of_the_stadium_infamy" "thumbnail" => string(32) "img/news/2022/01/19397-thumbnail" "lead" => string(263) "Lithuanians themselves called the abandoned construction site of the national stadium a national disgrace. The past tense is abs …" "published" => string(19) "2022-01-06 10:38:18" ) 35 => array(6) ( "title" => string(53) "Spain: € 20 million to redevelop Mallorca's stadium" "id" => string(5) "19470" "url" => string(47) "spain_20_million_to_redevelop_mallorcas_stadium" "thumbnail" => string(32) "img/news/2022/01/19396-thumbnail" "lead" => string(205) "The architectural studio, led by Izaskun Larzabal, will restyle Visit Mallorca Estadi on the most famous island of the Balearic …" "published" => string(19) "2022-01-05 22:43:51" ) 36 => array(6) ( "title" => string(49) "Belgium: Aalst stadium renovation on the horizon?" "id" => string(5) "19468" "url" => string(47) "belgium_aalst_stadium_renovation_on_the_horizon" "thumbnail" => string(32) "img/news/2022/01/19394-thumbnail" "lead" => string(256) "The fourth-division side Eendracht Aalst has attracted new investors and will renovate its more than 90-year-old stadium. The cl …" "published" => string(19) "2022-01-04 23:20:49" ) 37 => array(6) ( "title" => string(50) "Charlotte: Countdown starts to the first MLS match" "id" => string(5) "19467" "url" => string(49) "charlotte_countdown_starts_to_the_first_mls_match" "thumbnail" => string(32) "img/news/2022/01/19395-thumbnail" "lead" => string(202) "Charlotte FC is just a few months away from its league debut. Tickets for the first game are selling like hot cakes. The North C …" "published" => string(19) "2022-01-04 22:09:21" ) 38 => array(6) ( "title" => string(41) "Turkey: Flames in the stadium in Elazığ" "id" => string(5) "19463" "url" => string(38) "turkey_flames_in_the_stadium_in_elazig" "thumbnail" => string(32) "img/news/2022/01/19391-thumbnail" "lead" => string(198) "A fire broke out at the Yeni Elazığ Stadyumu construction site in Turkey. Flames appeared in the external insulation of the bu …" "published" => string(19) "2022-01-03 11:25:55" ) ) "debug" => string(0) "" "year" => string(4) "2022" "month" => string(2) "02" "url" => NULL ) }
"breadcrumbs" => array(3) ( 0 => array(2) ( 0 => string(4) "news" 1 => string(4) "News" ) 1 => array(2) ( 0 => string(9) "news/2022" 1 => string(4) "2022" ) 2 => array(2) ( 0 => string(12) "news/2022/01" 1 => string(7) "January" ) ) "ads" => string(0) "" "styles" => array(3) ( "media/css/demo/screen.css" => string(18) "screen, projection" "media/css/demo/print.css" => string(5) "print" "media/css/demo/style.css" => string(6) "screen" ) "scripts" => array(1) ( 0 => string(63) "http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js" ) "description" => string(4) "News" "keywords" => string(22) "News, stadium, updates" "aside" => object View(2){ protected _file => string(116) "/var/www/vhosts/lvps176-28-11-216.dedicated.hosteurope.de/stadiony.net/httpdocs/application/views/new/news/aside.php" protected _data => array(0) }
"title" => string(18) "News: January 2022" )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 [ 510 ] » Kohana_View->__toString()
505 $total = array( 506 '{memory_usage}' => number_format((memory_get_peak_usage() - KOHANA_START_MEMORY) / 1024, 2).'KB', 507 '{execution_time}' => number_format(microtime(TRUE) - KOHANA_START_TIME, 5).' seconds'); 508 509 // Insert the totals into the response 510 $request->response = strtr((string) $request->response, $total); 511 } 512 513 514 /** 515 * 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;