A little while ago I upgraded our Zope servers to 2.6.0, and ever since then they stopped printing the entire error text when something happened. All I get now is the Error Type, Error Value and the little Troubleshooting Suggestions, but I have no idea what caused the error. I saw something earlier about the -D switch so I made sure that it was on in the 'start' script: exec /usr/local/Zope/bin/python $cwd/z2.py -D "$@" It wasn't a big deal until just recently when I started developing again. Things are bombing as they always do, but I'm having to guess at what's causing it. TIA Rick
A little while ago I upgraded our Zope servers to 2.6.0, and ever since then they stopped printing the entire error text when something happened. All I get now is the Error Type, Error Value and the little Troubleshooting Suggestions, but I have no idea what caused the error.
In the page you mean? How about the 'error_log' in the root? It should be collecting your errors. You can bring back the tracebacks in the page it you really want to, presuming this is your problem. --jcc
At 10:01 AM 3/14/2003, D. Rick Anderson wrote:
A little while ago I upgraded our Zope servers to 2.6.0, and ever since then they stopped printing the entire error text when something happened. All I get now is the Error Type, Error Value and the little Troubleshooting Suggestions, but I have no idea what caused the error.
Take a look at the new object in your root folder called error_log. It's new to 2.6 and quite cool. HTH, Dylan
Right on! I think I had seen that there and never really thought about what it was for! Thanks! Rick Dylan Reinhardt wrote:
At 10:01 AM 3/14/2003, D. Rick Anderson wrote:
A little while ago I upgraded our Zope servers to 2.6.0, and ever since then they stopped printing the entire error text when something happened. All I get now is the Error Type, Error Value and the little Troubleshooting Suggestions, but I have no idea what caused the error.
Take a look at the new object in your root folder called error_log. It's new to 2.6 and quite cool.
HTH,
Dylan
participants (3)
-
D. Rick Anderson -
Dylan Reinhardt -
J Cameron Cooper