From: Franky V. L. <lie...@te...> - 2013-03-07 23:25:02
|
On Thu, 7 Mar 2013 23:15:49 +0000 boardtc <bo...@gm...> wrote: > On 7 March 2013 22:48, Franky Van Liedekerke <lie...@te...> > wrote: > > > Tweak your php.ini to not show php warnings > > > Cheers Franky. I have been playing with that. My understanding is > that it's a setting outside of phpesp and php configuration level, > where I turn display_errors off. My isp uses cpanel and it seems I > need whm access to get at the pho.ini. The whm login loads on 2087 > but my cpanel login does not work. My conclusion is that I need to > get ion touch with my isp to sort this one. Am I on the right track? > > Cheers, > > Tom. You have 3 options: - contact your isp - do it yourself, in a .htaccess file this should work as well (if not disabled by your isp) - or change the calls to ereg to their preg-variant (I recommend this) Franky |