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
raggy99
Forum Newbie
Posts: 13 Joined: Mon Aug 14, 2006 6:52 am
Post
by raggy99 » Wed Oct 18, 2006 2:05 am
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 » Wed Oct 18, 2006 2:14 am
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 » Wed Oct 18, 2006 4:03 am
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 » Wed Oct 18, 2006 4:09 am
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.