Jump to content

PHP Error on Sites


cyberedge

Recommended Posts

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.

Link to comment
https://forums.phpfreaks.com/topic/27380-php-error-on-sites/
Share on other sites

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.ini

You 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.
Link to comment
https://forums.phpfreaks.com/topic/27380-php-error-on-sites/#findComment-125677
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.