Blank Page?
|
|
So I installed PHP and MySQL and as far as I can tell everything is working, but when try to access index.php I get a blank page. I know PHP is working because I made a <?php phpinfo(); ?> test page and it worked correctly. What am I doing wrong? |
|
|
Check your Apache error log for PHP errors. Try subs.php instead of index.php and add at least one feed as a subscription. - Guillaume |
|
|
Yeah I was able to see subs.php and I added a couple of feeds but I still get nothing when I try to access index.php I’m gonna check the Apache error log and I will post any error if there is one. |
|
|
Thu Jan 25 09:31:12 2007 [client 0.0.0.0] PHP Fatal error: Call to undefiend function mysql_connect() in C:\\Program Files\\Apache Software Foundation\\Apache2.2\\htdocs\\functions.inc.php on line 6, referer: http://’my_gobblerss_url’ |
|
|
I got it working, php5 is a mess. It doesn’t work with mysql easily. I’m not even sure how i fixed it, but its working now :) Great program, thanks a lot man. |