database.php was correct, but I tried removing the capital letter in my username and got this error - which is clearly a Xerte error.
Xerte Online Toolkits
Sorry, the system cannot connect to the database at present
This may be because the database server is offline, or this instance of Xerte has not been setup (see /setup).
The mysql error is Access denied for user 'rolaine'@'localhost' (using password: YES)
From <
hopeforstartups.org/xertetools/index.php
>
It did show me what might be the problem. But I don't know how to fix it - apparently it tried to log me in as rolaine@localhost when it should be logging me in as Rolaine@mysql
As long as it gets the @mysql part correct, the logs are showing that it is connecting to the database and the database appears to have all the tables and fields properly installed. I wonder why setup was able to access the database correctly and get all the way through the pages without any errors but it won't use @mysql at startup. I can't load any pages at all, not even the initial welcome screen when I try to run it.