Hello! Christoph Schneider <[EMAIL PROTECTED]> writes:
> I am trying to create a new question type. So far I managed to get > it into plone, and I can add it to a quiz. But when I add a new > question to the quiz I immediately get a permission denied error. I > have no idea why. The old question types seem to work. > > I derived my Question form ECQBaseQuestion. I basically change a copy of > ECQPointsQuestion. Hm. I seem to recall seeing this from time to time to, but I don't remember what the exact cause was. Which permission is it that's missing? You should take a look at the error log in the ZMI to which attribute you're not allowed to read or which method you're not allowed to call. You may have to remove the filter for "Permission denied" errors first or it may not show up in the log. A look at the log files (under /PATH/TO/ZOPE/INSTANCE/log) may also help. I'd try the event.log first. If that doesn't help, you could send me the code and I can take a look at it. -- Wolfram Fenske A: Yes. >Q: Are you sure? >>A: Because it reverses the logical flow of conversation. >>>Q: Why is top posting frowned upon? _______________________________________________ eduComponents mailing list [email protected] https://listserv.uni-magdeburg.de/mailman/listinfo/educomponents
