cyberedge Posted November 15, 2006 Share Posted November 15, 2006 I keep getting a PHP error on sites I upload that is installed on my IIS server. I never use to. I upgraded from 4.3 to 4.4 and can not figure what I am doing wrong in the php.ini file. I have display_error off but when using an install.php on my template it has errors. Please help on other servers that have PHP there is no issue with errors and the template works fine. Just on this IIS Server. Quote Link to comment Share on other sites More sharing options...
wildteen88 Posted November 16, 2006 Share Posted November 16, 2006 When you make changes to the php.ini you'll need to restart the server for the changes to be made.Also you should not hide errors you should fix them. If you have restarted the server and you're still getting errors then PHP is not loading up the correct php.iniYou can check that php is using the correct php.ini by running then [code=php:0]phpinfo()[/code] function a script and looking at the [b]Configuration File (php.ini) Path[/b] line. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.