-----Original Message----- From: Terion Miller <webdev.terion@xxxxxxxxx> Sent: Monday, December 01, 2008 4:23 PM To: Micah Gersten <micah@xxxxxxxxxxx> Cc: PHP General <php-general@xxxxxxxxxxxxx> Subject: Re: question about corrupt db? On Mon, Dec 1, 2008 at 3:12 PM, Micah Gersten <micah@xxxxxxxxxxx> wrote: > Terion Miller wrote: > > could a corrupt db make php pages stop functioning? > > My pages no longer go anywhere, I went back found the original scripts > and > > still it didn't fix the problem (thought I had messed the code up) so it > has > > to be something external of the code its doing this locally on my box and > on > > the live server. > > > > thanks > > terion > > > > > Have you checked the PHP error logs? > > Thank you, > Micah Gersten > onShore Networks > Internal Developer > http://www.onshore.com > > I put this: > ini_set('error_reporting', E_ALL); > ini_set('display_errors', true); in the top of the pages but no errors are showing.... ------ Then that answer would be no.... You need to actually look at your error logs as if the server is set up right it won,'t allow ini bypasses. Wolf -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php