PDA

View Full Version : Blank pages


aysms
09-15-2005, 10:05 AM
Hello!

I'm hacking vbulletin code.

When in my code there is a "Sintax error" i just get a php error message, but when i have other kind of error(php error but not sintax one) i just get a blank page.

Is there a way to always show php error message?

Thank you very much

nexialys
09-15-2005, 10:09 AM
in the very begining of your php file, after the "<?php" , add this:

ini_set('display_errors', TRUE);

... and next time, read the title of the forum you're posting in... this is a Release one, not the Questions!

aysms
09-15-2005, 12:33 PM
Thank you very much and excuse me,
next time i'll take more care about forum title