When I try to get Config data in database.php with
$CI =& get_instance();
I am getting error:
PHP Fatal error: Call to undefined function get_instance() in D:\inetpub\wwwroot\project\application\config\main\database.php on line 62
I tried to add these parameters in core/database/MY_DB.php but when I have 2 database connection this method is failing.
I never had this problem before with older versions.
When I try to get Config data in database.php with $CI =& get_instance(); I am getting error: PHP Fatal error: Call to undefined function get_instance() in D:\inetpub\wwwroot\project\application\config\main\database.php on line 62
I tried to add these parameters in core/database/MY_DB.php but when I have 2 database connection this method is failing.
I never had this problem before with older versions.