ErrorException [ Notice ]: Undefined index: sk

FCPATH/system/cms/core/MY_Controller.php [ 103 ]

 98 		// What language us being used
 99 		defined('CURRENT_LANGUAGE') or define('CURRENT_LANGUAGE', $site_lang);
100 
101 		$langs = $this->config->item('supported_languages');
102 
103 		$pyro['lang'] = $langs[CURRENT_LANGUAGE];
104 		$pyro['lang']['code'] = CURRENT_LANGUAGE;
105 
106 		$this->load->vars($pyro);
107 
108 		// Set php locale time
  1. FCPATH/system/cms/core/MY_Controller.php [ 103 ] » MY_Exceptions::error_handler(arguments)

  2. FCPATH/system/cms/core/Public_Controller.php [ 17 ] » MY_Controller->__construct()

  3. FCPATH/addons/default/modules/naujienos/controllers/naujienos.php [ 11 ] » Public_Controller->__construct()

  4. FCPATH/system/codeigniter/core/CodeIgniter.php [ 304 ] » Naujienos->__construct()

  5. FCPATH/index.php [ 283 ] » require_once(arguments)

Environment

ErrorException [ Notice ]: Undefined index: sk

FCPATH/system/cms/core/MY_Controller.php [ 119 ]

114 		}
115 
116 		// Reload languages
117 		if (AUTO_LANGUAGE !== CURRENT_LANGUAGE)
118 		{
119 			$this->config->set_item('language', $langs[CURRENT_LANGUAGE]['folder']);
120 			$this->lang->is_loaded = array();
121 			$this->lang->load(array('errors', 'global', 'users/user', 'settings/settings', 'files/files'));
122 		}
123 		else
124 		{
  1. FCPATH/system/cms/core/MY_Controller.php [ 119 ] » MY_Exceptions::error_handler(arguments)

  2. FCPATH/system/cms/core/Public_Controller.php [ 17 ] » MY_Controller->__construct()

  3. FCPATH/addons/default/modules/naujienos/controllers/naujienos.php [ 11 ] » Public_Controller->__construct()

  4. FCPATH/system/codeigniter/core/CodeIgniter.php [ 304 ] » Naujienos->__construct()

  5. FCPATH/index.php [ 283 ] » require_once(arguments)

Environment

News | LOVE EVERY DROP
News
2019.05.16
WE MADE DRIP IRRIGATION SYSTEMS

Drip irrigation is a type of micro-irrigation system that has the potential to save water and nutrients by allowing water to drip slowly to the roots of plants, either from above the soil surface or buried below the surface.

Back