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 <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)
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(10) ( "debug" => string(0) "" "content" => object View(2)
{ protected _file => string(119) "/var/www/vhosts/lvps176-28-11-216.dedicated.hosteurope.de/stadiony.net/httpdocs/application/views/new/projects/item.php" protected _data => array(8) ( "country" => object Model_Country(12)"breadcrumbs" => array(3) ( 0 => array(2) ( 0 => string(8) "projekty" 1 => string(8) "Projekty" ) 1 => array(2) ( 0 => string(12) "projekty/eng" 1 => string(6) "Anglia" ) 2 => array(2) ( 0 => string(30) "projekty/eng/power_court_luton" 1 => string(19) "Power Court Stadium" ) ) "ads" => string(7) "project" "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(84) "Projekt stadionu: Power Court Stadium, Luton; pojemność: 23000; kluby: Luton Town." "keywords" => string(105) "prezentacje, stadionów, projekty, zdjęcia, Power Court Stadium, Luton Town, Anglia, w Anglii,angielskie" "aside" => object View(2){ protected _model => string(7) "country" protected _db => string(7) "default" protected _table => string(9) "countries" protected _fields => array(9) ( "id" => object Sprig_Field_Auto(17)"project" => object Model_Project(12){ public primary => bool TRUE public editable => bool FALSE public null => bool TRUE public min_value => NULL public max_value => NULL public empty => bool TRUE public unique => bool FALSE public default => string(0) "" public choices => NULL public column => string(2) "id" public label => string(2) "id" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }"url" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => integer 3 public empty => bool FALSE public primary => bool FALSE public unique => bool TRUE public null => bool FALSE public editable => bool FALSE public default => string(0) "" public choices => NULL public column => string(3) "url" public label => string(3) "url" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }"code" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => integer 3 public empty => bool FALSE public primary => bool FALSE public unique => bool TRUE public null => bool FALSE public editable => bool FALSE public default => string(0) "" public choices => NULL public column => string(4) "code" public label => string(4) "code" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }"name_pl" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(7) "name_pl" public label => string(7) "name pl" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }"name_en" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(7) "name_en" public label => string(7) "name en" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }"name_es" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(7) "name_es" public label => string(7) "name es" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }"where_pl" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(8) "where_pl" public label => string(8) "where pl" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }"which_pl" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(8) "which_pl" public label => string(8) "which pl" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }"fifa_code" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(9) "fifa_code" public label => string(9) "fifa code" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(9) ( "id" => integer 2 "url" => string(3) "eng" "code" => string(3) "ENG" "name_pl" => string(6) "Anglia" "name_en" => string(7) "England" "name_es" => string(10) "Inglaterra" "where_pl" => string(8) "w Anglii" "which_pl" => string(10) "angielskie" "fifa_code" => string(4) "UEFA" ) protected _changed => array(0) protected _related => array(0) }{ protected _model => string(7) "project" protected _db => string(7) "default" protected _table => string(8) "projects" protected _fields => array(23) ( "id" => object Sprig_Field_Auto(17)"project_category" => object Model_Project_Category(12){ public primary => bool TRUE public editable => bool FALSE public null => bool TRUE public min_value => NULL public max_value => NULL public empty => bool TRUE public unique => bool FALSE public default => string(0) "" public choices => NULL public column => string(2) "id" public label => string(2) "id" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }"url" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool FALSE public default => string(0) "" public choices => NULL public column => string(3) "url" public label => string(3) "url" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }"long_id" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool FALSE public default => string(0) "" public choices => NULL public column => string(7) "long_id" public label => string(7) "long id" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }"name" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(4) "name" public label => string(4) "name" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }"long_name" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(9) "long_name" public label => string(9) "long name" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }"capacity" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => integer 250000 public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(8) "capacity" public label => string(8) "capacity" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }"country_id" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool FALSE public default => string(0) "" public choices => NULL public column => string(10) "country_id" public label => string(10) "country id" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }"city_id" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool FALSE public default => string(0) "" public choices => NULL public column => string(7) "city_id" public label => string(7) "city id" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }"clubs" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool FALSE public default => string(0) "" public choices => NULL public column => string(5) "clubs" public label => string(5) "clubs" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }"clubs_long" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool FALSE public default => string(0) "" public choices => NULL public column => string(10) "clubs_long" public label => string(10) "clubs long" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }"cost" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => integer 20 public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(4) "cost" public label => string(4) "cost" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }"time" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => integer 30 public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(4) "time" public label => string(4) "time" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }"features_pl" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(11) "features_pl" public label => string(11) "features pl" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }"features_en" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(11) "features_en" public label => string(11) "features en" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }"features_es" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(11) "features_es" public label => string(11) "features es" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }"description_pl" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(14) "description_pl" public label => string(14) "description pl" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }"description_en" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(14) "description_en" public label => string(14) "description en" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }"description_es" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(14) "description_es" public label => string(14) "description es" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }"project_category_id" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool FALSE public default => string(0) "" public choices => NULL public column => string(19) "project_category_id" public label => string(19) "project category id" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }"project_category" => object Sprig_Field_BelongsTo(20){ public in_db => bool TRUE public null => bool TRUE public model => string(16) "project_category" public foreign_key => NULL public primary_key => NULL public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(19) "project_category_id" public label => string(16) "project category" public description => string(0) "" public attributes => NULL public filters => array(0) public rules => array(0) public callbacks => array(0) }"updated" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(7) "updated" public label => string(19) "Update (yyyy-mm-dd)" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }"created" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(7) "created" public label => string(19) "Update (yyyy-mm-dd)" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }"tournament" => object Sprig_Field_BelongsTo(20){ public in_db => bool TRUE public null => bool TRUE public model => string(10) "tournament" public foreign_key => NULL public primary_key => NULL public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(13) "tournament_id" public label => string(10) "tournament" public description => string(0) "" public attributes => NULL public filters => array(0) public rules => array(0) public callbacks => array(0) }) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(23) ( "id" => integer 687 "url" => string(17) "power_court_luton" "long_id" => string(17) "power_court_luton" "name" => string(19) "Power Court Stadium" "long_name" => string(19) "Power Court Stadium" "capacity" => integer 23000 "country_id" => string(3) "ENG" "city_id" => integer 1066 "clubs" => string(10) "Luton Town" "clubs_long" => string(10) "Luton Town" "cost" => string(16) "£450 M ($589 M)" "time" => string(11) "2025–2028" "features_pl" => string(50) "Projekt: And Architects Data projektu: 2015 / 2021" "features_en" => string(47) "Design: And Architects Design time: 2015 / 2021" "features_es" => string(56) "Proyecto: And Architects Fecha del proyecto: 2015 / 2021" "description_pl" => string(398) "<p>Nowy stadion Luton Town ma powstać w rejonie Power Court, w centrum miasta i w lokalizacji doskonałej komunikacyjnie. Teren …" "description_en" => string(516) "<p>New stadium for Luton Town could be built in Power Court, just 1.5km (1 mile) east from <a href="/stadiums/eng/kenilworth_roa …" "description_es" => string(626) "<p>Un nuevo estadio para el Luton Town podría construirse en Power Court, a tan solo 1,5 km al este de <a href="/estadios …" "project_category_id" => integer 1 "project_category" => string(1) "1" "updated" => string(10) "2024-09-25" "created" => string(10) "2015-12-27" "tournament" => NULL ) protected _changed => array(0) protected _related => array(1) ( "tournament" => object Model_Tournament(12){ protected _model => string(10) "tournament" protected _db => string(7) "default" protected _table => string(11) "tournaments" protected _fields => array(12) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(3) "new" protected _original => array(10) ( ... ) protected _changed => array(0) protected _related => array(0) }) }{ protected _model => string(16) "project_category" protected _db => string(7) "default" protected _table => string(18) "project_categories" protected _fields => array(9) ( "id" => object Sprig_Field_Auto(17)"city" => object Model_City(12){ public primary => bool TRUE public editable => bool FALSE public null => bool TRUE public min_value => NULL public max_value => NULL public empty => bool TRUE public unique => bool FALSE public default => string(0) "" public choices => NULL public column => string(2) "id" public label => string(2) "id" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }"url_pl" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(6) "url_pl" public label => string(6) "url pl" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }"url_en" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(6) "url_en" public label => string(6) "url en" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }"url_es" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(6) "url_es" public label => string(6) "url es" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }"name" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(4) "name" public label => string(4) "name" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }"name_en" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(7) "name_en" public label => string(7) "name en" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }"name_es" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(7) "name_es" public label => string(7) "name es" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }"single_pl" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(9) "single_pl" public label => string(9) "single pl" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }"single_es" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(9) "single_es" public label => string(9) "single es" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(9) ( "id" => integer 1 "url_pl" => string(11) "realizowane" "url_en" => string(17) "being_implemented" "url_es" => string(9) "en_marcha" "name" => string(11) "realizowane" "name_en" => string(17) "being implemented" "name_es" => string(9) "en marcha" "single_pl" => string(11) "realizowany" "single_es" => string(0) "" ) protected _changed => array(0) protected _related => array(0) }{ protected _model => string(4) "city" protected _db => string(7) "default" protected _table => string(6) "cities" protected _fields => array(6) ( "id" => object Sprig_Field_Auto(17)"news_list" => array(18) ( 0 => array(6) ( "title" => string(78) "Anglia: Wielkie zmiany na angielskich stadionach. 15 projektów przyszłości!" "id" => string(5) "25046" "thumbnail" => string(32) "img/news/2025/05/25046-thumbnail" "lead" => string(373) "Angielski futbol od dekad słynie z tradycji i pełnych pasji stadionów, ale nadchodzące lata zwiastują nową erę – odważ …" "published" => string(19) "2025-05-28 22:00:00" "url" => string(72) "anglia_wielkie_zmiany_na_angielskich_stadionach_15_projektow_przyszlosci" ) 1 => array(6) ( "title" => string(79) "Anglia: Turecka firma budująca Camp Nou zajmie się nowym stadionem Luton Town" "id" => string(5) "24879" "thumbnail" => string(32) "img/news/2025/05/24879-thumbnail" "lead" => string(263) "Lato 2025 roku przyniesie długo wyczekiwany przełom dla kibiców Luton Town. Klub oficjalnie ogłosił rozpoczęcie prac budow …" "published" => string(19) "2025-05-03 09:36:02" "url" => string(76) "anglia_turecka_firma_budujaca_camp_nou_zajmie_sie_nowym_stadionem_luton_town" ) 2 => array(6) ( "title" => string(56) "Anglia: Zielone światło dla nowego stadionu dla Luton!" "id" => string(5) "23678" "thumbnail" => string(32) "img/news/2024/12/23678-thumbnail" "lead" => string(215) "Ostateczne plany Luton Town dotyczące nowego stadionu na 25 000 miejsc otrzymały zatwierdzenie planistyczne. Wstępna zgoda na …" "published" => string(19) "2024-12-18 21:45:43" "url" => string(52) "anglia_zielone_swiatlo_dla_nowego_stadionu_dla_luton" ) 3 => array(6) ( "title" => string(58) "Anglia: Luton Town publikuje wizualizacje nowego stadionu!" "id" => string(5) "22884" "thumbnail" => string(32) "img/news/2024/09/22884-thumbnail" "lead" => string(225) "Nowy stadion dla Luton Town zostanie wybudowany. Złożony przez klub szczegółowy wniosek o pozwolenie na budowę został form …" "published" => string(19) "2024-09-26 14:25:49" "url" => string(56) "anglia_luton_town_publikuje_wizualizacje_nowego_stadionu" ) 4 => array(6) ( "title" => string(51) "Anglia: Nowy stadion dla Luton Town już za 3 lata?" "id" => string(5) "22807" "thumbnail" => string(32) "img/news/2024/09/22807-thumbnail" "lead" => string(228) "Luton Town F.C. złożył szczegółowy wniosek o pozwolenie na budowę nowego stadionu o pojemności 25 000 miejsc w centrum mi …" "published" => string(19) "2024-09-19 08:44:00" "url" => string(48) "anglia_nowy_stadion_dla_luton_town_juz_za_3_lata" ) 5 => array(6) ( "title" => string(67) "Anglia: Nowy stadion dla Luton możliwy dzięki zmianie biegu rzeki" "id" => string(5) "21843" "thumbnail" => string(32) "img/news/2024/05/21843-thumbnail" "lead" => string(293) "Kluby piłkarskie stawiają czoła różnym problemom. Wymiana murawy, przebudowa trybun czy remont budynków klubowych to najcz …" "published" => string(19) "2024-05-27 17:45:47" "url" => string(64) "anglia_nowy_stadion_dla_luton_mozliwy_dzieki_zmianie_biegu_rzeki" ) 6 => array(6) ( "title" => string(54) "Anglia: Luton z awansem oraz projektem nowego stadionu" "id" => string(5) "20674" "thumbnail" => string(32) "img/news/2023/05/20674-thumbnail" "lead" => string(306) "O Luton Town FC głośno jest nie tylko ze względu na ich historyczny awans do Premier League, ale również za sprawą stadion …" "published" => string(19) "2023-05-30 12:27:02" "url" => string(53) "anglia_luton_z_awansem_oraz_projektem_nowego_stadionu" ) 7 => array(6) ( "title" => string(60) "Anglia: Gdzie zagra Luton Town po awansie do Premier League?" "id" => string(5) "20648" "thumbnail" => string(32) "img/news/2023/05/20648-thumbnail" "lead" => string(277) "Już tylko jeden mecz dzieli drużynę z Luton od gry w najwyższej klasie rozgrywkowej w Anglii. O miejsce w Premier League zag …" "published" => string(19) "2023-05-17 18:02:20" "url" => string(58) "anglia_gdzie_zagra_luton_town_po_awansie_do_premier_league" ) 8 => array(6) ( "title" => string(45) "Anglia: Luton pokazuje plany na przyszłość" "id" => string(5) "18654" "thumbnail" => string(32) "img/news/2021/03/18655-thumbnail" "lead" => string(177) "Mamy najnowsze wizualizacje nowego stadionu Luton Town. Razem z nimi sporą garść szczegółów na temat dalszych kroków. Are …" "published" => string(19) "2021-03-20 18:20:20" "url" => string(41) "anglia_luton_pokazuje_plany_na_przyszlosc" ) 9 => array(6) ( "title" => string(64) "Anglia: Luton zapowiada zmiany w projekcie z powodu koronawirusa" "id" => string(5) "18146" "thumbnail" => string(32) "img/news/2020/09/18147-thumbnail" "lead" => string(228) "W rozmowie online z kibicami dyrektor wykonawczy Luton Town potwierdził, że prace nad nowym stadionem trwają, ale pandemia wy …" "published" => string(19) "2020-09-10 19:15:44" "url" => string(63) "anglia_luton_zapowiada_zmiany_w_projekcie_z_powodu_koronawirusa" ) 10 => array(6) ( "title" => string(36) "Anglia: Luton Town wreszcie wygrali?" "id" => string(5) "17384" "thumbnail" => string(32) "img/news/2020/01/17385-thumbnail" "lead" => string(194) "Plany budowy nowego stadionu już nie mogą być storpedowane, a przynajmniej tak się wydaje. Minął ostatni termin, jaki prze …" "published" => string(19) "2020-01-06 21:07:11" "url" => string(34) "anglia_luton_town_wreszcie_wygrali" ) 11 => array(6) ( "title" => string(47) "Anglia: Święto w Luton, jest zgoda na stadion" "id" => string(5) "16413" "thumbnail" => string(32) "img/news/2019/01/16414-thumbnail" "lead" => string(241) "Choć w sali zmieściło się tylko kilkadziesiąt osób, na żywo obrady śledziły dosłownie tysiące. Zapotrzebowanie było …" "published" => string(19) "2019-01-16 23:49:06" "url" => string(43) "anglia_swieto_w_luton_jest_zgoda_na_stadion" ) 12 => array(6) ( "title" => string(38) "Anglia: Sądny styczeń dla Luton Town" "id" => string(5) "16313" "thumbnail" => string(32) "img/news/2018/12/16314-thumbnail" "lead" => string(255) "W połowie stycznia ma zapaść decyzja w sprawie stadionu, a pod koniec stycznia – w sprawie kompleksu, który ma finansować …" "published" => string(19) "2018-12-07 17:26:50" "url" => string(35) "anglia_sadny_styczen_dla_luton_town" ) 13 => array(6) ( "title" => string(63) "Anglia: „To nieodgadnione”, że wciąż nie mamy pozwolenia" "id" => string(5) "15437" "thumbnail" => string(32) "img/news/2018/02/15438-thumbnail" "lead" => string(233) "W oficjalnym programie meczowym dyrektor wykonawczy Luton Town nie krył rozczarowania, że pomimo upływu wielu miesięcy klub …" "published" => string(19) "2018-02-20 18:45:30" "url" => string(52) "anglia_to_nieodgadnione_ze_wciaz_nie_mamy_pozwolenia" ) 14 => array(6) ( "title" => string(46) "Anglia: Kibice w obronie nowego stadionu Luton" "id" => string(5) "14581" "thumbnail" => string(32) "img/news/2017/06/14582-thumbnail" "lead" => string(180) "Operator centrum handlowego obok planowanego stadionu Luton Town chce zablokować jego budowę. Fani nie zamierzają się na to …" "published" => string(19) "2017-06-07 23:18:33" "url" => string(45) "anglia_kibice_w_obronie_nowego_stadionu_luton" ) 15 => array(6) ( "title" => string(55) "Anglia: Luton złożyli wniosek o pozwolenie na budowę" "id" => string(5) "13001" "thumbnail" => string(32) "img/news/2016/06/13002-thumbnail" "lead" => string(162) "Jeden z najbardziej unikalnych stadionów planowanych na Wyspach Brytyjskich czeka już na akceptację samorządu w Luton. I ża …" "published" => string(19) "2016-06-30 19:49:54" "url" => string(51) "anglia_luton_zlozyli_wniosek_o_pozwolenie_na_budowe" ) 16 => array(6) ( "title" => string(65) "Luton: Wkrótce konsultacje w sprawie „stadionu z czapeczką”" "id" => string(5) "12660" "thumbnail" => string(32) "img/news/2016/04/12661-thumbnail" "lead" => string(199) "Angielscy kibice często narzekają, że tamtejsze stadiony są zbyt podobne do siebie. Bardzo słusznie, ale w Luton tego probl …" "published" => string(19) "2016-04-27 02:17:30" "url" => string(56) "luton_wkrotce_konsultacje_w_sprawie_stadionu_z_czapeczka" ) 17 => array(6) ( "title" => string(47) "Nowy projekt: Luton Town pokazuje swoje ambicje" "id" => string(5) "12003" "thumbnail" => string(32) "img/news/2015/12/12006-thumbnail" "lead" => string(205) "Dopiero od roku grają z powrotem na poziomie zawodowym, ale zamierzają na stałe zadomowić się w czołowych ligach Anglii. K …" "published" => string(19) "2015-12-28 03:31:20" "url" => string(46) "nowy_projekt_luton_town_pokazuje_swoje_ambicje" ) ) "title" => string(19) "Power Court Stadium" "country_url" => string(3) "eng" "url" => string(17) "power_court_luton" ) }{ public primary => bool TRUE public editable => bool FALSE public null => bool TRUE public min_value => NULL public max_value => NULL public empty => bool TRUE public unique => bool FALSE public default => string(0) "" public choices => NULL public column => string(2) "id" public label => string(2) "id" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }"url" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(3) "url" public label => string(3) "url" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }"name_pl" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(7) "name_pl" public label => string(7) "name pl" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }"name_en" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(7) "name_en" public label => string(7) "name en" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }"name_es" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(7) "name_es" public label => string(7) "name es" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }"country_code" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(12) "country_code" public label => string(12) "country code" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(6) ( "id" => integer 1066 "url" => string(5) "luton" "name_pl" => string(5) "Luton" "name_en" => string(5) "Luton" "name_es" => string(5) "Luton" "country_code" => string(3) "ENG" ) protected _changed => array(0) protected _related => array(0) }{ protected _file => string(125) "/var/www/vhosts/lvps176-28-11-216.dedicated.hosteurope.de/stadiony.net/httpdocs/application/views/new/projects/aside-item.php" protected _data => array(4) ( "related_building" => bool FALSE "related_stadium" => bool FALSE "related_historical" => bool FALSE "project_list" => object View(2)"title" => string(28) "Projekt: Power Court Stadium" ){ protected _file => string(133) "/var/www/vhosts/lvps176-28-11-216.dedicated.hosteurope.de/stadiony.net/httpdocs/application/views/new/projects/aside/project_lis …" protected _data => array(2) ( "projects" => array(1287) ( ... ) "current_project" => object Model_Project(12)) }{ protected _model => string(7) "project" protected _db => string(7) "default" protected _table => string(8) "projects" protected _fields => array(23) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(23) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }) }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)
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;