Robin, which error page are you referring to? Also using weblocks- dev, I can no longer do (setf hunchentoot:*catch-errors-p* nil) to redirect the hunchentoot errors to slime with a backtrace, and I've noticed that whenever I get any error at all in my app, I get a page saying
The function #<STANDARD-GENERIC-FUNCTION WEBLOCKS:HANDLE-ERROR-CONDITION (1)> requires at least 2 arguments. How are you guys debugging errors in weblocks-dev? On Mar 11, 1:31 am, "Leslie P. Polzer" <[email protected]> wrote: > On Mar 11, 9:22 am, Robin Lee Powell <[email protected]> > wrote: > > > Got it. In src/request-handler.lisp , line 57, replace: > > > (handle-error-condition c)) > > > with: > > > (handle-error-condition app c)) > > Thanks, fixed it. > > > And I must say, that's a *great* error page so far! Keep up the > > good work, whoever did that! > > Will do. :) --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "weblocks" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/weblocks?hl=en -~----------~----~----~----~------~----~------~--~---
