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/tags/list.php" protected _data => array(5) ( "news_list" => array(20) ( 0 => array(6) ( "title" => string(45) "Qatar 2022: Al Rayyan Stadium behind schedule" "id" => string(5) "16200" "lead" => string(229) "Instead of March, the new stadium in west Doha will by ready in mid-2019. Though the Qatari Supreme Committee claims to have cha …" "thumbnail" => string(32) "img/news/2018/10/16200-thumbnail" "published" => string(19) "2018-10-30 22:49:08" "url" => string(44) "qatar_2022_al_rayyan_stadium_behind_schedule" ) 1 => array(6) ( "title" => string(62) "Qatar 2022: Seating manufacturer selected for further stadiums" "id" => string(5) "15617" "lead" => string(208) "The Supreme Committee selected the Qatari-Polish consortium to equip Lusail Stadium, Ras Abu Aboud Stadium and Qatar Foundation …" "thumbnail" => string(32) "img/news/2018/04/15617-thumbnail" "published" => string(19) "2018-04-15 18:37:47" "url" => string(61) "qatar_2022_seating_manufacturer_selected_for_further_stadiums" ) 2 => array(6) ( "title" => string(48) "New design: First ever fully demountable stadium" "id" => string(5) "15174" "lead" => string(211) "Now that is extraordinary! Fenwick Iribarren designed the first ever World Cup stadium that will be built in Qatar but could lat …" "thumbnail" => string(32) "img/news/2017/11/15174-thumbnail" "published" => string(19) "2017-11-27 20:14:21" "url" => string(47) "new_design_first_ever_fully_demountable_stadium" ) 3 => array(6) ( "title" => string(59) "Qatar 2022: First prefabs of Zaha Hadid's dome are in place" "id" => string(5) "15025" "lead" => string(220) "Each of them weighs 540 tons and will give support to one-of-a-kind dome hovering above 40,000 fans during the World Cup. Likene …" "thumbnail" => string(32) "img/news/2017/10/15025-thumbnail" "published" => string(19) "2017-10-07 04:06:57" "url" => string(57) "qatar_2022_first_prefabs_of_zaha_hadids_dome_are_in_place" ) 4 => array(6) ( "title" => string(39) "New design: Like a decorative headdress" "id" => string(5) "14870" "lead" => string(185) "Yes, this stadium is literally inspired by a hat. Not only is that an interesting inspiration, the outcome is one of the finest …" "thumbnail" => string(32) "img/news/2017/08/14871-thumbnail" "published" => string(19) "2017-08-20 22:16:06" "url" => string(38) "new_design_like_a_decorative_headdress" ) 5 => array(6) ( "title" => string(44) "Qatar 2022: Al Bayt Stadium gets GSAS praise" "id" => string(5) "14609" "lead" => string(179) "The new venue in Qatar's Al Khor is the first stadium to score three out of three in the Global Sustainability Assessment System …" "thumbnail" => string(32) "img/news/2017/06/14609-thumbnail" "published" => string(19) "2017-06-14 02:35:50" "url" => string(43) "qatar_2022_al_bayt_stadium_gets_gsas_praise" ) 6 => array(6) ( "title" => string(54) "Qatar 2022: Abuses remain despite significant progress" "id" => string(5) "14519" "lead" => string(185) "Latest external audit indicates that Qatar is yet to fully comply with international norms regarding worker welfare. At the same …" "thumbnail" => string(32) "img/news/2017/05/14519-thumbnail" "published" => string(19) "2017-05-21 15:29:59" "url" => string(53) "qatar_2022_abuses_remain_despite_significant_progress" ) 7 => array(6) ( "title" => string(52) "Qatar 2022: Khalifa Stadium ready, opening on Friday" "id" => string(5) "14496" "lead" => string(183) "Even if 4 months behind schedule, it's ready for use over 5 years before the 2022 World Cup. Former national stadium of Qatar wi …" "thumbnail" => string(32) "img/news/2017/05/14497-thumbnail" "published" => string(19) "2017-05-16 04:18:53" "url" => string(50) "qatar_2022_khalifa_stadium_ready_opening_on_friday" ) 8 => array(6) ( "title" => string(47) "Qatar 2022: Heerim to design Al Thumama Stadium" "id" => string(5) "14417" "lead" => string(179) "Heerim Architects and Planners Co, a firm headquartered in Seoul, has been awarded the design and engineering services contract …" "thumbnail" => string(32) "img/news/2017/04/14415-thumbnail" "published" => string(19) "2017-04-26 02:08:34" "url" => string(46) "qatar_2022_heerim_to_design_al_thumama_stadium" ) 9 => array(6) ( "title" => string(52) "Qatar 2022: World Cup final venue under construction" "id" => string(5) "14366" "lead" => string(159) "So far only some 500 people have been hired on the site, but eventually up to 7,000 workers will work on delivery of the Arabian …" "thumbnail" => string(32) "img/news/2017/04/14365-thumbnail" "published" => string(19) "2017-04-13 17:47:43" "url" => string(51) "qatar_2022_world_cup_final_venue_under_construction" ) 10 => array(6) ( "title" => string(37) "Qatar 2022: Al Bayt Stadium 40% ready" "id" => string(5) "14353" "lead" => string(167) "40% of structural works are already delivered at the tent-inspired Al Bayt Stadium, with the temporary seating growing behind wh …" "thumbnail" => string(32) "img/news/2017/04/14353-thumbnail" "published" => string(19) "2017-04-11 03:35:30" "url" => string(35) "qatar_2022_al_bayt_stadium_40_ready" ) 11 => array(6) ( "title" => string(57) "Qatar 2022: Seating for three World Cup stadiums selected" "id" => string(5) "14337" "lead" => string(160) "Al Wakrah, Al Bayt and Al Rayyan Stadiums now have seating contractors selected. Two of them also now have their final seating l …" "thumbnail" => string(32) "img/news/2017/04/14337-thumbnail" "published" => string(19) "2017-04-06 22:30:08" "url" => string(56) "qatar_2022_seating_for_three_world_cup_stadiums_selected" ) 12 => array(6) ( "title" => string(60) "Interview: Will we see a retractable roof in Premier League?" "id" => string(5) "14317" "lead" => string(178) "From the Premier League, through Wimbledon, safe standing and Qatar 2022, to the recent Stadium of the Year. Here's our intervie …" "thumbnail" => string(32) "img/news/2017/03/14317-thumbnail" "published" => string(19) "2017-03-31 15:55:12" "url" => string(58) "interview_will_we_see_a_retractable_roof_in_premier_league" ) 13 => array(6) ( "title" => string(59) "Qatar 2022: Contractor selected for unknown stadium project" "id" => string(5) "14085" "lead" => string(186) "Yes, it sounds weird. And it is. Joint venture of Tekfen and Al Jaber Engineering is selected to build a stadium that we’re ye …" "thumbnail" => string(32) "img/news/2017/02/14087-thumbnail" "published" => string(19) "2017-02-19 13:39:32" "url" => string(58) "qatar_2022_contractor_selected_for_unknown_stadium_project" ) 14 => array(6) ( "title" => string(50) "Qatar 2022: First modular seating section underway" "id" => string(5) "14063" "lead" => string(128) "Nearly half of Al Bayt Stadium’s capacity will consist of temporary seating. Installation of the first portion has now begun. " "thumbnail" => string(32) "img/news/2017/02/14064-thumbnail" "published" => string(19) "2017-02-15 13:08:20" "url" => string(49) "qatar_2022_first_modular_seating_section_underway" ) 15 => array(6) ( "title" => string(46) "Qatar 2022: Lusail Stadium contractor selected" "id" => string(5) "13677" "lead" => string(148) "HBK Contracting and China Railway Construction Corporation Limited will deliver Qatar’s most impressive stadium, the host of 2 …" "thumbnail" => string(32) "img/news/2016/11/13677-thumbnail" "published" => string(19) "2016-11-30 03:46:21" "url" => string(45) "qatar_2022_lusail_stadium_contractor_selected" ) 16 => array(6) ( "title" => string(44) "Qatar 2022: Khalifa Stadium slightly delayed" "id" => string(5) "13667" "lead" => string(207) "The tallest stadium of 2022 World Cup won’t be ready this year, as was initially planned. But the slip is minor and won’t af …" "thumbnail" => string(32) "img/news/2016/11/13667-thumbnail" "published" => string(19) "2016-11-28 14:03:28" "url" => string(43) "qatar_2022_khalifa_stadium_slightly_delayed" ) 17 => array(6) ( "title" => string(57) "Qatar 2022: Al Rayyan Stadium sees first concrete pouring" "id" => string(5) "13475" "lead" => string(155) "It’s over a month ahead of schedule, Al Rayyan Stadium saw its first concrete pouring on Friday. In 2022 the stadium will be p …" "thumbnail" => string(32) "img/news/2016/10/13475-thumbnail" "published" => string(19) "2016-10-17 10:13:26" "url" => string(56) "qatar_2022_al_rayyan_stadium_sees_first_concrete_pouring" ) 18 => array(6) ( "title" => string(71) "Qatar 2022: Work on Al Wakrah Stadium’s steel structure to begin soon" "id" => string(5) "13232" "lead" => string(172) "Main construction works at Al Wakrah Stadium are in full swing and are advancing towards the start of the superstructure phase, …" "thumbnail" => string(32) "img/news/2016/08/13235-thumbnail" "published" => string(19) "2016-08-21 21:29:24" "url" => string(67) "qatar_2022_work_on_al_wakrah_stadiums_steel_structure_to_begin_soon" ) 19 => array(6) ( "title" => string(56) "Qatar 2022: Qatar Foundation Stadium now with contractor" "id" => string(5) "13087" "lead" => string(154) "Cyprus-based contractor, Joannou & Paraskevaides (J&P), has bagged the construction contract for the Qatar Foundation stadium, C …" "thumbnail" => string(32) "img/news/2016/07/13090-thumbnail" "published" => string(19) "2016-07-21 23:46:31" "url" => string(55) "qatar_2022_qatar_foundation_stadium_now_with_contractor" ) ) "page_links" => string(747) "<ul class="pagination"> <li class="previous"><a href="https://stadiumdb.com/news_categories/mundial_2022/2">Previous</a></li> …" "tags" => array(20) ( 0 => array(4) ( "count" => string(3) "128" "name" => string(15) "Bezpieczeństwo" "lang" => string(1) "0" "url" => string(14) "bezpieczenstwo" ) 1 => array(4) ( "count" => string(2) "27" "name" => string(9) "Euro 2004" "lang" => string(1) "0" "url" => string(9) "euro_2004" ) 2 => array(4) ( "count" => string(2) "25" "name" => string(9) "Euro 2008" "lang" => string(1) "0" "url" => string(9) "euro_2008" ) 3 => array(4) ( "count" => string(3) "883" "name" => string(9) "Euro 2012" "lang" => string(1) "0" "url" => string(9) "euro_2012" ) 4 => array(4) ( "count" => string(3) "219" "name" => string(9) "Euro 2016" "lang" => string(1) "0" "url" => string(9) "euro_2016" ) 5 => array(4) ( "count" => string(3) "183" "name" => string(9) "Euro 2020" "lang" => string(1) "0" "url" => string(9) "euro_2020" ) 6 => array(4) ( "count" => string(2) "62" "name" => string(9) "Euro 2024" "lang" => string(1) "0" "url" => string(9) "euro_2024" ) 7 => array(4) ( "count" => string(2) "38" "name" => string(9) "Euro 2028" "lang" => string(1) "0" "url" => string(9) "euro_2028" ) 8 => array(4) ( "count" => string(2) "68" "name" => string(22) "Komentarz Stadiony.net" "lang" => string(1) "0" "url" => string(22) "komentarz_stadiony_net" ) 9 => array(4) ( "count" => string(2) "72" "name" => string(16) "Miejsca stojące" "lang" => string(1) "0" "url" => string(15) "miejsca_stojace" ) 10 => array(4) ( "count" => string(1) "8" "name" => string(12) "Mundial 2002" "lang" => string(1) "0" "url" => string(12) "mundial_2002" ) 11 => array(4) ( "count" => string(2) "12" "name" => string(12) "Mundial 2006" "lang" => string(1) "0" "url" => string(12) "mundial_2006" ) 12 => array(4) ( "count" => string(2) "53" "name" => string(12) "Mundial 2010" "lang" => string(1) "0" "url" => string(12) "mundial_2010" ) 13 => array(4) ( "count" => string(3) "336" "name" => string(12) "Mundial 2014" "lang" => string(1) "0" "url" => string(12) "mundial_2014" ) 14 => array(4) ( "count" => string(3) "464" "name" => string(12) "Mundial 2018" "lang" => string(1) "0" "url" => string(12) "mundial_2018" ) 15 => array(4) ( "count" => string(3) "238" "name" => string(12) "Mundial 2022" "lang" => string(1) "0" "url" => string(12) "mundial_2022" ) 16 => array(4) ( "count" => string(2) "48" "name" => string(12) "Mundial 2026" "lang" => string(1) "0" "url" => string(12) "mundial_2026" ) 17 => array(4) ( "count" => string(3) "101" "name" => string(12) "Mundial 2030" "lang" => string(1) "0" "url" => string(12) "mundial_2030" ) 18 => array(4) ( "count" => string(2) "72" "name" => string(12) "Pirotechnika" "lang" => string(1) "0" "url" => string(12) "pirotechnika" ) 19 => array(4) ( "count" => string(2) "45" "name" => string(13) "Safe standing" "lang" => string(1) "0" "url" => string(13) "safe_standing" ) ) "current_tag_url" => string(12) "mundial_2022" "title" => string(12) "Mundial 2022" ) }
"breadcrumbs" => array(2) ( 0 => array(2) ( 0 => string(15) "news_categories" 1 => string(15) "News categories" ) 1 => array(2) ( 0 => string(0) "" 1 => string(12) "Mundial 2022" ) ) "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(15) "News categories" "keywords" => string(30) "aktualności, newsy, kategorie" "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(29) "News categories: Mundial 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 [ 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;