• Hi, Pleskians! We are running a UX testing of our upcoming product intended for server management and monitoring.
    We would like to invite you to have a call with us and have some fun checking our prototype. The agenda is pretty simple - we bring new design and some scenarios that you need to walk through and succeed. We will be watching and taking insights for further development of the design.
    If you would like to participate, please use this link to book a meeting. We will sent the link to the clickable prototype at the meeting.
  • (Plesk for Windows):
    MySQL Connector/ODBC 3.51, 5.1, and 5.3 are no longer shipped with Plesk because they have reached end of life. MariaDB Connector/ODBC 64-bit 3.2.4 is now used instead.
  • 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.

Question Debian/Ubuntu + Plesk 18 + Laravel 10 + FirebirdSQL

MSD

New Pleskian
Server operating system version
Debian 12.5
Plesk version and microupdate number
Plesk Obsidian 18.0.59
Hello,

I have a server with Debian 12.5 as the OS and Plesk control panel, and I added one domain with Laravel Tools for Plesk. So, everything works fine when I use a local MariaDB database, but I have a few methods that use FirebirdSQL connections to the database. On my development PC, everything works fine, but on the production server, I get an error: I could not find the driver. PHP is 8.2, FirebirdSQL is 3.0, and the latest PHP 8.2-interbase as PDO for PHP + php.ini has enabled Firebird.

Does anyone try this scenario, or is there any idea what can be wrong?

Thanks to all Plesk experts in advance...
 
Most likely the PHP handler does not have the required extension.
You can check by running the command
/opt/plesk/php/8.2/bin/php -m | grep firebird
If the list is empty, you need to install it yourself. Unfortunately, there are no instructions for installing Firebird. But you can use this article
 
Back
Top