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/stadiums/item.php" protected _data => array(7) ( "title" => string(24) "Stadion im Borussia-Park" "country" => object Model_Country(12)"breadcrumbs" => array(3) ( 0 => array(2) ( 0 => string(8) "stadiony" 1 => string(8) "Stadiony" ) 1 => array(2) ( 0 => string(12) "stadiony/ger" 1 => string(6) "Niemcy" ) 2 => array(2) ( 0 => string(26) "stadiony/ger/borussia_park" 1 => string(13) "Borussia Park" ) ) "ads" => string(7) "stadium" "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(118) "Stadion: Stadion im Borussia-Park, Mönchengladbach, Niemcy, pojemność: 54042, klub:, VfL Borussia Mönchengladbach." "keywords" => string(122) "prezentacje, stadionów, zdjęcia, Stadion im Borussia-Park, VfL Borussia Mönchengladbach, Niemcy, w Niemczech,niemieckie" "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)"stadium" => object Model_Stadium(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 5 "url" => string(3) "ger" "code" => string(3) "GER" "name_pl" => string(6) "Niemcy" "name_en" => string(7) "Germany" "name_es" => string(8) "Alemania" "where_pl" => string(11) "w Niemczech" "which_pl" => string(10) "niemieckie" "fifa_code" => string(4) "UEFA" ) protected _changed => array(0) protected _related => array(0) }{ protected _model => string(7) "stadium" protected _db => string(7) "default" protected _table => string(8) "stadiums" protected _fields => array(30) ( "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" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL 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) }"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) }"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_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(8) "clubs_id" public label => string(8) "clubs 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) }"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) }"league_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(9) "league_id" public label => string(9) "league 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) }"league" => object Sprig_Field_BelongsTo(20){ public in_db => bool TRUE public null => bool TRUE public model => string(6) "League" 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 => integer 99 public choices => NULL public column => string(9) "league_id" public label => string(6) "league" public description => string(0) "" public attributes => NULL public filters => array(0) public rules => array(0) public callbacks => array(0) }"historical" => object Sprig_Field_BelongsTo(20){ public in_db => bool TRUE public null => bool TRUE public model => string(7) "Stadium" 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) "historical_id" public label => string(10) "historical" public description => string(0) "" public attributes => NULL public filters => array(0) public rules => array(0) public callbacks => array(0) }"project" => object Sprig_Field_BelongsTo(20){ public in_db => bool TRUE public null => bool TRUE public model => string(7) "Project" 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(10) "project_id" public label => string(7) "project" public description => string(0) "" public attributes => NULL public filters => array(0) public rules => array(0) public callbacks => array(0) }"building" => object Sprig_Field_BelongsTo(20){ public in_db => bool TRUE public null => bool TRUE public model => string(8) "Building" 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(11) "building_id" public label => string(8) "building" public description => string(0) "" public attributes => NULL public filters => array(0) public rules => array(0) 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) }"elemental_capacity_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(21) "elemental_capacity_pl" public label => string(21) "elemental capacity 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) }"elemental_capacity_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(21) "elemental_capacity_en" public label => string(21) "elemental capacity 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) }"elemental_capacity_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(21) "elemental_capacity_es" public label => string(21) "elemental capacity 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) }"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 FALSE public default => string(0) "" public choices => NULL public column => string(7) "created" public label => string(7) "created" public description => string(0) "" public attributes => NULL public in_db => bool TRUE 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) }"club" => object Sprig_Field_BelongsTo(20){ public in_db => bool TRUE public null => bool TRUE public model => string(4) "Club" 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(8) "clubs_id" public label => string(4) "club" public description => string(0) "" public attributes => NULL public filters => array(0) public rules => array(0) public callbacks => array(0) }"build_year" => object Sprig_Field_Integer(17){ public min_value => integer 1800 public max_value => integer 2150 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(10) "build_year" public label => string(10) "build year" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }"last_renovation_year" => object Sprig_Field_Integer(17){ public min_value => integer 1800 public max_value => integer 2150 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(20) "last_renovation_year" public label => string(20) "last renovation year" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }"retire_year" => object Sprig_Field_Integer(17){ public min_value => integer 1800 public max_value => integer 2150 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) "retire_year" public label => string(11) "retire year" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }"related_news" => object Sprig_Field_ManyToMany(23){ public editable => bool FALSE public through => string(12) "news_stadium" public left_foreign_key => NULL public right_foreign_key => NULL public empty => bool TRUE public default => array(0) public null => bool TRUE public in_db => bool FALSE public model => string(4) "News" public foreign_key => NULL public primary_key => NULL public min_length => NULL public max_length => NULL public primary => bool FALSE public unique => bool FALSE public choices => NULL public column => NULL public label => string(12) "related news" 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(29) ( "id" => integer 105 "url" => string(13) "borussia_park" "long_id" => string(13) "borussia-park" "name" => string(13) "Borussia Park" "long_name" => string(24) "Stadion im Borussia-Park" "capacity" => integer 54042 "city_id" => integer 85 "clubs_id" => integer 101 "country_id" => string(3) "GER" "league_id" => integer 15 "league" => string(2) "15" "historical" => NULL "project" => NULL "building" => NULL "features_pl" => string(192) "Inauguracja: 30.07.2004 Czas budowy: 13.11.2002 - 07.2004 Koszt: 86,9 mln € Projekt: Planungsgruppe B Wykonawca: Hochtief AG A …" "features_en" => string(198) "Inauguration: 30/07/2004 Construction: 13/11/2002 - 07/2004 Cost: €86.9 million Design: Planungsgruppe B Contractor: Hochtief …" "features_es" => string(209) "Inauguración: 30/07/2004 Construcción: 13/11/2002 - 07/2004 Coste: €86,9 millones Proyecto: Planungsgruppe B Contratista: Ho …" "elemental_capacity_pl" => string(0) "" "elemental_capacity_en" => string(0) "" "elemental_capacity_es" => string(0) "" "description_pl" => string(1577) "<p>Powstanie stadionu na zachodnich obrzeżach Mönchengladbach zostało zatwierdzone w marcu 2002 roku, a w listopadzie gł …" "description_en" => string(1905) "<p>Construction of a new stadium in western suburbs of Mönchengladbach was approved in March 2002 and by November general c …" "description_es" => string(1924) "<p>La construcción de un nuevo estadio en los suburbios occidentales de Mönchengladbach fue aprobada en marzo de 200 …" "created" => string(10) "0000-00-00" "updated" => string(10) "2025-09-10" "club" => string(3) "101" "build_year" => NULL "last_renovation_year" => NULL "retire_year" => NULL ) protected _changed => array(0) protected _related => array(3) ( "historical" => object Model_Stadium(12){ protected _model => string(7) "stadium" protected _db => string(7) "default" protected _table => string(8) "stadiums" protected _fields => array(30) ( ... ) 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(29) ( ... ) protected _changed => array(0) protected _related => array(0) }"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(3) "new" protected _original => array(23) ( ... ) protected _changed => array(0) protected _related => array(0) }"building" => object Model_Building(12){ protected _model => string(8) "building" protected _db => string(7) "default" protected _table => string(9) "buildings" 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(3) "new" protected _original => array(23) ( ... ) 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)"clubs" => object Model_Club(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 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 85 "url" => string(15) "monchengladbach" "name_pl" => string(16) "Mönchengladbach" "name_en" => string(16) "Mönchengladbach" "name_es" => string(16) "Mönchengladbach" "country_code" => string(3) "GER" ) protected _changed => array(0) protected _related => array(0) }{ protected _model => string(4) "club" protected _db => string(7) "default" protected _table => string(5) "clubs" protected _fields => array(4) ( "id" => object Sprig_Field_Auto(17)"news_list" => array(20) ( 0 => array(6) ( "title" => string(86) "Niemcy: Tak Niemcy konserwują stadiony! Borussia-Park z pierwszymi zmianami od 20 lat" "id" => string(5) "25737" "thumbnail" => string(32) "img/news/2025/09/25737-thumbnail" "lead" => string(227) "Borussia Mönchengladbach od kilku miesięcy prowadzi widoczne prace przy swoim stadionie. Kibice zauważają rusztowania na zac …" "published" => string(19) "2025-09-06 18:20:35" "url" => string(82) "niemcy_tak_niemcy_konserwuja_stadiony_borussiapark_z_pierwszymi_zmianami_od_20_lat" ) 1 => array(6) ( "title" => string(63) "Niemcy: Frekwencja na stadionach Bundesligi w sezonie 2024/2025" "id" => string(5) "25192" "thumbnail" => string(32) "img/news/2025/06/25192-thumbnail" "lead" => string(351) "W sezonie 2024/25 niemiecka Bundesliga ponownie potwierdziła swoją pozycję jako jedna z najbardziej widowiskowych i obleganyc …" "published" => string(19) "2025-06-18 08:40:00" "url" => string(61) "niemcy_frekwencja_na_stadionach_bundesligi_w_sezonie_20242025" ) 2 => array(6) ( "title" => string(63) "Niemcy: Frekwencja na stadionach Bundesligi w sezonie 2023/2024" "id" => string(5) "21922" "thumbnail" => string(32) "img/news/2024/06/21923-thumbnail" "lead" => string(319) "To był jeden z najciekawszych sezonów Bundesligi od lat! Świetne wyniki w europejskich pucharach sprawiły, że aż siedem ni …" "published" => string(19) "2024-06-10 12:00:00" "url" => string(61) "niemcy_frekwencja_na_stadionach_bundesligi_w_sezonie_20232024" ) 3 => array(6) ( "title" => string(47) "Niemcy: Przed Wami stadiony Bundesligi 2022/23!" "id" => string(5) "19943" "thumbnail" => string(32) "img/news/2022/08/19943-thumbnail" "lead" => string(306) "60. w historii sezon Bundesligi rozpocznie się już dziś. Choć na niemieckich stadionach zabraknie Roberta Lewandowskiego, to …" "published" => string(19) "2022-08-05 19:40:00" "url" => string(44) "niemcy_przed_wami_stadiony_bundesligi_202223" ) 4 => array(6) ( "title" => string(60) "Niemcy: Tęczowe stadiony w ramach upamiętnienia Holokaustu" "id" => string(5) "18510" "thumbnail" => string(32) "img/news/2021/01/18511-thumbnail" "lead" => string(197) "W ten weekend niemieckie stadiony obu najwyższych lig będą tęczowe. Flagi narożne, iluminacje, ceremonie – to upamiętnie …" "published" => string(19) "2021-01-29 16:09:00" "url" => string(57) "niemcy_teczowe_stadiony_w_ramach_upamietnienia_holokaustu" ) 5 => array(6) ( "title" => string(62) "Bundesliga: Czy koronawirus zabił przewagę własnego boiska?" "id" => string(5) "17957" "thumbnail" => string(32) "img/news/2020/07/17957-thumbnail" "lead" => string(251) "Niemiecka liga to pierwsza, która już ponad 6 tygodni odbywa się w trakcie pandemii, bez kibiców. I choć zawodnicy wkładaj …" "published" => string(19) "2020-07-05 15:40:59" "url" => string(57) "bundesliga_czy_koronawirus_zabil_przewage_wlasnego_boiska" ) 6 => array(6) ( "title" => string(49) "Euro 2024: Niemcy kandydują z tymi 10 stadionami" "id" => string(5) "14958" "thumbnail" => string(32) "img/news/2017/09/14959-thumbnail" "lead" => string(191) "W piątek niemiecka federacja pokazała, które stadiony wystawia do walki o Euro 2024. Nie zbudują żadnego nowego, ale lista …" "published" => string(19) "2017-09-16 03:11:07" "url" => string(47) "euro_2024_niemcy_kandyduja_z_tymi_10_stadionami" ) 7 => array(6) ( "title" => string(66) "Hanower: Niespodziewana deklaracja w sprawie legalnej pirotechniki" "id" => string(5) "14865" "thumbnail" => string(32) "img/news/2017/08/14867-thumbnail" "lead" => string(158) "Debata gorąca jak same race znów rozgorzała w Niemczech po tym, jak minister spraw wewnętrznych Dolnej Saksonii zaproponowa …" "published" => string(19) "2017-08-18 19:00:06" "url" => string(65) "hanower_niespodziewana_deklaracja_w_sprawie_legalnej_pirotechniki" ) 8 => array(6) ( "title" => string(49) "Niemcy: Borussia oddaje miastu miliony za stadion" "id" => string(5) "14810" "thumbnail" => string(32) "img/news/2017/08/14811-thumbnail" "lead" => string(185) "Borussia Mönchengladbach oddała miastu ponad 50 milionów euro, czyli pożyczkę, za którą wcześniej udało się zbudować …" "published" => string(19) "2017-08-03 04:19:25" "url" => string(48) "niemcy_borussia_oddaje_miastu_miliony_za_stadion" ) 9 => array(6) ( "title" => string(64) "Mönchengladbach: Borussia zaczęła budowę hotelu na stadionie" "id" => string(5) "13584" "thumbnail" => string(32) "img/news/2016/11/13585-thumbnail" "lead" => string(184) "Od sezonu 2018/19 kibice będą mogli nie tylko przyjechać, ale i zamieszkać na Borussia-Park. Wystartowała budowa 131 pokoi, …" "published" => string(19) "2016-11-10 19:17:11" "url" => string(59) "monchengladbach_borussia_zaczela_budowe_hotelu_na_stadionie" ) 10 => array(6) ( "title" => string(64) "Nowe zestawienie: 20 Klubów z Najwyższą Frekwencją w Europie" "id" => string(5) "13285" "thumbnail" => string(32) "img/news/2016/08/13289-thumbnail" "lead" => string(170) "Tylko sześć krajów ma swoją reprezentację, a polskim zespołom raczej nie uda się do tego zestawienia wejść. Od lat domi …" "published" => string(19) "2016-08-31 18:00:31" "url" => string(59) "nowe_zestawienie_20_klubow_z_najwyzsza_frekwencja_w_europie" ) 11 => array(6) ( "title" => string(65) "Mönchengladbach: Tak Borussia chce dołączyć do Ligi Mistrzów" "id" => string(5) "12625" "thumbnail" => string(32) "img/news/2016/04/12626-thumbnail" "lead" => string(221) "W drugiej połowie 2018 roku przy stadionie ma być 4-gwiazdkowy hotel, a do 2036 roku wszystkie obiekty klubu będą spłacone. …" "published" => string(19) "2016-04-21 12:11:39" "url" => string(59) "monchengladbach_tak_borussia_chce_dolaczyc_do_ligi_mistrzow" ) 12 => array(6) ( "title" => string(53) "Mönchengladbach: Borussia dobuduje hotel do stadionu" "id" => string(5) "11678" "thumbnail" => string(32) "img/news/2015/10/11680-thumbnail" "lead" => string(183) "W najbliższych dwóch latach Borussia M-gladbach wyda ok. 120 mln zł na budowę hotelu przy Borussia Park. Dzięki temu liczba …" "published" => string(19) "2015-10-29 08:46:57" "url" => string(51) "monchengladbach_borussia_dobuduje_hotel_do_stadionu" ) 13 => array(6) ( "title" => string(69) "Niemcy: „Zero prowokacji zamiast zera tolerancji” – to działa!" "id" => string(4) "9740" "thumbnail" => string(31) "img/news/2014/09/9741-thumbnail" "lead" => string(206) "Od sierpnia przez dwa miesiące w najbardziej piłkarskim regionie Europy prowadzono test: liczba policjantów zabezpieczającyc …" "published" => string(19) "2014-09-26 16:32:09" "url" => string(56) "niemcy_zero_prowokacji_zamiast_zera_tolerancji_to_dziala" ) 14 => array(6) ( "title" => string(49) "Mönchengladbach: Borussia-Park skończył 10 lat" "id" => string(4) "9539" "thumbnail" => string(31) "img/news/2014/08/9540-thumbnail" "lead" => string(240) "Nie był areną Mundialu 2006, nie miał nigdy sponsora. Mimo to warto przyjrzeć się stadionowi „tej drugiej Borussii”, kt …" "published" => string(19) "2014-08-16 05:18:58" "url" => string(44) "monchengladbach_borussiapark_skonczyl_10_lat" ) 15 => array(6) ( "title" => string(57) "Niemcy: Kontrowersyjne przepisy przegłosowane, co dalej?" "id" => string(4) "6025" "thumbnail" => string(31) "img/news/2012/12/6026-thumbnail" "lead" => string(239) "Wczoraj 36 klubów dwóch najwyższych lig przyjęło projekt nowych przepisów bezpieczeństwa. Część kibiców mówi o dobij …" "published" => string(19) "2012-12-13 22:49:15" "url" => string(53) "niemcy_kontrowersyjne_przepisy_przeglosowane_co_dalej" ) 16 => array(6) ( "title" => string(47) "Niemcy: 12:12, czyli dlaczego stadiony ucichły" "id" => string(4) "5952" "thumbnail" => string(31) "img/news/2012/11/5954-thumbnail" "lead" => string(197) "Zaczęło się w kilku miastach, ale cisza na trybunach ogarnęła już większość meczów w najwyższych ligach. Za każdym r …" "published" => string(19) "2012-11-30 19:52:35" "url" => string(43) "niemcy_1212_czyli_dlaczego_stadiony_ucichly" ) 17 => array(6) ( "title" => string(43) "Niemcy: Kibice nie czują się bezpiecznie?" "id" => string(4) "5854" "thumbnail" => string(31) "img/news/2012/11/5854-thumbnail" "lead" => string(342) "Już od kilkunastu miesięcy temperatura debaty wokół niemieckiego futbolu rośnie, zbliżając się do tej z odpalanej przez …" "published" => string(19) "2012-11-11 22:59:09" "url" => string(39) "niemcy_kibice_nie_czuja_sie_bezpiecznie" ) 18 => array(6) ( "title" => string(63) "Bezpieczeństwo: W Bundeslidze będą skanować kibicom twarze?" "id" => string(4) "4348" "thumbnail" => string(0) "" "lead" => string(241) "Na razie to tylko projekt, ale już analizuje się, jak by go wprowadzić. Wszyscy wchodzący na najważniejsze mecze w Niemczec …" "published" => string(19) "2012-02-03 04:05:35" "url" => string(57) "bezpieczenstwo_w_bundeslidze_beda_skanowac_kibicom_twarze" ) 19 => array(6) ( "title" => string(56) "Barcelona ma największe tłumy, Manchester ponad milion" "id" => string(4) "1712" "thumbnail" => string(0) "" "lead" => string(321) "Wraz z końcem lutego serwis Stadionwelt.de postanowił zebrać pierwszą trzydziestkę najwyższych frekwencji w Europie. Jesie …" "published" => string(19) "2010-03-03 16:09:06" "url" => string(53) "barcelona_ma_najwieksze_tlumy_manchester_ponad_milion" ) ) "pictures" => string(9650) "<ul> <li><figure><a href="https://stadiony.net/pictures/stadiums/ger/borussia-park/borussia-park23.jpg" title="Stadion im Bor …" ) }{ 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) }"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) }"city_id" => object Sprig_Field_BelongsTo(20){ public in_db => bool TRUE public null => bool TRUE public model => string(4) "City" 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(7) "city_id" public label => string(7) "city id" 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(4) ( "id" => integer 101 "name" => string(8) "Borussia" "long_name" => string(29) "VfL Borussia Mönchengladbach" "city_id" => string(2) "85" ) 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/stadiums/aside-item.php" protected _data => array(6) ( "related_historical" => bool FALSE "related_project" => bool FALSE "related_building" => bool FALSE "related_tournament_stadiums" => array(0) "related_publications" => array(2) ( 0 => array(4) ( "title" => string(53) "Ranking 10+ 2015: Frekwencje w Europie (Cz. 2. Kluby)" "created" => string(10) "2015-07-29" "category" => string(7) "raporty" "article_url" => string(47) "ranking_10_2015_frekwencje_w_europie_cz_2_kluby" ) 1 => array(4) ( "title" => string(52) "Ranking 10+ 2015: Frekwencje w Europie (Cz. 1. Ligi)" "created" => string(10) "2015-07-28" "category" => string(7) "raporty" "article_url" => string(41) "ranking_10_frekwencje_w_europie_cz_1_ligi" ) ) "stadium_list" => string(10966) "<section class="stadium-list accordion box"> <h1 class="box-hl flag-m ger"> <a href="https://stadiony.net/stadiony/ger">stadion …" ) }"title" => string(24) "Stadion im Borussia-Park" )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;