We confirmed our first bug in the installer script today and have a bug-fix for you.
If you used the eeSiteKit Installer Script downloaded prior to Thursday February 5th 2009, then some or all of your “index” templates may have incorrectly been set to type “CSS”.
There are 2 ways to correct this issue in an existing site.
Update Manually:
Site › Templates › Template Preferences
Navigate into Template Preferences and reset the “Type” setting menu next to your “index” template to “Web Page”.
You may need to do this in all of the default template groups:
* core
* site
* directory
* home
* pages
* print
* search
* share
Update with a Query:
If you are comfortable running a query in EE, this method will update all your site’s “index” templates to the correct “Web Page” type.
Site Name › Admin › Utilities › SQL Manager › Database Query Form
Navigate to the “Database Query Form” and run this query only once:
UPDATE exp_templates SET template_type = 'webpage' WHERE template_type = 'index'
We also tested this in our MSM install running multiple sites with eeSiteKit and it corrected all of our sites at once.
Thank you to Markus for reporting the bug to us, and to Jamie for quickly finding the solution for our users.
We will release a new build with this update shortly.
