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(121) "/var/www/vhosts/lvps176-28-11-216.dedicated.hosteurope.de/stadiony.net/httpdocs/application/views/new/historical/item.php" protected _data => array(9) ( "country" => object Model_Country(12)"breadcrumbs" => array(3) ( 0 => array(2) ( 0 => string(11) "historyczne" 1 => string(11) "Historyczne" ) 1 => array(2) ( 0 => string(15) "historyczne/pol" 1 => string(6) "Polska" ) 2 => array(2) ( 0 => string(37) "historyczne/pol/stadion_ruchu_chorzow" 1 => string(22) "Stadion Ruchu Chorzów" ) ) "ads" => string(10) "historical" "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(98) "Stadion historyczny: Stadion Ruchu Chorzów, Chorzów, pojemność: 9300, klub: Ruch Chorzów SSA." "keywords" => string(122) "historyczne, stadiony, przeszłości, zdjęcia, stare, Stadion Ruchu Chorzów, Ruch Chorzów SSA, Polska, w Polsce,polskie" "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 1 "url" => string(3) "pol" "code" => string(3) "POL" "name_pl" => string(6) "Polska" "name_en" => string(6) "Poland" "name_es" => string(7) "Polonia" "where_pl" => string(8) "w Polsce" "which_pl" => string(7) "polskie" "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 156 "url" => string(21) "stadion_ruchu_chorzow" "long_id" => string(12) "ruch_chorzow" "name" => string(22) "Stadion Ruchu Chorzów" "long_name" => string(22) "Stadion Ruchu Chorzów" "capacity" => integer 9300 "city_id" => integer 1 "clubs_id" => integer 149 "country_id" => string(3) "POL" "league_id" => integer 0 "league" => NULL "historical" => NULL "project" => string(4) "1295" "building" => NULL "features_pl" => string(265) "Nazwy potoczne: Stadion przy Cichej Oświetlenie: 1760 lux Czas budowy: 1934–1935 Inauguracja: 29.09.1935 (Ruch Chorzów – W …" "features_en" => string(228) "Nicknames: Cicha Stadium Floodlights: 1,760 lux Inauguration: 29/09/1935 (Ruch Chorzów – Warta Poznań 1–1) Renovations: 19 …" "features_es" => string(238) "Apodos: Estadio en Cicha Iluminación: 1760 lux Inauguración: 29/09/1935 (Ruch Chorzów – Warta Poznań 1–1) Remodelaciones …" "elemental_capacity_pl" => string(19) "Miejsca kryte: 1040" "elemental_capacity_en" => string(20) "Covered seats: 1,040" "elemental_capacity_es" => string(24) "Asientos cubiertos: 1040" "description_pl" => string(38671) "<h3>Jak w skrócie prezentuje się stadion Ruchu Chorzów?</h3> <p>Decyzję o budowie nowego stadionu dla Ruchu Chor …" "description_en" => string(37772) "<h3>What is a short summary of Ruch Chorzów’s stadium?</h3> <p>The decision to build a new stadium for Ruch Chorz&o …" "description_es" => string(45085) "<h3>¿Cómo se presenta en breve el estadio del Ruch Chorzów?</h3> <p>La decisión de construir un nuev …" "created" => string(10) "0000-00-00" "updated" => string(10) "2025-07-16" "club" => string(3) "149" "build_year" => NULL "last_renovation_year" => NULL "retire_year" => integer 2025 ) protected _changed => array(0) protected _related => array(2) ( "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(1) ( ... ) 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 1 "url" => string(7) "chorzow" "name_pl" => string(8) "Chorzów" "name_en" => string(8) "Chorzów" "name_es" => string(8) "Chorzów" "country_code" => string(3) "POL" ) 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(82) "Chorzów: Nowa era przy Cichej 6. 15 grudnia zobaczymy koncepcję nowego stadionu!" "id" => string(5) "26398" "thumbnail" => string(32) "img/news/2025/12/26398-thumbnail" "lead" => string(381) "Pod koniec roku wokół Cichej 6 dzieje się więcej niż przez całe minione dekady. Trwa finał pierwszego etapu rozbiórek, n …" "published" => string(19) "2025-12-10 16:20:28" "url" => string(77) "chorzow_nowa_era_przy_cichej_6_15_grudnia_zobaczymy_koncepcje_nowego_stadionu" ) 1 => array(6) ( "title" => string(90) "Chorzów: Nowa Cicha coraz bliżej. Poznaliśmy pierwsze szczegóły nowego stadionu Ruchu" "id" => string(5) "26167" "thumbnail" => string(32) "img/news/2025/11/26167-thumbnail" "lead" => string(235) "Miejska spółka ADM Serwis za pośrednictwem profilu „Nowa Cicha 6” przekazała najnowsze informacje dotyczące budowy nowe …" "published" => string(19) "2025-11-04 19:13:51" "url" => string(83) "chorzow_nowa_cicha_coraz_blizej_poznalismy_pierwsze_szczegoly_nowego_stadionu_ruchu" ) 2 => array(6) ( "title" => string(77) "Chorzów: Kibice Ruchu mogą zabrać głos w sprawie wyglądu nowego stadionu" "id" => string(5) "25676" "thumbnail" => string(32) "img/news/2025/08/25676-thumbnail" "lead" => string(215) "Rozbiórka stadionu Ruchu przy ulicy Cichej 6 trwa, a kibice Niebieskich mają nadzieję, że na jego miejscu powstanie nowoczes …" "published" => string(19) "2025-08-28 16:44:56" "url" => string(71) "chorzow_kibice_ruchu_moga_zabrac_glos_w_sprawie_wygladu_nowego_stadionu" ) 3 => array(6) ( "title" => string(92) "Chorzów: Rusza rozbiórka stadionu przy Cichej. Kibice mogą nabyć wyjątkową pamiątkę " "id" => string(5) "25482" "thumbnail" => string(32) "img/news/2025/08/25482-thumbnail" "lead" => string(339) "29 lipca Prezes Zarządu ADM Serwis, Sylwia Tkocz, podpisała umowę z firmą Developer i Recykling dotyczącą rozbiórki budyn …" "published" => string(19) "2025-08-01 20:21:24" "url" => string(81) "chorzow_rusza_rozbiorka_stadionu_przy_cichej_kibice_moga_nabyc_wyjatkowa_pamiatke" ) 4 => array(6) ( "title" => string(88) "Chorzów: Pożegnanie stadionu przy Cichej i rozpoczęcie pierwszych prac rozbiórkowych" "id" => string(5) "25303" "thumbnail" => string(32) "img/news/2025/06/25303-thumbnail" "lead" => string(291) "28 czerwca odbyło się oficjalne pożegnanie stadionu przy ulicy Cichej. Na tę wyjątkową okazję przygotowano wiele atrakcji …" "published" => string(19) "2025-06-30 19:51:38" "url" => string(83) "chorzow_pozegnanie_stadionu_przy_cichej_i_rozpoczecie_pierwszych_prac_rozbiorkowych" ) 5 => array(6) ( "title" => string(90) "Chorzów: Oczekiwanie na rozbiórkę stadionu przy Cichej. Nowy stadion dzięki Katowicom?" "id" => string(5) "25160" "thumbnail" => string(32) "img/news/2025/06/25160-thumbnail" "lead" => string(247) "Dni stadionu przy Cichej są policzone. Przetarg na rozbiórkę starej areny Ruchu wygrała firma Developer i Recykling Sp. z o. …" "published" => string(19) "2025-06-13 16:49:50" "url" => string(83) "chorzow_oczekiwanie_na_rozbiorke_stadionu_przy_cichej_nowy_stadion_dzieki_katowicom" ) 6 => array(6) ( "title" => string(81) "Chorzów: Przetarg na rozbiórkę stadionu przy Cichej. Wpłynęło aż 17 ofert!" "id" => string(5) "24870" "thumbnail" => string(32) "img/news/2025/05/24870-thumbnail" "lead" => string(301) "29 kwietnia minął termin na składanie ofert w przetargu na I etap rozbiórki stadionu Ruchu Chorzów, który został ogłoszo …" "published" => string(19) "2025-05-01 20:05:45" "url" => string(71) "chorzow_przetarg_na_rozbiorke_stadionu_przy_cichej_wplynelo_az_17_ofert" ) 7 => array(6) ( "title" => string(62) "Polska: Rozbiórka stadionu Ruchu Chorzów za kilka miesięcy!" "id" => string(5) "24613" "thumbnail" => string(32) "img/news/2025/03/24613-thumbnail" "lead" => string(297) "W budżecie na 2025 rok zabezpieczono kwotę w wysokości 36 206 400 zł, która szacunkowo stanowi około 10% całości inwesty …" "published" => string(19) "2025-03-29 18:56:00" "url" => string(57) "polska_rozbiorka_stadionu_ruchu_chorzow_za_kilka_miesiecy" ) 8 => array(6) ( "title" => string(47) "Polska: Stadiony w budżetach miast w 2025 roku" "id" => string(5) "23779" "thumbnail" => string(34) "img/news/2025/01/237799-thumbnaill" "lead" => string(176) "Jakie stadiony w Polsce zyskają nowe trybuny, zadaszenie, a gdzie budżety nadal nie przewidują wsparcia? Sprawdzamy, co przyn …" "published" => string(19) "2025-01-01 17:37:00" "url" => string(45) "polska_stadiony_w_budzetach_miast_w_2025_roku" ) 9 => array(6) ( "title" => string(75) "Chorzów: Są środki na stadion Ruchu! Radni przyjęli budżet na 2025 rok" "id" => string(5) "23662" "thumbnail" => string(32) "img/news/2024/12/23662-thumbnail" "lead" => string(141) "Na dzisiejszej sesji Rady Miasta przyjęto budżet Chorzowa na 2025 rok. Znalazły się w nim środki na budowę nowego stadionu …" "published" => string(19) "2024-12-17 13:15:01" "url" => string(68) "chorzow_sa_srodki_na_stadion_ruchu_radni_przyjeli_budzet_na_2025_rok" ) 10 => array(6) ( "title" => string(63) "Chorzów: Nowy stadion Ruchu bez pieniędzy od rządu i miasta?" "id" => string(5) "23618" "thumbnail" => string(32) "img/news/2024/12/23618-thumbnail" "lead" => string(328) "Nad ambitnym projektem wybudowania nowego stadionu dla Ruchu zbierają się coraz ciemniejsze chmury. Zaledwie kilka dni temu mi …" "published" => string(19) "2024-12-12 13:33:00" "url" => string(58) "chorzow_nowy_stadion_ruchu_bez_pieniedzy_od_rzadu_i_miasta" ) 11 => array(6) ( "title" => string(64) "Chorzów: Ministerstwo nie dofinansuje nowego stadionu dla Ruchu" "id" => string(5) "23585" "thumbnail" => string(32) "img/news/2024/12/23585-thumbnail" "lead" => string(256) "5 grudnia 2024 roku prezydent miasta Szymon Michałek otrzymał pismo z Ministerstwa Sportu i Turystyki w sprawie dofinansowania …" "published" => string(19) "2024-12-09 15:55:19" "url" => string(62) "chorzow_ministerstwo_nie_dofinansuje_nowego_stadionu_dla_ruchu" ) 12 => array(6) ( "title" => string(76) "Chorzów: Nowa Cicha 6 czy Stadion Śląski? Miasto, kibice i miliony w grze" "id" => string(5) "23360" "thumbnail" => string(32) "img/news/2024/11/23360-thumbnail" "lead" => string(242) "Temat nowego stadionu dla Ruchu od dawna jest tematem wielu dyskusji. Prezydent miasta 12 listopada wysłał w tej sprawie kolej …" "published" => string(19) "2024-11-20 16:06:00" "url" => string(70) "chorzow_nowa_cicha_6_czy_stadion_slaski_miasto_kibice_i_miliony_w_grze" ) 13 => array(6) ( "title" => string(89) "Chorzów: 6 listopada odbędzie się ważne spotkanie w sprawie nowego stadionu dla Ruchu" "id" => string(5) "23188" "thumbnail" => string(32) "img/news/2024/10/23188-thumbnail" "lead" => string(309) "Obecny prezydent miasta, Szymon Michałek, nie ustaje w staraniach, by nowy obiekt dla Ruchu powstał w najbliższej przyszłoś …" "published" => string(19) "2024-10-30 13:28:14" "url" => string(84) "chorzow_6_listopada_odbedzie_sie_wazne_spotkanie_w_sprawie_nowego_stadionu_dla_ruchu" ) 14 => array(6) ( "title" => string(62) "Chorzów: Rozbiórka stadionu przy Cichej 6 w przyszłym roku?" "id" => string(5) "23032" "thumbnail" => string(32) "img/news/2024/10/23032-thumbnail" "lead" => string(318) "Blisko rok temu ówczesny premier Mateusz Morawiecki obiecał 100 mln zł na dofinansowanie budowy nowego stadionu dla Ruchu Cho …" "published" => string(19) "2024-10-15 13:22:00" "url" => string(57) "chorzow_rozbiorka_stadionu_przy_cichej_6_w_przyszlym_roku" ) 15 => array(6) ( "title" => string(63) "Chorzów: Prezydent nie ustaje w walce o nowy stadion dla Ruchu" "id" => string(5) "22454" "thumbnail" => string(32) "img/news/2024/08/22454-thumbnail" "lead" => string(314) "Prezydent Chorzowa Szymon Michałek nie rezygnuje z walki o stadion dla Ruchu Chorzów. Wysłał on list do ministra sportu Sła …" "published" => string(19) "2024-08-21 14:27:00" "url" => string(61) "chorzow_prezydent_nie_ustaje_w_walce_o_nowy_stadion_dla_ruchu" ) 16 => array(6) ( "title" => string(104) "Chorzów: „Premierze Tusk nowy stadion dla Chorzowa”. Kibice i prezydent walczą o stadion dla Ruchu" "id" => string(5) "22204" "thumbnail" => string(32) "img/news/2024/07/22204-thumbnail" "lead" => string(273) "Sytuacji związanej z budową nowego stadionu dla Ruchu, a raczej jej brakiem, już chyba nikomu nie trzeba przybliżać. Prezyd …" "published" => string(19) "2024-07-18 15:08:00" "url" => string(101) "chorzow_premierze_tusk_nowy_stadion_dla_chorzowa_kibice_i_prezydent_miasta_walcza_o_stadion_dla_ruchu" ) 17 => array(6) ( "title" => string(72) "Chorzów: Prezydent miasta nie porzuca planów budowy stadionu dla Ruchu" "id" => string(5) "22164" "thumbnail" => string(32) "img/news/2024/07/22164-thumbnail" "lead" => string(303) "Kilka tygodni temu Minister Sportu i Turystyki Sławomir Nitras ogłosił, że rząd nie będzie finansował budowy nowego stadi …" "published" => string(19) "2024-07-12 12:43:21" "url" => string(69) "chorzow_prezydent_miasta_nie_porzuca_planow_budowy_stadionu_dla_ruchu" ) 18 => array(6) ( "title" => string(86) "Chorzów: Zła informacja dla Ruchu! „Nie będziemy finansować budowy stadionów”" "id" => string(5) "22064" "thumbnail" => string(33) "img/news/2024/06/22064-thumbnaill" "lead" => string(384) "Sprawa rządowego dofinansowania do budowy nowego stadionu Ruchu Chorzów rozpoczęła się w kwietniu 2023 roku. Ówczesny prem …" "published" => string(19) "2024-06-28 10:39:00" "url" => string(73) "chorzow_zla_informacja_dla_ruchu_nie_bedziemy_finansowac_budowy_stadionow" ) 19 => array(6) ( "title" => string(82) "Chorzów: „Z czego znany jest Chorzów”? Prezydent stanowczo o nowym stadionie" "id" => string(5) "21826" "thumbnail" => string(32) "img/news/2024/05/21826-thumbnail" "lead" => string(254) "Kurz po kwietniowych wyborach samorządowych już opadł. Dla wielu miast oznacza to nowe otwarcie i nie inaczej jest także w C …" "published" => string(19) "2024-05-23 14:55:21" "url" => string(72) "chorzow_z_czego_znany_jest_chorzow_prezydent_stanowczo_o_nowym_stadionie" ) ) "title" => string(34) "Stadion Ruchu Chorzów – do 2025" "pictures" => string(45175) "<h3>2025</h3><ul><li><figure><a href="https://stadiony.net/pictures/historical/pol/ruch_chorzow/ruch_chorzow62.jpg" title="Stadi …" "country_url" => string(3) "pol" "url" => string(21) "stadion_ruchu_chorzow" ) }{ 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 149 "name" => string(4) "Ruch" "long_name" => string(17) "Ruch Chorzów SSA" "city_id" => string(1) "1" ) protected _changed => array(0) protected _related => array(0) }{ protected _file => string(127) "/var/www/vhosts/lvps176-28-11-216.dedicated.hosteurope.de/stadiony.net/httpdocs/application/views/new/historical/aside-item.php" protected _data => array(4) ( "related_project" => array(3) ( "name" => string(22) "Stadion Ruchu Chorzów" "url" => string(13) "stadion_ruchu" "country_code" => string(3) "POL" ) "related_stadium" => bool FALSE "related_building" => bool FALSE "stadium_list" => string(21556) "<section class="stadium-list accordion box"> <h1 class="box-hl"> <a href="https://stadiony.net/historyczne">Stadiony historyczn …" ) }"title" => string(47) "Historyczne: Stadion Ruchu Chorzów – do 2025" )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 [ 640 ] » Kohana_View->__toString()
635 $total = array( 636 '{memory_usage}' => number_format((memory_get_peak_usage() - KOHANA_START_MEMORY) / 1024, 2).'KB', 637 '{execution_time}' => number_format(microtime(TRUE) - KOHANA_START_TIME, 5).' seconds'); 638 639 // Insert the totals into the response 640 $request->response = strtr((string) $request->response, $total); 641 } 642 643 644 /** 645 * 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;