Re: [Phpslash-devel] How to add a module?
Brought to you by:
joestewart,
nhruby
From: Joe S. <joe...@us...> - 2003-11-06 21:11:55
|
On Thu, Nov 06, 2003 at 03:11:18PM -0500, Luis M wrote: > [snip] > >> I have to ask tho.... is there any way to get an error message > >generated, > >> rather than the page just silently dying? If the template class error > >had > >> been shown, I'd have been able to get some productive work done today. > >(Or if > >> I was less careless, I know...) > >> > > > >I'd like that too. There may be some commented out, but I've had some > >problems with errors in the template class not being very forgiving. > >Yours should have simply shown the applicable fancybox.tpl. Seems a bug > >to me. > > You mean to spit errors to the browser right. I usually don't care about > those, what I do is activate the error_reporting() of php and read the logs > with "tail -f" > I think it's one of those errors you've seen with the -dev, that just simply doesn't show anything ( maybe a segfault). Joe |