(I cannot find the answer to my problem in this forum. Perhaps it's not there, perhaps my German is a little rusty.)
When i go to http://my-domain.com/phpayv2/admin/, fill out the database parameters and press "register", I get the same form again and an error "Datenbankparamter ndern:". The config_db.inc.php file has not been created.
I turned globals on
I did make a mySql user (and tested it)
I did test PHP using other scripts (succesfully)
I used CHMOD to set 777 recusively.
Am I missing anything? Please help.
Lukas Vermeer
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Your German seems to be okay. Your work are the steps I recommend in such cases.
But just another idea:
- Ether: create config_db-files by hand and also database and tables. Easy to do with phpMyAdmin and SQL-file from admin/doc. Examples for config_db* are in package named *orig*.
- Or: upload an empty files named config_db.inc.php (CHMOD 0777) on your webspace and try with form again. It is possible, that your webserver can write into existing files, but cannot create them.
Other question: SAFE_MODE is OFF? I had some problems with access to other directories (i.e. ../) in some installations when SAFE_MODE is ON.
Greetings,
Andreas.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
(I cannot find the answer to my problem in this forum. Perhaps it's not there, perhaps my German is a little rusty.)
When i go to http://my-domain.com/phpayv2/admin/, fill out the database parameters and press "register", I get the same form again and an error "Datenbankparamter ndern:". The config_db.inc.php file has not been created.
I turned globals on
I did make a mySql user (and tested it)
I did test PHP using other scripts (succesfully)
I used CHMOD to set 777 recusively.
Am I missing anything? Please help.
Lukas Vermeer
Your German seems to be okay. Your work are the steps I recommend in such cases.
But just another idea:
- Ether: create config_db-files by hand and also database and tables. Easy to do with phpMyAdmin and SQL-file from admin/doc. Examples for config_db* are in package named *orig*.
- Or: upload an empty files named config_db.inc.php (CHMOD 0777) on your webspace and try with form again. It is possible, that your webserver can write into existing files, but cannot create them.
Other question: SAFE_MODE is OFF? I had some problems with access to other directories (i.e. ../) in some installations when SAFE_MODE is ON.
Greetings,
Andreas.