Re: [Zope] Possible disaster upgrading to 2.2.4
Jonathan Cheyne writes:
just to clarify three key messages that apprae immediately after starting up.
couldnt' import product.ZDbase Thus, install "ZDbase" or determine, why it can not import it. [some blurge here] unpack sequence of wrong size Hopefully this is a consequence of the previous problem. [blurge] cannot import name ZDiscussions You have ZDiscussion installed?
Go for it. You must first fix the problems with the products. *Later*, you may delete everything, that depends on the products. Only then, you may delete the products (from both "Product_Management" and the file system!
i tried chown -R zope * and even tried running it as root. nope. This is unrelated to your current problems.
You have objects that refer to products that are no longer there, at least not free of problems. You need to install the products and/or fix the problems with the import. Dieter
Hi Deiter
Thus, install "ZDbase" or determine, why it can not import it.
Already installed in 2.2.0 before upgrade. I have perused the output on the console but its a bit beyond me.
cannot import name ZDiscussions You have ZDiscussion installed?
Already from before. Reinstalled as well no joy. I also tried a new install of 2.2.4 not an upgrade and installed all my tar ball products. things work until i copy in my data.fs then barf. I think that the stuff about export then import into a new data.fs 'sounds' the most likely solution: I certainly intend to try once I have experimented with how to do that. :-) Cheers Jonathan
On Wednesday 29 November 2000 08:33, Jonathan Cheyne wrote:
Hi Deiter
Thus, install "ZDbase" or determine, why it can not import it.
Already installed in 2.2.0 before upgrade. I have perused the output on the console but its a bit beyond me.
cannot import name ZDiscussions
You have ZDiscussion installed?
Already from before. Reinstalled as well no joy. I also tried a new install of 2.2.4 not an upgrade and installed all my tar ball products. things work until i copy in my data.fs then barf.
i think this has manifested itself since zope 2.2.2bx. make sure to add an addtional ',' in ZDBase/ZDiscussion.py __ac_permissions__ -----8<------- __ac_permissions__ = ( ('Manage properties', ('manage_addProperty', 'manage_editProperties', 'manage_delProperties', 'manage_changeProperties',)), ) ^ -- http://www.kedai.com.my/kk http://www.kedai.com.my/eZine Get the tables!
participants (3)
-
Bak@kedai -
Dieter Maurer -
Jonathan Cheyne