Hello! I'm trying to install wordpress, but when I try to open install.php via my site I get this error
Can you PM me your wp-config.php file? It appears that you made a small error when setting up the config file for your installation. I can fix it for you. Or you could open the wp-config file and got to line 5. It might be obvious to you.
Well the wp-config file looks like this: Al that I have change is db_name, db_user, db_password, and used the mysql one
This line : define('DB_PASSWORD'MYSQLPASWORD'); // ...and password Should be more like this : define('DB_PASSWORD','MYSQLPASWORD'); // ...and password