EnergyCube / CoWFC

Front- and back -end website for the DWC network server emulator
GNU General Public License v3.0
23 stars 11 forks source link

Driver error #12

Open Abbanan opened 2 years ago

Abbanan commented 2 years ago

Hi! when I try to go to the website at the end of the install I always get same messgae "There was an error: could not find driver" Do you think you can helping fix?

EnergyCube commented 2 years ago

Probably related to the PHP version problem. The repo currently use an outdated version of PHP that isn't present on some distro, making the install process not work properly.

Abbanan commented 2 years ago

I see... If I using debian how do suggest going about to fixing this? I think you say for ubuntu replacing mod3="php7.1" with mod3="php7.4" however for debian it seems to be use php7.4 already

EnergyCube commented 2 years ago

Yeah, debian should work since it use a more recent version of PHP. Technically you could also change the version in the Ubuntu script but I didn't got the time to check if it work.