I've checked out the latest code on svn. It runs fine, but how do I get to the admin? I assume by looking at the routes I just go to wildflower/admin/, but when I do I just get this error message:
Missing database table(s) The database connection is fine. But have you imported app/config/wildflower.sql into your database?
i had a look for myself into the code. you changed contact model in rev 140 to messages. seems like in latest rev sql dump contacts table still exist but no messages table.