-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
AttributeError: adapters #5
Comments
This is usually a symptom of an earlier error. Anything above this in the log? |
The problem does not seem to exist with the version that is available today, I can install a plone site as described in the readme and it starts up flawless. Fresh installation |
I run into the same issue, seemingly caused by old package sources in the src directory. My workaround is to create the fresh Plone 4.3.2 instance, then run buildout with package sources. For the record: my develop.cfg has the following settings. Hope that's helpful for someone. |
Creating a Plone site with the Intranet extension profile gives me this:
Traceback (most recent call last):
File "/Users/ajung/.buildout/eggs/Zope2-2.13.22-py2.7.egg/ZServer/PubCore/ZServerPublisher.py", line 31, in init
response=b)
File "/Users/ajung/.buildout/eggs/Zope2-2.13.22-py2.7.egg/ZPublisher/Publish.py", line 455, in publish_module
environ, debug, request, response)
File "/Users/ajung/.buildout/eggs/Zope2-2.13.22-py2.7.egg/ZPublisher/Publish.py", line 276, in publish_module_standard
if request is not None: request.close()
File "/Users/ajung/.buildout/eggs/Zope2-2.13.22-py2.7.egg/ZPublisher/BaseRequest.py", line 218, in close
notify(EndRequestEvent(None, self))
File "/Users/ajung/.buildout/eggs/zope.event-3.5.2-py2.7.egg/zope/event/init.py", line 31, in notify
subscriber(event)
File "/Users/ajung/.buildout/eggs/zope.component-3.9.5-py2.7.egg/zope/component/event.py", line 24, in dispatch
zope.component.subscribers(event, None)
File "/Users/ajung/.buildout/eggs/zope.component-3.9.5-py2.7.egg/zope/component/_api.py", line 136, in subscribers
return sitemanager.subscribers(objects, interface)
File "/Users/ajung/.buildout/eggs/zope.component-3.9.5-py2.7.egg/zope/component/registry.py", line 321, in subscribers
return self.adapters.subscribers(objects, provided)
AttributeError: adapters
The text was updated successfully, but these errors were encountered: