Hello, I am working on a site with Zope 2.5.1, CMF 1.3beta1, and Plone 0.9.9. I accidentally installed older versions of some Page Templates and TAL things and overrwrote the ones that came with 2.5.1 and now my site won't work properly. Is there a way to reinstall the Zope components without having to redo all of the content? The errors are as follows. thanks, Kristina Buenafe Traceback (innermost last): File C:\Program Files\VCAN\lib\python\ZPublisher\Publish.py, line 150, in publish_module File C:\Program Files\VCAN\lib\python\ZPublisher\Publish.py, line 114, in publish File C:\PROGRA~1\VCAN\lib\python\Zope\__init__.py, line 159, in zpublisher_exception_hook (Object: VCANportal) File C:\Program Files\VCAN\lib\python\ZPublisher\Publish.py, line 98, in publish File C:\PROGRA~1\VCAN\lib\python\ZPublisher\mapply.py, line 88, in mapply (Object: index_html) File C:\Program Files\VCAN\lib\python\ZPublisher\Publish.py, line 39, in call_object (Object: index_html) File C:\Program Files\VCAN\lib\python\Products\CMFCore\PortalContent.py, line 116, in __call__ (Object: index_html) File C:\PROGRA~1\VCAN\lib\python\Shared\DC\Scripts\Bindings.py, line 252, in __call__ (Object: document_view) File C:\PROGRA~1\VCAN\lib\python\Shared\DC\Scripts\Bindings.py, line 283, in _bindAndExec (Object: document_view) File C:\PROGRA~1\VCAN\lib\python\Products\PageTemplates\ZopePageTemplate.py, line 210, in _exec (Object: document_view) File C:\Program Files\VCAN\lib\python\Products\CMFCore\FSPageTemplate.py, line 98, in pt_render (Object: document_view) File C:\Program Files\VCAN\lib\python\Products\CMFCore\FSObject.py, line 106, in _updateFromFS (Object: document_view) File C:\Program Files\VCAN\lib\python\Products\CMFCore\FSPageTemplate.py, line 74, in _readFile (Object: document_view) File C:\PROGRA~1\VCAN\lib\python\Products\PageTemplates\PageTemplate.py, line 120, in write (Object: document_view) File C:\PROGRA~1\VCAN\lib\python\Products\PageTemplates\PageTemplate.py, line 157, in _cook (Object: document_view) AttributeError: HTMLTALParser instance has no attribute 'getWarnings' _________________________________ Kristina Buenafe University of Virginia School of Engineering and Applied Science kqb7a@virginia.edu (434) 244-9760 (home) (703) 585-8384 (cell)
Kristina Quimson Buenafe writes:
I am working on a site with Zope 2.5.1, CMF 1.3beta1, and Plone 0.9.9. I accidentally installed older versions of some Page Templates and TAL things and overrwrote the ones that came with 2.5.1 and now my site won't work properly. Is there a way to reinstall the Zope components without having to redo all of the content? The errors are as follows. You just reinstall the CMF products.
This will not delete or change the content in your ZODB, just the files in the file system. Of course, when you changed these files, your changes may be lost (make a backup copy before reinstallation)... Dieter
participants (2)
-
Dieter Maurer -
Kristina Quimson Buenafe