• We value your experience with Plesk during 2024
    Plesk strives to perform even better in 2025. To help us improve further, please answer a few questions about your experience with Plesk Obsidian 2024.
    Please take this short survey:

    https://pt-research.typeform.com/to/AmZvSXkx
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

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