29 Sep
2004
29 Sep
'04
6:14 p.m.
John Hunter wrote at 2004-9-27 13:47 -0500:
In my stand_error_message, I do
<dtml-var error_tb>
but this does not seem to apply to errors generated in the manager interface.
It makes no difference between "management pages" and other pages. But some checks (especially the ":conversion" ZPublisher commands) are performed so early that there is not yet any location defined. Therefore, no "standard_error_message" can be found (the search starts from the URL located object and goes upward) and a built in one is used. -- Dieter