I need some sort of content editor and have looked at both Epoz and Kupu. My problem is that I can't get any of them to work. If I install Epoz, Zope crashes without any error messages. With Kupu I get KeyError's when I try to look at it in the ZMI. I have Zope installed from packages in a Debian system. Is this the reason? I also have a KeyError problem with SessionCrumbler. I am running Zope 2.7.5, Python 2.3.5. I have Plone installed too but am not using it. Are these editors even usable by me? The final system will be very bare bones. No Plone or similar at all. I found the Kupu documentation a bit cryptic too. As I am very new to Zope, I want a simple functioning example how to edit a simple document object. Epoz has this but I could not try it because of the crash. I have googled around a lot, but I haven't found anything that resembles my problems.
Håkan Johansson a écrit :
I need some sort of content editor and have looked at both Epoz and Kupu. My problem is that I can't get any of them to work. If I install Epoz, Zope crashes without any error messages.
Have you looked in the logs ? (snip)
Are these editors even usable by me?
I had no problem using Epoz or Kupu.
I found the Kupu documentation a bit cryptic too. As I am very new to Zope, I want a simple functioning example how to edit a simple document object.
Use the code, Luke. Silva uses Kupu, so having a look at Silva's code should get you started.
Epoz has this but I could not try it because of the crash.
I have googled around a lot, but I haven't found anything that resembles my problems.
You don't give enough informations (logs, tracebacks etc) for us to help you.
You don't give enough informations (logs, tracebacks etc) for us to help you.
The problem is that nothing is written in the logs. In the Epoz case, Zope just crashes during startup. And in the Kupu case I get the errors when I click on any of the tabs in the editor object. I have installed a new 2.8.3 instance and installed Epoz 2.0.1 in that. Zope still crashes without any logs or traces (I put both on them on 'all' for this).
On 10/26/05, Håkan Johansson <ignem@raintervention.se> wrote:
You don't give enough informations (logs, tracebacks etc) for us to help you.
The problem is that nothing is written in the logs. In the Epoz case, Zope just crashes during startup.
It crashes, without any error messages? Really? Have you turned on debug mode? -- Lennart Regebro, Nuxeo http://www.nuxeo.com/ CPS Content Management http://www.cps-project.org/
On Oct 26, 2005, at 13:31, Lennart Regebro wrote:
On 10/26/05, Håkan Johansson <ignem@raintervention.se> wrote:
You don't give enough informations (logs, tracebacks etc) for us to help you.
The problem is that nothing is written in the logs. In the Epoz case, Zope just crashes during startup.
It crashes, without any error messages? Really? Have you turned on debug mode?
Yes, debug mode is on. My personal guess is that both Epoz and Kupu has "hidden" prereqs that the documentation does not say, or that I simply missed somehow. With my old installation that has Plone installed (but not used), Zope can start with Kupu installed, but the bare bones installation crashes during startup if that is installed. My $INSTANCE_HOME/Products dir contains the following (before trying with editors): * LocalFS * TextIndexNG2 * README.txt
participants (3)
-
bruno modulix -
Håkan Johansson -
Lennart Regebro