I found the issue.
Its all in the files not being uploaded properly. Then if it still does not work check your SQL error logs. My error log said that it was line 28 which read as
Define(‘DB_HOST’, ‘***’); // 99% chance you won’t need to change this value
I think the // were messing it up so I just re-edited a fresh file and it worked.