AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   SourceBans / SourceBans++ (https://forums.alliedmods.net/forumdisplay.php?f=152)
-   -   PHP error for website (https://forums.alliedmods.net/showthread.php?t=331480)

BoBiTza 03-23-2021 03:25

PHP error for website
 
I have this errors when try to loggin:
PHP Code:

Errorthe XML response that was returned from the server is invalidReceived:
Deprecated: Function get_magic_quotes_gpc() is deprecated in D:\www\csgo\web\includes\xajax.inc.php on line 705

Deprecated
: Function get_magic_quotes_gpc() is deprecated in D:\www\csgo\web\includes\xajax.inc.php on line 705

Deprecated
: Function get_magic_quotes_gpc() is deprecated in D:\www\csgo\web\includes\xajax.inc.php on line 705

Deprecated
: Function get_magic_quotes_gpc() is deprecated in D:\www\csgo\web\includes\xajax.inc.php on line 705

Deprecated
: Function get_magic_quotes_gpc() is deprecated in D:\www\csgo\web\includes\xajax.inc.php on line 705

Warning
session_name(): Cannot change session name when headers already sent in D:\www\csgo\web\includes\SessionManager.php on line 6

Warning
session_set_cookie_params(): Cannot change session cookie parameters when headers already sent in D:\www\csgo\web\includes\SessionManager.php on line 11

Warning
session_start(): Cannot start session when headers already sent in D:\www\csgo\web\includes\SessionManager.php on line 12

Warning
Cannot modify header information headers already sent by (output started at D:\www\csgo\web\includes\xajax.inc.php:705in D:\www\csgo\web\includes\xajax.inc.php on line 766
$('msg-red').setStyle('display''none'); 

PHP version: PHP Version 7.4.11

IMAGE:
https://ibb.co/80MSWWC

BoBiTza 03-23-2021 03:36

Re: PHP error for website
 
The problem was: get_magic_quotes_gpc() == 1
Was removed from php 7
Just comment code out where you find get_magic_quotes_gpc()

CryWolf 03-24-2021 02:45

Re: PHP error for website
 
That's why i hate upgrading PHP / NGINX , im sticking with 7.3 for now it's still ok, but thanks for info.


All times are GMT -4. The time now is 05:27.

Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.