I have uploaded recess to my web space, but I get:
Error connecting to data source: SQLSTATE[HY000] [14] unable to open database file
when I put /recess into my browser.
The PHP is 5.2.9, Apache is 2.2.11, mod-rewrite is loaded.
Thank you
pbb, there are no noob questions here :)
It looks like your data directory is not writable by the web server. You'll probably want to change the permissions on the data folder using a command like chmod 777.