No I am installing on my server and I have a root account usage. Loaded everything to http folder and not installing in directory, but at root for account. checked all files and they are there. my issue is with config I believe. Made all the adjustments manually and my further issue is the setup of same. At the top is a section to edit--------
$db_host = 'localhost'; // mySQL host
$db_user = 'wap'; // mySQL user
$db_password = 'PASSWORD'; // mySQL password
$db_name = 'wap'; // mySQL database name
--------------------------------------------------------------------------
user and password are the 2 areas to change and I did so, used database name just as above, you mention path to server, so where is that to go? This could be the issue I am having or is localhost enough? Even tried to take out local host and put in real path, still no go.
