• The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

How do i enable exif extension for php5.

W

webconcern

Guest
I'm running php5 as isapi extension.
I have uncommented the exif lines on both php.ini files in windows and plesk directories.
I confirmed that the php_exif.dll file exists in all related directories.
I have restarted the server for many times.
It does not seem to recognise exif functions.

Fatal error: Call to undefined function exif_imagetype() in ....

I have to use this extension. Any help appreciated...
 
Hi,

Which php.ini file you edited ?

By default php.ini for php 5 located in %plesk_dir%\Additional\PleskPHP5, where %plesk_dir% - Plesk installation directory.

Also you can check which php.ini file is used for site using phpinfo() function and browse php file (i think you know this).

Check if php_exif.dll is loaded with "tasklist /m php_exif.dll"

Look for errors from php in event log.
 
Back
Top