toutpt / collective.etherpad

Etherpad integration in Plone
4 stars 4 forks source link

Problem in registration #1

Open zamolf opened 11 years ago

zamolf commented 11 years ago

I have installed Nodejs and etherpad without problems. Then added all files form the git https://github.com/ether/etherpad-lite.git to a new plone installation. I ran the ./bin/buildout and it seems to be all right. In mysite/plone_control_panel I also have added the product. The problem rise when I go in the ZMI to: //portal_registration and I try to add collective.etherpad.layer.Layer Here it rises the error:

Traceback (innermost last):

Module ZPublisher.Publish, line 126, in publish Module ZPublisher.mapply, line 77, in mapply Module ZPublisher.Publish, line 46, in call_object Module Products.Five.utilities.browser.marker, line 33, in call Module Products.Five.utilities.browser.marker, line 59, in update Module Products.Five.utilities.marker, line 57, in dottedToInterfaces Module zope.component.interface, line 128, in getInterface ComponentLookupError: collective.etherpad.layer.Layer

toutpt commented 11 years ago

Then added all files form the git https://github.com/ether/etherpad-lite.git to a new plone installation.

I don't understand this ? Why are you doing this ? Have you read the provided buildout ? But you said etherpad is installed so ... lets continue

In mysite/plone_control_panel I also have added the product.

OK, so the addon is installed.

The problem rise when I go in the ZMI to: /portal_registration

Why are you going to portal_registration ? Why are you trying to add collective.etherpad.layer.Layer and where ? This is a browser layer and it is registred by the profile, so it's added to the 'request' by plone.browserlayer.

I really don't understand what you are trying to achieve. Please add more information.