RE: [Zope] custom_zodb.py and Control_Panel
v2.7.4 running on Linux - I'm trying to use this (custom_zodb.py in INSTANCE_HOME)
custom_zodb.py is no longer used for Zope 2.7.x. You define databases in zope.conf.
Ahhhhh, OK thanks. Is it for the collector that, aside from messing up the ZMI a bit, the custom_zodb.py approach is still basically effective? Jim
On May 2, 2005, at 14:49, Jim Abramson wrote:
v2.7.4 running on Linux - I'm trying to use this (custom_zodb.py in INSTANCE_HOME)
custom_zodb.py is no longer used for Zope 2.7.x. You define databases in zope.conf.
Ahhhhh, OK thanks.
Is it for the collector that, aside from messing up the ZMI a bit, the custom_zodb.py approach is still basically effective?
I suppose it could be argued that custom_zodb.py should simply not be read in any longer, or throw big fat warnings. jens
Jens Vagelpohl wrote:
I suppose it could be argued that custom_zodb.py should simply not be read in any longer, or throw big fat warnings.
Why wouldn't it still work fine, apart from some minor Control Panel barfage? Chris -- Simplistix - Content Management, Zope & Python Consulting - http://www.simplistix.co.uk
On May 12, 2005, at 21:45, Chris Withers wrote:
Jens Vagelpohl wrote:
I suppose it could be argued that custom_zodb.py should simply not be read in any longer, or throw big fat warnings.
Why wouldn't it still work fine, apart from some minor Control Panel barfage?
You will agree that it is confusing at best to even allow a completely different and totally unmaintained way of configuring these things. zope.conf is the way it should be done, and people who don't do it yet should be reminded to change their config. jens
Chris Withers wrote at 2005-5-12 20:45 +0100:
Jens Vagelpohl wrote:
I suppose it could be argued that custom_zodb.py should simply not be read in any longer, or throw big fat warnings.
[DM] I agree with you, Jens. [CW]
Why wouldn't it still work fine, apart from some minor Control Panel barfage?
[DM] because it is *very* confusing to see a specific configuration in the configuration file which is not used (because it is by magic overridden through "custom_zodb") and see information in "Control_Panel" --> "Database management" --> "main" which has nothing to do with what is really in effect. -- Dieter
participants (4)
-
Chris Withers -
Dieter Maurer -
Jens Vagelpohl -
Jim Abramson