changtraingheo 0 Report post Posted January 5, 2010 how to config it to display error ? <?phpecho "Phi";?> It's work well, but ... <?phpecho "Phi?> It redirect to error 500, so i don't know what the error, pls help me. Quote Share this post Link to post Share on other sites
Ric 0 Report post Posted January 19, 2010 You do not mention which version of US you are using. I assume 5-series Errors will be logged to file:UniServer\usr\local\apache2\logs\error.logThis is by default because US is enabled for production. To change this click on UniTraySelect Advanced > php.ini switch to DevelopmentRestart servers, errors will now show in browser. All the bestRic Quote Share this post Link to post Share on other sites