I've struggled and won up to this point, but now I'm hitting a wall. I've got the server up and running but I can't get the sumaserver/admin to work with the things I've setup.
I can login with the sumaserver admin account, but then I get this error:
SQLSTATE[HY000] [1045] Access denied for user 'suma_user'@'localhost' (using password: YES
suma_user is the application account I setup in mysql.
All the correct privileges are there (I even tried GRANT ALL), the database is there and initialized.
The config file I have looks like this:
sumaserver:
db:
host: localhost
platform: Pdo_Mysql
dbname: floor_count
user: suma_user
pword: ***********
port: 3306
**If I set the user as root in the config.yaml file - it works. (but I won't be using that)
The log file just shows the same thing as the [1045] error - that's it.
I tried clearing caches and restarting apache, mysql and php.
**I'm also getting a 500 Server Error when I try to Edit Locations - but one problem at a time.
Please - can anyone help me with this?