Send error log to email |
03-20-2015, 04:54 AM
(This post was last modified: 03-20-2015, 05:39 AM by GeorgeD. Edit Reason: UPDATE )
$ci is NULL
With that If I didn't get the error, but also It doesn't send any email. The problem is that get_instance(); return NULL UPDATE: If I move get_instance() in __construct() as I saw here: http://www.codeigniter.com/userguide3/ge...asses.html I receive the following error: Fatal error: Class 'CI_Controller' not found in system\core\CodeIgniter.php on line 366 |
Messages In This Thread |
Send error log to email - by GeorgeD - 03-19-2015, 04:06 AM
RE: Send error log to email - by Avenirer - 03-19-2015, 05:52 AM
RE: Send error log to email - by rfulcher - 03-19-2015, 03:26 PM
RE: Send error log to email - by GeorgeD - 03-20-2015, 01:06 AM
RE: Send error log to email - by ivantcholakov - 03-20-2015, 03:34 AM
RE: Send error log to email - by GeorgeD - 03-20-2015, 04:54 AM
RE: Send error log to email - by CroNiX - 03-20-2015, 09:53 AM
RE: Send error log to email - by GeorgeD - 03-20-2015, 09:58 AM
RE: Send error log to email - by jeffjones72 - 02-11-2022, 02:17 PM
|