Database Error. Cannot connect. Maybe because of some missing information, e.g. database connection or database tables do not exist.
SQLSTATE[28000] [1045] Access denied for user 'entwickler'@'localhost' (using password: YES)
array(4) {
[0]=>
string(39) "mysql:host=localhost;dbname=setventure;"
[1]=>
string(10) "entwickler"
[2]=>
string(16) "fwbHzjE2rDkKRtrB"
[3]=>
array(3) {
[3]=>
int(2)
[12]=>
int(0)
[1002]=>
string(14) "set names utf8"
}
}
Create user tables:
CREATE DATABASE IF NOT EXISTS APP_NAME DEFAULT CHARACTER SET utf8 COLLATE utf8_general_ci;
USE APP_NAME;