Welcome Guest, Not a member yet? Register   Sign In
[Solved] Codeigniter: Load Library in a Core Class
#5

(11-01-2016, 03:09 AM)InsiteFX Wrote:
PHP Code:
//approach 2  
$CI =& get_instance();
$CI->load->library('log'); 

Thank you for your input.

PHP Code:
$CI =& get_instance(); 


Already causes an error message:

PHP Code:
Fatal errorUncaught Error: Class 'CI_Controller' not found in /home/gp/public_html/system/core/CodeIgniter.php:366 Stack trace#0 /home/gp/public_html/application/core/MY_Log.php(14): get_instance() #1 /home/gp/public_html/system/core/Common.php(478): MY_Log->write_log('error', 'Severity: error...') #2 /home/gp/public_html/system/core/Exceptions.php(105): log_message('error', 'Severity: error...') #3 /home/gp/public_html/system/core/Common.php(662): CI_Exceptions->log_exception('error', 'Exception: Clas...', '/home/gp/public...', 366) #4 [internal function]: _exception_handler(Object(Error)) #5 {main} thrown in /home/gp/public_html/system/core/CodeIgniter.php on line 366
Fatal errorUncaught Error: Class 'CI_Controller' not found in /home/gp/public_html/system/core/CodeIgniter.php:366 Stack trace#0 /home/gp/public_html/application/core/MY_Log.php(14): get_instance() #1 /home/gp/public_html/system/core/Common.php(478): MY_Log->write_log('error', 'Severity: Error...') #2 /home/gp/public_html/system/core/Exceptions.php(105): log_message('error', 'Severity: Error...') #3 /home/gp/public_html/system/core/Common.php(627): CI_Exceptions->log_exception('Error', 'Uncaught Error:...', '/home/gp/public...', 366) #4 /home/gp/public_html/system/core/Common.php(698): _error_handler(1, 'Uncaught Error:...', '/home/gp/public...', 366) #5 [internal function]: _shutdown_handler() #6 {main} thrown in /home/gp/public_html/system/core/CodeIgniter.php on line 366 
Reply


Messages In This Thread
RE: Codeigniter: Load Library in a Core Class - by SirGecco - 11-01-2016, 03:43 AM



Theme © iAndrew 2016 - Forum software by © MyBB