PHP Module Error

Hello,

I am facing an issue with my Scriptcase application on my LLMP stack (Lighttpd + MariaDB + PHP) hosted on my Linux server. I have successfully copied my application to the web server, but I am unable to activate the database.

Can someone please guide me on how to activate the database in Scriptcase on the LLMP stack? Any help will be appreciated.

image

Thanks in advance,

So, is this problem just me :slight_smile: ? Has anyone had any experience before?

Are you sure that the SQL Server PDO driver is installed in the system and PHP knows about it ? because looks like that driver is missing and/or PHP do not load it.

1 Like

Dear @flexelem,

Could you let us know if you managed to resolve the issue? Or are you still facing the same problem?

We are waiting for you.

Best Regards!

Hi,

No, unfortunately I couldn’t solve this problem. I still can’t make SQL connection on Linux with Scriptcase.

Dear @flexelem,

As our friend @Vincenzo said, it is likely that the DBMS driver is not loaded in PHP.

After some tests performed, I was able to reproduce the same problem you are facing, and the reason was that the driver I selected was not loaded in PHP.

Check if the driver is enabled in your environment through the “diagnosis.php” file. For example: (http://your_domain/your_project/_lib/diagnosis.php) - in the production environment.

If it is disabled, you must enable it and then restart the service for it to work.

We hope this can help you.

Best Regards!