我正在为我的 Plone 网站开发一个新的附加组件,因此它显示了我的错误
configure.zcml : unbound prefix.
在这里,我正在编写我的 zcml 代码:
<configure
xmlns="http://namespaces.zope.org/zope"
xmlns:five="http://namespaces.zope.org/five"
xmlns:i18n="http://namespaces.zope.org/i18n"
i18n_domain="customer.reports">
<five:registerPackage package="." initialize=".initialize" />
<include package="plone.resource" file="meta.zcml"/>
<plone:static
directory="templates"
type="reports"
name="customer"
/>
</configure>
如下所述的未绑定前缀错误。
文件“/Plone/Python-2.7/lib/python2.7/xml/sax/handler.py”,第 38 行,在 fatalError 中引发异常 zope.configuration.xmlconfig.ZopeXMLConfigurationError:文件“/Plone/zinstance/parts/instance/ etc/site.zcml”,第 16.2-16.23 行 ZopeXMLConfigurationError:文件“/Plone/buildout-cache/eggs/Products.CMFPlone-4.3-py2.7.egg/Products/CMFPlone/configure.zcml”,第 98.4-102.10 行 ZopeSAXParseException :文件“/Plone/zinstance/src/customer.reports/customer/reports/configure.zcml”,第 13.2 行,未绑定前缀