Greetings,

I use
error_reporting (E_ALL);

in the first line of the script, and imediatly after I try to do some sirius syntax errors.
I see no errors on the screen. What else should I do to be enable to see error messages?
I use php5 on windows, IIS.

Thanks

    No clue, if it was apache I would say .htaccess.

    If you have access to the php.ini try modifiying that...maybe the init_set() method from www.php.net ?

    --FrosT

      thanks - YOu putted me on the track - it was somthing in the ini file (don't ask what, I just copied it from another place)

        Write a Reply...