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)
codeinteger 8
errorstring(92) "session_start(): ps_files_cleanup_dir: opendir(/var/lib/php5) failed: Permission denied (13)"filestring(120) "/var/www/vhosts/lvps176-28-11-216.dedicated.hosteurope.de/stadiony.net/httpdocs/system/classes/kohana/session/native.php"lineinteger 27
4array(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)
idNULL
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)
idNULL
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)
configNULL
idNULL
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)
configobject 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)
0string(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 5 <head> 6 <title> 7 <?php echo $title_text?> -
SYSPATH/classes/kohana/view.php [ 49 ] » include(arguments)
0string(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_filenamestring(112) "/var/www/vhosts/lvps176-28-11-216.dedicated.hosteurope.de/stadiony.net/httpdocs/application/views/new/layout.php"kohana_view_dataarray(12) ( "debug" => string(0) "" "content" => object View(2)
{ protected _file => string(118) "/var/www/vhosts/lvps176-28-11-216.dedicated.hosteurope.de/stadiony.net/httpdocs/application/views/new/news/content.php" protected _data => array(12) ( "news_id" => integer 1375 "lead" => string(217) "Blisko dziewięć tysięcy karnetów sprzedał Lech Poznań na dwa tygodnie przed pierwszym meczem na własnym boisku w rundzie …" "thumbnail" => string(0) "" "content" => string(1644) "<p>Lech ma szansę pobić swój własny rekord w sprzedaży karnetów. Latem na pierwszą rundę kibice "Kolejorza" wykupili 12 …" "published" => string(19) "2008-02-17 21:11:00" "author" => string(8) "krzychuT" "source" => string(9) "gazeta.pl" "tags" => object Database_MySQL_Result(6)"breadcrumbs" => array(4) ( 0 => array(2) ( 0 => string(11) "aktualnosci" 1 => string(12) "Aktualności" ) 1 => array(2) ( 0 => string(16) "aktualnosci/2008" 1 => string(4) "2008" ) 2 => array(2) ( 0 => string(19) "aktualnosci/2008/02" 1 => string(4) "Luty" ) 3 => array(2) ( 0 => string(66) "aktualnosci/2008/02/lech_poznan_pobije_rekord_sprzedanych_karnetow" 1 => string(49) "Lech Poznań pobije rekord sprzedanych karnetów?" ) ) "ads" => string(4) "news" "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(217) "Blisko dziewięć tysięcy karnetów sprzedał Lech Poznań na dwa tygodnie przed pierwszym meczem na własnym boisku w rundzie …" "keywords" => string(44) "Aktualności, newsy, stadionowe, wiadomości" "meta" => string(319) "<meta property="og:title" content="Lech Poznań pobije rekord sprzedanych karnetów?"> <meta property="og:type" content="article …" "aside" => object View(2){ protected _internal_row => integer 0 protected _query => string(178) "SELECT `tags`.`id` AS `id`, `tags`.`url` AS `url`, `tags`.`name` AS `name` FROM `tags` JOIN `news_tags` ON (`news_tags`.`tag_id` …" protected _result => resource(mysql result) protected _total_rows => integer 0 protected _current_row => integer 0 protected _as_object => string(9) "Model_Tag" }"debug" => string(0) "" "year" => string(4) "2008" "month" => string(2) "02" "url" => string(46) "lech_poznan_pobije_rekord_sprzedanych_karnetow" ) }{ 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(7) ( "single_news" => bool TRUE "published" => string(19) "2008-02-17 21:11:00" "related_stadiums" => object Database_MySQL_Result(6)"ads_enabled" => bool TRUE "title" => string(49) "Lech Poznań pobije rekord sprzedanych karnetów?" ){ protected _internal_row => integer 1 protected _query => string(1345) "SELECT `stadiums`.`id` AS `id`, `stadiums`.`url` AS `url`, `stadiums`.`long_id` AS `long_id`, `stadiums`.`name` AS `name`, `stad …" protected _result => resource(mysql result) protected _total_rows => integer 1 protected _current_row => integer 1 protected _as_object => string(13) "Model_Stadium" }"related_buildings" => object Database_MySQL_Result(6){ protected _internal_row => integer 1 protected _query => string(1119) "SELECT `buildings`.`id` AS `id`, `buildings`.`url` AS `url`, `buildings`.`long_id` AS `long_id`, `buildings`.`name` AS `name`, ` …" protected _result => resource(mysql result) protected _total_rows => integer 1 protected _current_row => integer 1 protected _as_object => string(14) "Model_Building" }"related_projects" => object Database_MySQL_Result(6){ protected _internal_row => integer 1 protected _query => string(1033) "SELECT `projects`.`id` AS `id`, `projects`.`url` AS `url`, `projects`.`long_id` AS `long_id`, `projects`.`name` AS `name`, `proj …" protected _result => resource(mysql result) protected _total_rows => integer 1 protected _current_row => integer 1 protected _as_object => string(13) "Model_Project" }"related_news_before" => array(9) ( 0 => array(4) ( "title" => string(67) "Nie grozi nam utrata organizacji mistrzostw, ale gdzie te stadiony?" "published" => string(19) "2008-02-12 19:29:00" "url" => string(65) "nie_grozi_nam_utrata_organizacji_mistrzostw_ale_gdzie_te_stadiony" "thumbnail" => string(0) "" ) 1 => array(4) ( "title" => string(49) "Na Euro 2012 w Poznaniu będzie mniejszy stadion?" "published" => string(19) "2008-02-09 03:35:00" "url" => string(47) "na_euro_2012_w_poznaniu_bedzie_mniejszy_stadion" "thumbnail" => string(0) "" ) 2 => array(4) ( "title" => string(45) "Premier: Budowę stadionów dofinansuje rząd" "published" => string(19) "2008-02-07 12:17:00" "url" => string(41) "premier_budowe_stadionow_dofinansuje_rzad" "thumbnail" => string(0) "" ) 3 => array(4) ( "title" => string(49) "Bułgarska: za dwa lata stadion na 46 676 widzów" "published" => string(19) "2008-01-05 16:29:00" "url" => string(46) "bulgarska_za_dwa_lata_stadion_na_46_676_widzow" "thumbnail" => string(0) "" ) 4 => array(4) ( "title" => string(53) "Tusk: wysiłek budowy stadionów spocznie na miastach" "published" => string(19) "2007-12-24 23:02:00" "url" => string(50) "tusk_wysilek_budowy_stadionow_spocznie_na_miastach" "thumbnail" => string(0) "" ) 5 => array(4) ( "title" => string(42) "Euro 2012: co nowego w naszej szóstce? #2" "published" => string(19) "2007-12-23 12:18:00" "url" => string(38) "euro_2012_co_nowego_w_naszej_szostce_2" "thumbnail" => string(0) "" ) 6 => array(4) ( "title" => string(41) "Rząd nie da pieniędzy na stadion Lecha!" "published" => string(19) "2007-12-22 20:32:00" "url" => string(38) "rzad_nie_da_pieniedzy_na_stadion_lecha" "thumbnail" => string(0) "" ) 7 => array(4) ( "title" => string(18) "Budowlane postępy" "published" => string(19) "2007-12-22 12:17:00" "url" => string(17) "budowlane_postepy" "thumbnail" => string(0) "" ) 8 => array(4) ( "title" => string(26) "Za stadiony płaćcie sami" "published" => string(19) "2007-12-22 10:51:00" "url" => string(24) "za_stadiony_placcie_sami" "thumbnail" => string(0) "" ) ) "related_news_after" => array(5) ( 0 => array(4) ( "title" => string(49) "Budowa trybun stadionu zależy od sukcesów Lecha" "published" => string(19) "2008-07-12 13:49:00" "url" => string(47) "budowa_trybun_stadionu_zalezy_od_sukcesow_lecha" "thumbnail" => string(0) "" ) 1 => array(4) ( "title" => string(29) "511 mln na stadion w Poznaniu" "published" => string(19) "2008-03-29 17:22:00" "url" => string(29) "511_mln_na_stadion_w_poznaniu" "thumbnail" => string(0) "" ) 2 => array(4) ( "title" => string(33) "Stadion, czyli problem w Poznaniu" "published" => string(19) "2008-02-28 19:29:00" "url" => string(32) "stadion_czyli_problem_w_poznaniu" "thumbnail" => string(0) "" ) 3 => array(4) ( "title" => string(46) "Rusza kolejny etap modernizacji stadionu Lecha" "published" => string(19) "2008-02-27 19:38:00" "url" => string(46) "rusza_kolejny_etap_modernizacji_stadionu_lecha" "thumbnail" => string(0) "" ) 4 => array(4) ( "title" => string(26) "Poznań: Zdążymy na Euro" "published" => string(19) "2008-02-25 22:37:00" "url" => string(22) "poznan_zdazymy_na_euro" "thumbnail" => string(0) "" ) ) ) }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 [ 664 ] » Kohana_View->__toString()
659 $total = array( 660 '{memory_usage}' => number_format((memory_get_peak_usage() - KOHANA_START_MEMORY) / 1024, 2).'KB', 661 '{execution_time}' => number_format(microtime(TRUE) - KOHANA_START_TIME, 5).' seconds'); 662 663 // Insert the totals into the response 664 $request->response = strtr((string) $request->response, $total); 665 } 666 667 668 /** 669 * Display the request response. -
DOCROOT/index.php [ 104 ] » require(arguments)
0string(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;