On Mon, 2008-12-01 at 15:53 -0600, Terion Miller wrote: > On Mon, Dec 1, 2008 at 3:40 PM, Wolf <lonewolf@xxxxxxxxx> wrote: > > > > > > > -----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 > > > I can't find any error logs, I've looked in the inetpub folder, the php > folder the IIS services admin .... IIS has an option that lets you view the websites you have set up (I believe you can get to it from right-clicking My Computer and selecting Manage.) Select the site you are having problems with, and view the properties for it. One of the tabs (I forget which exactly) tells you where the error logs are for this site. Ash www.ashleysheridan.co.uk -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php