Not Readying DB

Need help installing PHP, configuring a script, or configuring a server? Then come on in and post your questions! We'll try to help the best we can!

Moderator: General Moderators

Post Reply
raggy99
Forum Newbie
Posts: 13
Joined: Mon Aug 14, 2006 6:52 am

Not Readying DB

Post by raggy99 »

we have got it starting up and running. mysql pphp and apache are all installed.. how ever this is the small problem i'm getting. if i up load a page just full of text i get it working like this

http://www.illudo.com/testing/welcome.php

however if there is any thing that requires a db connection i get just a blank page. like this

http://www.illudo.com/testing/index.php

i know the page is there cos i got get an error like this when there is no page there at all

http://www.illudo.com/testing/nopage.php

Just wondering of any one knows how to fix this. I'm not sure if it is a server problem or a batabase problem.

Many Thanks.
jmut
Forum Regular
Posts: 945
Joined: Tue Jul 05, 2005 3:54 am
Location: Sofia, Bulgaria
Contact:

Post by jmut »

set display_errors to on
and
error_reporting(E_ALL)

and you will see the error.
raggy99
Forum Newbie
Posts: 13
Joined: Mon Aug 14, 2006 6:52 am

Post by raggy99 »

How do i do this with PHP MY ADMIN

Thanks for the quick responce.
jmut
Forum Regular
Posts: 945
Joined: Tue Jul 05, 2005 3:54 am
Location: Sofia, Bulgaria
Contact:

Post by jmut »

raggy99 wrote:How do i do this with PHP MY ADMIN

Thanks for the quick responce.
you do this in your php code.
at top of the script.

first try examining log files.
Post Reply