• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    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.

Resolved php_interbase.dll

karakartal

New Pleskian
Hello

How can ı solve this problem ?

PHP Warning: PHP Startup: Unable to load dynamic library 'C:\Program Files (x86)\Plesk\Additional\PleskPHP56\ext\php_interbase.dll' - The specified module could not be found.
 
You could solve this two ways:
1) remove module from php5.6 php.ini
Or
2) download this DLL somewhere and put it in the specified location

Greetings from The Netherlands :)
 
Simplest solution: Open file C:\Program Files (x86)\Parallels\Plesk\Additional\PleskPHP56\php.ini with text editor and comment line

;extension=php_interbase.dll

Also, the problem may be related to the fact that php_interbase.dll requires a fbclient.dll library, which is not present on Windows servers by default. In this case, install Firebirdsql package
 
Hello ;

I know this , it is not enough. This article solved my problem.


Simplest solution: Open file C:\Program Files (x86)\Parallels\Plesk\Additional\PleskPHP56\php.ini with text editor and comment line

;extension=php_interbase.dll

Also, the problem may be related to the fact that php_interbase.dll requires a fbclient.dll library, which is not present on Windows servers by default. In this case, install Firebirdsql package
 
Back
Top