sbpp / sourcebans-pp

Admin, ban, and comms management system for the Source engine
https://sbpp.github.io/
Creative Commons Attribution Share Alike 4.0 International
336 stars 173 forks source link

Xajax error #724

Closed kubo997 closed 3 years ago

kubo997 commented 3 years ago

image

What should I do?

ashort96 commented 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.

kubo997 commented 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.

So I copy and pasted latest files and install php 7.4 version. Now getting this error: image image

KrillinsWorld commented 3 years ago

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

Groruk commented 3 years ago

could not find driver

This is a PDOException so make sure that you have the pdo_mysql extension installed for PHP 7.4