ZTopics breaks with 2.2?
Hi, can anyone confirm that the ZTopics product works after upgrading to 2.2? I get an AttributeError for value Lexicon after migrating. Error Zope has encountered an error while publishing this resource. Error Type: AttributeError Error Value: lexicon Traceback (innermost last): File /home/zope/Zope-2.2.0-linux2-x86/lib/python/ZPublisher/Publish.py, line 222, in publish_module File /home/zope/Zope-2.2.0-linux2-x86/lib/python/ZPublisher/Publish.py, line 187, in publish File /home/zope/Zope-2.2.0-linux2-x86/lib/python/Zope/__init__.py, line 221, in zpublisher_exception_hook (Object: ElementWithAttributes) File /home/zope/Zope-2.2.0-linux2-x86/lib/python/ZPublisher/Publish.py, line 171, in publish File /home/zope/Zope-2.2.0-linux2-x86/lib/python/ZPublisher/mapply.py, line 160, in mapply (Object: index_html) File /home/zope/Zope-2.2.0-linux2-x86/lib/python/ZPublisher/Publish.py, line 112, in call_object (Object: index_html) File /home/zope/Zope-2.2.0-linux2-x86/lib/python/OFS/DTMLMethod.py, line 167, in __call__ (Object: index_html) File /home/zope/Zope-2.2.0-linux2-x86/lib/python/DocumentTemplate/DT_String.py, line 502, in __call__ (Object: index_html) File /home/zope/Zope-2.2.0-linux2-x86/lib/python/Products/ZTopic/Topic.py, line 166, in contents (Object: ElementWithAttributes) File /home/zope/Zope-2.2.0-linux2-x86/lib/python/Products/ZTopic/Topic.py, line 228, in _contentsSet (Object: ElementWithAttributes) File /home/zope/Zope-2.2.0-linux2-x86/lib/python/SearchIndex/UnTextIndex.py, line 391, in _apply_index File /home/zope/Zope-2.2.0-linux2-x86/lib/python/SearchIndex/UnTextIndex.py, line 463, in query File /home/zope/Zope-2.2.0-linux2-x86/lib/python/SearchIndex/UnTextIndex.py, line 197, in getLexicon AttributeError: (see above)
Jonathan Cheyne wrote:
Hi, can anyone confirm that the ZTopics product works after upgrading to 2.2? I get an AttributeError for value Lexicon after migrating.
The problem is the old Data.fs, it seems. I just created a new one, in a clean Data.fs, and it works fine. You may try uninstalling the ZTopics, and reinstalling, but I doubt it will work. This is something I am noticing with all my 'upgrades'. There are loads, and loads, of errors with the Data.fs, even though it loads the site. Has anyone else seen this? Try running with Debug turned on, and you can see them. Mainly they complain about 'oid'. As a result, I am finding myself simply rebuilding some site, and personally, I find it quite bothersome. :^( Bill -- Do not meddle in the affairs of sysadmins, for they are easy to annoy, and have the root password.
More than bothersome - I needed to upgrade to eliminate a zcatalog bug and yet now the other half of my site doesnt work. Rock and a hard place. I need to create a new fresh site then recreate all my zclasses and then rekey all my instances? What will break next time? Are there any alternatives to the ZTopic product? (that filter and nest zcatalog entries)? Jon Bill Anderson wrote:
Jonathan Cheyne wrote:
Hi, can anyone confirm that the ZTopics product works after upgrading to 2.2? I get an AttributeError for value Lexicon after migrating.
The problem is the old Data.fs, it seems.
I just created a new one, in a clean Data.fs, and it works fine.
You may try uninstalling the ZTopics, and reinstalling, but I doubt it will work.
This is something I am noticing with all my 'upgrades'. There are loads, and loads, of errors with the Data.fs, even though it loads the site. Has anyone else seen this? Try running with Debug turned on, and you can see them. Mainly they complain about 'oid'. As a result, I am finding myself simply rebuilding some site, and personally, I find it quite bothersome. :^(
Bill
-- Do not meddle in the affairs of sysadmins, for they are easy to annoy, and have the root password.
participants (2)
-
Bill Anderson -
Jonathan Cheyne