Ticket #5332 (closed Bug: fixed)

Opened 6 years ago

Last modified 6 years ago

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

comment:1 Changed 6 years ago by hannosch

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

comment:2 Changed 6 years ago by hannosch

  • Status changed from new to closed
  • Resolution set to fixed

(In [9302]) Removed code from Portal.py for default_frontpage. This is now handled by the GenericSetup driven site creation. This fixes #5332.

Note: See TracTickets for help on using tickets.