ssl/ezXSS

could not find driver

laznick opened this issue · 5 comments

Hey there,

I have followed all instruction to set this up as shown in the wiki, including setting up with the SSL. However, when I go to my domain and try to install - I receive an error saying driver not found as shown in the below screenshot. Can you help work this error out for me as I'm unable to understand the issue.

image

ssl commented

I’ve never seen this error before, this is for sure not coming from ezXSS direct.

Something with your database is not correct. How did u set it up?

Hi, thanks for replying.

I created an empty database, and provided them in the .env file as shown below.

My .env file
image

image

Isn't this the right way to do?

Hi there ssl, I am still unable to determine the exact issue, any pointers that you can help with if possible? :)

ssl commented

How did u set it up? On a ubuntu server? Apache? Docker?

The 'could not find driver' has something todo with php not able to use PDO. Please google 'could not find driver pdo php' and you will find some solutions. I dont know which one would work for u since it has todo with ur setup, and not with ezXSS.

Hello to solve this problem: sudo apt install php-mysql
Maybe add this in the wiki.