Well, that seemed to have done something, but now I get this error when I try to go to the main Control Panel page: <!-- <p>Traceback (innermost last): <ul> <li> Module ZPublisher.Publish, line 98, in publish</li> <li> Module ZPublisher.mapply, line 88, in mapply</li> <li> Module ZPublisher.Publish, line 39, in call_object</li> <li> Module Shared.DC.Scripts.Bindings, line 252, in __call__</li> <li> Module Shared.DC.Scripts.Bindings, line 283, in _bindAndExec</li> <li> Module App.special_dtml, line 174, in _exec</li> <li> Module DocumentTemplate.DT_In, line 625, in renderwob</li> <li> Module OFS.ObjectManager, line 354, in objectItems</li> <li> Module OFS.ObjectManager, line 240, in _getOb</li> </ul>AttributeError: CallProfiler </p> --> On 10/21/03 7:08 AM, "Chris Withers" <chrisw@nipltd.com> wrote:
Chris Muldrow wrote:
We installed CallProfiler a while back and then removed it after it was no longer needed, but there's still an object living in the root of our Control Panel that is a broken piece of CallProfiler. I can't figure out exactly how to delete that object. Anyone seen this problem and have a solution? Thanks!
I seem to remember writing an external method something like:
def fixme(self): del(self.Control_Panel.bad_thing_that_wont_go_away)
cheers,
Chris