Forum Moderators: coopster
Now, as much as I'd like to **** the people over at phpnews, this could easily be due to something wrong on the server side of things(I'm just learing how to admin my neew server), but where do I start? All I have is a blank page, no errors...
log files?
you could turn error_reporting [php.net] to E_ALL in php.ini and see if anything pops out
I have never used it but does it have a config file of some sort? have you picked through there to see if there are any settings that might help you pinpoint the issue?
what OS is on the server?
2. the php scripts themselves
look for "error_reporting(0)" in the scripts. Comment out if necessary.
This should all be done on your test server. I would never advise displaying errors on a production server.
jatar types fast!
as it stands now, it sounds like a module might not be installed that is required for php/mysql to work properly, I don't know for sure yet, but I should soon. I'll try to post back here what the issue was in case anyone else gets stuck like this.
Thanks again!