[solved] Can not load SQL file
Hello,
I am trying to load sql file and found oen issue.
in file modules\fuel\core\MY_DB_mysqli_driver.php
before
$CI->load->database();
database is loaded from this path
APPPATH.'config/database.php'
but in my case the database is in APPPATH.'config/{environment}/database.php'
file.
which is codeigniter's default functionality to put inside it. (
https://www.codeigniter.com/user_guide/libraries/config.html#environments)
Can you tell me what is the way to solve this,
or am I going in wrong direction.
Comments
https://github.com/daylightstudio/FUEL-CMS/commit/89a4a88a5afdcd473ca122df5ba08868a0e86f50