PHP problem

Discussion in 'Installation/Configuration' started by francx, Apr 19, 2012.

  1. francx

    francx New Member

    Hi!

    I have problem with PHP.

    I uploded PHP file with error (missing ;). Server not return me error line (Parse error: syntax error, unexpected '}' in <path>\index.php on line 12) but HTTP 500 (Internal Server Error).

    Is somthing wrong with my php.ini?

    Thank you!
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    Edit the php.ini file(s) and set:

    display_errors = On

    if you like to display error message in the website instaed of the log file.
     

Share This Page