APPPATH/system/core/Controller.php [ 55 ]
50 // class. In PHP 4 it extends the Controller @PHP4
51 if (is_php('5.0.0') == TRUE)
52 {
53 $this->load =& load_class('Loader', 'core');
54
55 $this->load->_base_classes =& is_loaded();
56
57 $this->load->_ci_autoloader();
58 }
59 else
60 {
-
APPPATH/system/core/Controller.php [ 55 ] » MY_Exceptions::error_handler(arguments)
code
2048
error
Only variables should be assigned by reference
file
/home/premudra/public_html/krustr/system/core/Controller.php
line
55
4
Array ( [var] => lang [class] => Lang [this] => Krustr Object ( [current_theme] => premudra [theme_instance:protected] => theme [content_instance:protected] => cms [router_instance:protected] => kr_router [actions_instance:protected] => actions [theme_path:protected] => ../../themes/ [theme_abs_path:protected] => [data:protected] => Array ( ) [exceptions] => MY_Exceptions Object ( [action] => [severity] => [message] => [filename] => [line] => [ob_level] => 0 [levels] => Array ( [1] => Error [2] => Warning [4] => Parsing Error [8] => Notice [16] => Core Error [32] => Core Warning [64] => Compile Error [128] => Compile Warning [256] => User Error [512] => User Warning [1024] => User Notice [2048] => Runtime Notice ) ) [log] => CI_Log Object ( [log_path] => /home/premudra/public_html/krustr/system/logs/ [_threshold] => 2 [_date_fmt] => Y-m-d H:i:s [_enabled] => 1 [_levels] => Array ( [ERROR] => 1 [DEBUG] => 2 [INFO] => 3 [ALL] => 4 ) ) [benchmark] => CI_Benchmark Object ( [marker] => Array ( [total_execution_time_start] => 0.26594000 1733674093 [loading_time:_base_classes_start] => 0.26594700 1733674093 [loading_time:_base_classes_end] => 0.27306600 1733674093 [controller_execution_time_( krustr / index )_start] => 0.27309200 1733674093 ) ) [hooks] => CI_Hooks Object ( [enabled] => 1 [hooks] => Array ( [pre_system] => Array ( [function] => load_exceptions [filename] => uhoh.php [filepath] => hooks ) ) [in_progress] => ) [config] => CI_Config Object ( [config] => Array ( [base_url] => http://pre-mu-dra.eu/ [index_page] => [uri_protocol] => AUTO [url_suffix] => [language] => english [charset] => UTF-8 [enable_hooks] => 1 [subclass_prefix] => MY_ [permitted_uri_chars] => a-z 0-9~%.:_\- [enable_query_strings] => [controller_trigger] => c [function_trigger] => m [directory_trigger] => d [log_threshold] => 2 [log_path] => [log_date_format] => Y-m-d H:i:s [cache_path] => [encryption_key] => LzNYCjeYhvw9WZuJ2NlglCHvWiDbKaTblgcAegKKftfBqfVBuI [sess_cookie_name] => krsess [sess_expiration] => 7200 [sess_encrypt_cookie] => 1 [sess_use_database] => 1 [sess_table_name] => sessions [sess_match_ip] => [sess_match_useragent] => 1 [sess_time_to_update] => 300 [cookie_prefix] => [cookie_domain] => [cookie_path] => / [global_xss_filtering] => [compress_output] => [time_reference] => local [rewrite_short_tags] => [proxy_ips] => ) [is_loaded] => Array ( ) [_config_paths] => Array ( [0] => krustr/ ) ) [unicode] => CI_Unicode Object ( ) [uri] => CI_URI Object ( [keyval] => Array ( ) [uri_string] => [segments] => Array ( ) [rsegments] => Array ( [1] => krustr [2] => index ) [config] => CI_Config Object ( [config] => Array ( [base_url] => http://pre-mu-dra.eu/ [index_page] => [uri_protocol] => AUTO [url_suffix] => [language] => english [charset] => UTF-8 [enable_hooks] => 1 [subclass_prefix] => MY_ [permitted_uri_chars] => a-z 0-9~%.:_\- [enable_query_strings] => [controller_trigger] => c [function_trigger] => m [directory_trigger] => d [log_threshold] => 2 [log_path] => [log_date_format] => Y-m-d H:i:s [cache_path] => [encryption_key] => LzNYCjeYhvw9WZuJ2NlglCHvWiDbKaTblgcAegKKftfBqfVBuI [sess_cookie_name] => krsess [sess_expiration] => 7200 [sess_encrypt_cookie] => 1 [sess_use_database] => 1 [sess_table_name] => sessions [sess_match_ip] => [sess_match_useragent] => 1 [sess_time_to_update] => 300 [cookie_prefix] => [cookie_domain] => [cookie_path] => / [global_xss_filtering] => [compress_output] => [time_reference] => local [rewrite_short_tags] => [proxy_ips] => ) [is_loaded] => Array ( ) [_config_paths] => Array ( [0] => krustr/ ) ) ) [router] => CI_Router Object ( [config] => CI_Config Object ( [config] => Array ( [base_url] => http://pre-mu-dra.eu/ [index_page] => [uri_protocol] => AUTO [url_suffix] => [language] => english [charset] => UTF-8 [enable_hooks] => 1 [subclass_prefix] => MY_ [permitted_uri_chars] => a-z 0-9~%.:_\- [enable_query_strings] => [controller_trigger] => c [function_trigger] => m [directory_trigger] => d [log_threshold] => 2 [log_path] => [log_date_format] => Y-m-d H:i:s [cache_path] => [encryption_key] => LzNYCjeYhvw9WZuJ2NlglCHvWiDbKaTblgcAegKKftfBqfVBuI [sess_cookie_name] => krsess [sess_expiration] => 7200 [sess_encrypt_cookie] => 1 [sess_use_database] => 1 [sess_table_name] => sessions [sess_match_ip] => [sess_match_useragent] => 1 [sess_time_to_update] => 300 [cookie_prefix] => [cookie_domain] => [cookie_path] => / [global_xss_filtering] => [compress_output] => [time_reference] => local [rewrite_short_tags] => [proxy_ips] => ) [is_loaded] => Array ( ) [_config_paths] => Array ( [0] => krustr/ ) ) [routes] => Array ( [default_controller] => krustr [backend] => backend/dashboard [backend/(:any)] => backend/$1 [backend/layout] => backend/layouts [backend/layout/(:any)] => backend/layouts/$1 [backend/account] => backend/users/account [backend/login] => backend/authentication/login [backend/logout] => backend/authentication/logout [404_override] => krustr/index ) [error_routes] => Array ( ) [class] => krustr [method] => index [directory] => [default_controller] => krustr [uri] => CI_URI Object ( [keyval] => Array ( ) [uri_string] => [segments] => Array ( ) [rsegments] => Array ( [1] => krustr [2] => index ) [config] => CI_Config Object ( [config] => Array ( [base_url] => http://pre-mu-dra.eu/ [index_page] => [uri_protocol] => AUTO [url_suffix] => [language] => english [charset] => UTF-8 [enable_hooks] => 1 [subclass_prefix] => MY_ [permitted_uri_chars] => a-z 0-9~%.:_\- [enable_query_strings] => [controller_trigger] => c [function_trigger] => m [directory_trigger] => d [log_threshold] => 2 [log_path] => [log_date_format] => Y-m-d H:i:s [cache_path] => [encryption_key] => LzNYCjeYhvw9WZuJ2NlglCHvWiDbKaTblgcAegKKftfBqfVBuI [sess_cookie_name] => krsess [sess_expiration] => 7200 [sess_encrypt_cookie] => 1 [sess_use_database] => 1 [sess_table_name] => sessions [sess_match_ip] => [sess_match_useragent] => 1 [sess_time_to_update] => 300 [cookie_prefix] => [cookie_domain] => [cookie_path] => / [global_xss_filtering] => [compress_output] => [time_reference] => local [rewrite_short_tags] => [proxy_ips] => ) [is_loaded] => Array ( ) [_config_paths] => Array ( [0] => krustr/ ) ) ) ) [output] => CI_Output Object ( [final_output] => [cache_expiration] => 0 [headers] => Array ( ) [enable_profiler] => [parse_exec_vars] => 1 [_zlib_oc] => [_profiler_sections] => Array ( ) ) [input] => CI_Input Object ( [ip_address] => [user_agent] => [_allow_get_array] => [_standardize_newlines] => 1 [_enable_xss] => [_enable_csrf] => [uni] => CI_Unicode Object ( ) ) [lang] => CI_Lang Object ( [language] => Array ( ) [is_loaded] => Array ( ) ) [load] => CI_Loader Object ( [_ci_ob_level] => 0 [_ci_view_path] => krustr/views/ [_ci_library_paths] => Array ( [0] => krustr/ [1] => /home/premudra/public_html/krustr/system/ ) [_ci_model_paths] => Array ( [0] => krustr/ ) [_ci_helper_paths] => Array ( [0] => krustr/ [1] => /home/premudra/public_html/krustr/system/ ) [_ci_is_instance] => [_base_classes] => Array ( ) [_ci_cached_vars] => Array ( ) [_ci_classes] => Array ( ) [_ci_loaded_files] => Array ( ) [_ci_models] => Array ( ) [_ci_helpers] => Array ( ) [_ci_varmap] => Array ( [unit_test] => unit [user_agent] => agent ) ) ) )
50 // class. In PHP 4 it extends the Controller @PHP4 51 if (is_php('5.0.0') == TRUE) 52 { 53 $this->load =& load_class('Loader', 'core'); 54 55 $this->load->_base_classes =& is_loaded(); 56 57 $this->load->_ci_autoloader(); 58 } 59 else 60 {
-
APPPATH/third_party/elliothaughin/socialize/controllers/socializecontroller.php [ 7 ] » Controller->Controller()
2 3 class SocializeController extends Controller { 4 5 function __construct() 6 { 7 parent::Controller(); 8 9 parse_str($_SERVER['QUERY_STRING'], $_GET); 10 11 $this->load->add_package_path(APPPATH.'third_party/elliothaughin/socialize/'); 12 $this->_autoload();
-
APPPATH/controllers/krustr.php [ 40 ] » SocializeController->__construct()
35 * 36 */ 37 function __construct() 38 { 39 // Call the Controller constructor 40 parent::__construct(); 41 42 // Setup configuration for libraries 43 $lib_cfg = array( 44 'theme_name' => $this->current_theme 45 ,'theme_path' => $this->theme_path.$this->current_theme
-
APPPATH/system/core/CodeIgniter.php [ 281 ] » Krustr->__construct()
276 * ------------------------------------------------------ 277 */ 278 // Mark a start point so we can benchmark the controller 279 $BM->mark('controller_execution_time_( '.$class.' / '.$method.' )_start'); 280 281 $CI = new $class(); 282 283 /* 284 * ------------------------------------------------------ 285 * Is there a "post_controller_constructor" hook? 286 * ------------------------------------------------------
-
SYSDIR/home/premudra/public_html/index.php [ 198 ] » require_once(arguments)
0
/home/premudra/public_html/krustr/system/core/CodeIgniter.php
193 * -------------------------------------------------------------------- 194 * 195 * And away we go... 196 * 197 */ 198 require_once BASEPATH.'core/CodeIgniter'.EXT; 199 200 /* End of file index.php */ 201 /* Location: ./index.php */