goFrendiAsgard / No-CMS

No-CMS, A CodeIgniter Based CMS Framework
300 stars 199 forks source link

Dynamic Parameters in database.php #189

Open ErmanBelegu opened 5 years ago

ErmanBelegu commented 5 years ago

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.