Epoz 0.7.4 install in CMF 1.3.2
Hello all... I don't know if this is the right place to ask or not, but here goes... I'm trying to install Epoz as the default document editor for my CMF 1.3.2 site (no Plone). I tried changing the "document_edit_form" in the skins to what it says in the readme... (as below) To start working with Epoz, simply create a DTML-Method with id=edit:: <dtml-var standard_html_header> <dtml-if html> <dtml-call "manage_edit('', content_type='text/html', filedata=_.str(html))"> </dtml-if> <p><a href="<dtml-var URL1>">View Document</a></p> <form action="<dtml-var URL>" method="post"> <dtml-var "Epoz('html:string', data=this().data, toolbox='/toolbox', lang='en', style='width: 620px; height: 250px; border: 1px solid #000000;')"> <input type="submit" name="submit" value=" Save Changes " > </form> <dtml-var standard_html_footer> However, when I do that, I get the error: Zope Error Zope has encountered an error while publishing this resource. Error Type: AttributeError Error Value: data Troubleshooting Suggestions The URL may be incorrect. The parameters passed to this resource may be incorrect. A resource that this resource relies on may be encountering an error. For more detailed information about the error, please refer to the HTML source for this page. If the error persists please contact the site maintainer. Thank you for your patience. Has anyone done this successfully? Thanks, Derek Wilson
participants (1)
-
Wilson, Derek