PHP Errors Displayed

Discussion in 'Installation/Configuration' started by DBoon, Aug 3, 2006.

  1. DBoon

    DBoon New Member

    I am troubleshooting an application that I am trying to install. I need for my site (ON ISPCONFIG) to output the error generated. Where can I make this setting?

    The way it works now is just show a blank page.
     
  2. Ben

    Ben Active Member Moderator

    What do you mean by "on ISPconfig"?

    I guess you want to run that on your "normal" apache2 on any of your webs?
    The problem is Error suppressed with @s before the function can't be displayed anyway. If an application supresses errors the way but does not log or display them its, well, not the best style of coding ;)
    You could verify if you find anything about ini_set() called for error_reporting. If so, just comment that out.
     

Share This Page