FUDforum
Fast Uncompromising Discussions. FUDforum will get your users talking.

Home » General » PHP discussions » Blank Web Page shows but works well on Command Prompt.
Show: Today's Messages :: Polls :: Message Navigator
Return to the default flat view Create a new topic Submit Reply
Re: Blank Web Page shows but works well on Command Prompt. [message #31407 is a reply to message #24851] Fri, 21 April 2006 09:10 Go to previous messageGo to previous message
richardlynch is currently offline  richardlynch   United States
Messages: 8
Registered: April 2006
Karma:
Junior Member
Things to try:

#1. Use "View Source" in your browser to see if there are error messages being "hidden" by partial HTML tags.

#2. Take the command line output, and view it in a browser as static text.

#3. Check your Apache error logs (or whatever webserver). It's possible that there is an error message in there.

#4. I think there are cases when PutEnv is disabled by security-concious folks and that those might be your problem. While you "need" them to make Oracle work, try taking them out to get SOME output and add them back in after that. You may need to contact your webhost to resolve this one.

#5. Try a much simpler page like:
<?php phpinfo();?>
and surf to that.
If *that* doesn't work, you know you have a problem that PHP isn't even being run.

Hope that helps point you in a right direction.
[Message index]
 
Read Message
Read Message
Read Message
Previous Topic: A date question
Next Topic: edit proxy number in header information usgin php
Goto Forum:
  

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ]

Current Time: Thu Nov 21 21:59:17 GMT 2024

Total time taken to generate the page: 0.06395 seconds