Trouble updating from 1.2.17 to 2.25.2 - Database issues
Posted: 22 Sep 2021, 08:35
I am trying to update our instance from 1.2.17 to 2.25.2.
I have followed the update guide but when I go to mantisbt/admin/install.php
The page reports the following error:
"Config File Exists but Database does not"
So it seems like the database cannot be found.
I have double checked that all login information is correct.
I have tried accessing the database via php via bash without issues:
I really don't know where to look next. Any advice would be appreciated.
I have followed the update guide but when I go to mantisbt/admin/install.php
The page reports the following error:
"Config File Exists but Database does not"
So it seems like the database cannot be found.
I have double checked that all login information is correct.
I have tried accessing the database via php via bash without issues:
Code: Select all
php -r 'var_dump(mysqli_connect("localhost:3306", "myuser", "mypassword", "bugtracker"));'