I'm using PHP to generate feeds, which is working perfectly fine on my local development sandbox. Once I upload to the server, I get a blank page. I know the programming is correct, because it works fine on my local box. What do you think the problem might be? I'm not using any extra libraries, atleast I don't think so. I put on error reporting and received no issues. Any ideas?
Asked
Active
Viewed 73 times
0
-
2What do your PHP error logs say? – ceejayoz Nov 09 '09 at 20:41
-
1Please post the code. We've got no way to diagnose the problem if you don't. Don't assume the programming is "correct"... code can fail when deployed (Specifically if the server is a different platform. Linux vs Windows) – brianreavis Nov 09 '09 at 20:42
-
+1 to ceejayoz. the "blank page" is usually due to errors being suppressed in production. The logs will detail anything gone wrong. – cgr Nov 09 '09 at 21:20
1 Answers
0
Make sure you are outputing the correct Content-type, also try to validate the feed using some third party online service. If you are really getting nothing check your server logs, there must be a silenced error.

knoopx
- 17,089
- 7
- 36
- 41