why is php not giving errors anymore? it just shows up as a blank screen... is this normal?
why is php not giving errors anymore? it just shows up as a blank screen... is this normal?
http://www.insanecombat.com << bored? check out ma game
an error will be reported... it just may not display on your screen. I would talk to your host and ask them if they have changed the settings, but the interpreter will always log errors and warnings.
like if i spelled something wrong and put <?php mysql_connect(select frm hello) or die ("Cant connect"); ?>
it wont even put the die... it just shows a white blank screen
http://www.insanecombat.com << bored? check out ma game
You may change the error reporting in your php.ini settings, or in the script witherror_reporting(E_ALL);at the top of your script(s).
You may also occasionally get no output if an error is wrong enough, in that it may completely confuse the script to where it doesn't reach outputting an error.
Daniel - Freelance Web Design | <?php?> | <html>| español | Deutsch | italiano | português | català | un peu de français | some knowledge of several other languages: I can sometimes help translate here on DD | Linguistics Forum
The errors may be logged in a log file.
Twey | I understand English | 日本語が分かります | mi jimpe fi le jbobau | mi esperanton komprenas | je comprends français | entiendo español | tôi ít hiểu tiếng Việt | ich verstehe ein bisschen Deutsch | beware XHTML | common coding mistakes | tutorials | various stuff | argh PHP!
Bookmarks