I have intsalled the files successfully but after that its showing me database connection error.
Here is the link Error establishing a database connection
In installation it didnt show any error. but on login screen its showing Error establishing a database connection
- MSAnswered
Hello,
You can check the database connection settings in
app/config/database.php
Thank you
- AAnswered
Everything is fine from files. i even again install it and no error came in installation. but when im accessesing the link it showing error.
This travellersutopia.com page can’t be foundNo webpage was found for the web address: https://travellersutopia.com/crm/auth/login HTTP ERROR 404
Please give a solution for this, why this is happening.
- MSAnswered
Hello,
404 not found and database are different errors.
404 in most cases are caused when you missed uploading
.htaccess
file.
Why am I getting 404 Not Found error after installation?
Please
- make sure that your apache
mod_rewite
is enabled - check that
.htaccess
file is successfully uploaded and exists in the main directory of uploaded files base_url
inapp/config/config.php
If you are using godaddy, please visit the codeigniter official guide. You might need to check and modify your
.htaccess
file too.You can always check your error log or with server admin to get more information about the issue.
Thank you
- make sure that your apache
- Login to Reply