Hi, I'm rather new into the "PHP-world" and I'm afraid I missed some basic in the installation of Jollyness. I'm working on my local Mac and I succeeded to install and run Drupal standard package, but not Jollyness. I get this error message: Notice: Use of undefined constant ‘***’ - assumed '‘***’' in include_once() (line 219 of /Applications/MAMP/htdocs/sites/default/settings.php). Notice: Use of undefined constant ’***’ - assumed '’***’' in include_once() (line 220 of /Applications/MAMP/htdocs/sites/default/settings.php). PDOException: SQLSTATE[28000] [1045] Access denied for user '‘***’'@'localhost' (using password: YES) in lock_may_be_available() (line 167 of /Applications/MAMP/htdocs/includes/lock.inc). I tried to reinstall a couple of times by creating new databases db-users etc. Still the same error. Any ideas what to do? Thanks!

The message error indicates that your user/password in settings.php file was not matching your DB. Please correct it. Thanks
Solved. Some typing mistake with the db-connection string in settings.php, solved by copy-paste from the original package. What's the fastest way to change from the Onepage version to the Multipage version? Thanks
HI again, what I meant was, how do I set one certain "layout/homepage" to default page? Thanks
Hello johcar, Just go to http://yoursiteurl.com/admin/config/system/site-information and set page to Default front page Thanks,