collective / plonetheme.booster

A theme for Plone 5
MIT License
11 stars 7 forks source link

installation error due to missing file in profiles directory: plonethemebooster_default.txt #1

Closed petersta closed 8 years ago

petersta commented 8 years ago

In setuphandlers.py on line 19 plonethemetango_default.txt is referred to .

Suggestion: Change it into plonethemebooster_default.txt and add an empty file with that name in path plonetheme\booster\profiles

Or change post_install setuphandlers.py into this: def post_install(context): """Post install script"""

Do something during the installation of this package

vikas-parashar commented 8 years ago

@petersta thanks for reminding me, I'll do the later, create an empty function.

davilima6 commented 8 years ago

+1 for a fix. Package is not installable at the moment. Here's the traceback:

Traceback (innermost last):
  Module ZPublisher.Publish, line 138, in publish
  Module ZPublisher.mapply, line 77, in mapply
  Module ZPublisher.Publish, line 48, in call_object
  Module Products.CMFPlone.controlpanel.browser.quickinstaller, line 213, in __call__
  Module Products.CMFQuickInstallerTool.QuickInstallerTool, line 686, in installProducts
  Module Products.CMFQuickInstallerTool.QuickInstallerTool, line 603, in installProduct
   - __traceback_info__: ('plonetheme.booster',)
  Module Products.GenericSetup.tool, line 379, in runAllImportStepsFromProfile
   - __traceback_info__: profile-plonetheme.booster:default
  Module Products.GenericSetup.tool, line 1423, in _runImportStepsFromContext
  Module Products.GenericSetup.tool, line 1270, in _doRunHandler
  Module plonetheme.booster.setuphandlers, line 19, in post_install
AttributeError: readDataFile
vikas-parashar commented 8 years ago

fixed!