View Single Post
driz
Junior Member
Join Date: Apr 2014
Location: Nashville, TN
Old 06-22-2015 , 12:37   Re: [Release] SourceBans-Fork 1.5.2F (Updated 2015/05/29)
#39

if you are using MariaDB you will likely see everything work (including all in game functionality) but the bans page will be blank. the error is below.



To resolve this, i simply commented out line 77 from adodb-errorhandler.inc.php which uses a function that exists in MySQL 5.6 but is not supported in MariaDB. Keep in mind MariaDB and MySQL are no longer 100% compatible since the release of MySQL 5.6 and this is by design.

//trigger_error($s,ADODB_ERROR_HANDLER_TYPE);

you probably shouldn't do this

Last edited by driz; 06-22-2015 at 12:38.
driz is offline