1. checked out the project
2. renamed the folder trunk to askeet
3.
edited askeet/propel.ini (createUrl, url,output.dir)
propel.targetPackage = lib.model
propel.project = askeet
propel.database = mysql
propel.database.createUrl = mysql://mysql5.hosting.de
propel.database.url = mysql://db228544_11:youanswer@mysql5.hosting.de/db228544_11
propel.mysql.tableType = InnoDB
propel.schema.validate = false
propel.addGenericAccessors = true
propel.addGenericMutators = true
propel.addTimeStamp = false
; directories
propel.home = .
propel.output.dir = /kunden/228544_80469/webseiten/askeet
4. properties.ini says:
name=askeet
host=localhost
port=8042
user=root
dir=/kunden/228544_80469/webseiten/askeet
but I dont know whether the port is necessary/shoud be changed?
4.5 changed PHP to PHP5 in the script
5. i have renamed SYMFONY to symfony so that and chmod 777 so I could do a ./symfony clear-cache
6. ./symfony propel-build-all - which ran successfully
7. access of / does not work in the browser - /index.php works but with an "
Oops! An Error Occurred
The server returned a "500 Internal Server Error". error.
The log file says "Mar 19 20:06:47 symfony [err] {sfException} No connection params set for symfony in ...."
8. I have created databases.yml inside of askeet/config:
all:
propel:
class: sfPropelDatabase
param:
phptype: mysql
host: mysql5.hosting.de
database: db228544_11
username: db228544_11
password: youanswer
now i get this error:
{sfException} [wrapped: connect failed [Native Error: Access denied for user [url=mailto:'root'@'local3']'root'@'local3'[/url]
However, grep -iR "local3" does not find any files with local3 apart from the log file...
