View Single Post
sakulmore
Member
Join Date: Aug 2022
Old 09-20-2022 , 14:16   Re: AMXBans how to install?
Reply With Quote #18

I think I found where is the problem.

When I added this to the file "ban_list.php":
Code:
ini_set('display_errors', 1);
error_reporting(E_ALL);
it shown me this:
Code:
Fatal error: Cannot redeclare geoip_country_code_by_name() in /usr/www/users/<mysitename>/amxbans/include/geoip.inc on line 353
PHP info:
Code:
Server: Apache2
PHP Version: 5.6.40

GeoIP is enabled.
GeoIP ext. ver.: 1.1.1
GeoIP lib. ver.: 1006012
how can I fix it?

Last edited by sakulmore; 09-20-2022 at 14:22.
sakulmore is offline