8 Aug
2006
8 Aug
'06
4:59 p.m.
beno wrote at 2006-8-8 06:55 -0400:
I've got an error in my error log, but I can't figure out where "App.Management" lives:
Traceback (innermost last): Module ZPublisher.Publish, line 101, in publish Module ZPublisher.mapply, line 88, in mapply Module ZPublisher.Publish, line 39, in call_object Module App.Management, line 85, in manage_workspace Redirect: http://202.71.106.119:7080/error_log/manage_main
There is no problem with this module. You just have you "error_log" object configured in a bit silly way: Usually, you should configure it to ignore "Redirect" exceptions (they are not real exceptions but normal behaviour). -- Dieter