Re: [Phpslash-devel] How to add a module?
Brought to you by:
joestewart,
nhruby
From: Luis M <le...@ho...> - 2003-11-06 20:11:24
|
[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" To globally turn on error_reporting(E_ALL) for all pages, take a look at config.php (about line 82); although right now it slips off my mind what else you needed to do... I know you have to send all errors to the logs using your php.ini but you might have to do other things via .htaccess files... In general though, it would be nice if you can also redirect the messages to the browser if you need to -- for as long as it's not turned on by default :-D ----)(----- Luis Mondesi System Administrator LatinoMixed.com le...@ho... "...The Mac does this so smoothly, it feels like an extension of your mind." - Paula Speer, MacWorld Magazine 2003-04 Public signature: http://www.latinomixed.com/lems1/public-a.asc _________________________________________________________________ MSN Search, le moteur de recherche qui pense comme vous ! http://search.msn.fr/worldwide.asp |