Ticket #5332 (closed Bug: fixed)
Plone 2.5 alpha2 new site creation partially fails
| Reported by: | bitranch | Owned by: | |
|---|---|---|---|
| Priority: | minor | Milestone: | 2.5 |
| Component: | Unknown | Keywords: | |
| Cc: |
Description
I set up a new Plone 2.5 alpha2 site (under Zope 2.8.5). The following error was logged while creating the Plone Site:
Unable to open frontpage skeleton
Traceback (most recent call last):
File "/home/zsites/Plone-2.5/CMFPlone/Portal.py", line 40, in ?
f = open(os.path.join(WWW_DIR, 'default_frontpage.html'), 'r')
IOError: [Errno 2] No such file or directory: '/home/zsites/Plone-2.5/CMFPlone/www/default_frontpage.html'
Note that a front-page was created in the site.
Also, ATContentTypes wasn't installed at all. (Possibly because of the above error?) Manually installing ATCT through quickinstaller made the site accessible.
Change History
Note: See
TracTickets for help on using
tickets.

ATContentTypes is actually installed, but not marked as installed in QuickInstaller. There is already an open ticket for it.