[z3-five] Azax Error looking for directive

Dennis Schulz d.schulz81 at gmx.net
Fri Nov 24 17:50:01 CET 2006


I am getting this error when installing Azax on Plone 2.5.1, Zope 2.9.5, 
Five 1.4.2.
What do I have to do to register the new directive?


    ZopeXMLConfigurationError: File 
"C:\PLONE\Data\Products\PloneAzax\configure.zcml", line 10.4-10.33
    ZopeXMLConfigurationError: File 
"C:\PLONE\Data\Products\PloneAzax\plugins\configure.zcml", line 11.2-11.31
    ZopeXMLConfigurationError: File 
"C:\PLONE\Data\Products\PloneAzax\plugins\legacy\configure.zcml", line 9.4
    ConfigurationError: ('Unknown directive', 
u'http://namespaces.zope.org/azax', u'registerAction')







<configure xmlns="http://namespaces.zope.org/zope"
     xmlns:browser="http://namespaces.zope.org/browser"
     xmlns:azax="http://namespaces.zope.org/azax"
     >
    <!-- reload plugin for content menus -->

    <azax:registerAction
        name="bindActionMenus"
        jsfile="reload/bindmenus.js"
        />

    <azax:registerAction
        name="initializeCollapsible"
        jsfile="reload/initializeCollapsible.js"
        />

</configure>




More information about the z3-five mailing list