I'm trying to get the Extended Club Site running. I'm not using SQL Express, I'm using SQL Server 2005. I ran club-add.sql which I thought would create all the tables I needed. However I get the following errors:
- Invalid object name 'SiteSettings'
- Invalid object name 'SiteThemes'
I assume these are tables. I did a search for SiteSettings and SiteThemes in club-add.sql but couldn't find either. Is there another script file that I need to run. (I ran aspnet_regsql.exe to set up the Membership tables, which seemed to all work fine).