Closed kubo997 closed 3 years ago
The prerequisites should answer your question; PHP versions 7.4 and above are not supported as that function is deprecated. Use the latest code from the main branch or downgrade your PHP version.
Duplicate of #723 and others as well.
The prerequisites should answer your question; PHP versions 7.4 and above are not supported as that function is deprecated. Use the latest code from the main branch or downgrade your PHP version.
Duplicate of #723 and others as well.
So I copy and pasted latest files and install php 7.4 version. Now getting this error:
Update adodb and xajax files and those errors will disappear. (not sure if old package has updated them or not in the past 3 years). Google them and you will find them, download them, unzip them and replace them in sourcebans/includes as necessary. Files are attached below. xajax.inc.zip adodb-5.20.19.zip
could not find driver
This is a PDOException
so make sure that you have the pdo_mysql
extension installed for PHP 7.4
What should I do?