Bonjour,

Après l'installations d'un addons " http://frug.github.io/AJAX-Chat/ " pour pouvoir avoir un chatbox dans mon forum,

voici les erreurs que j'accumule et vu que l'anglais et moi on est deux je viens vous demander votre aide.

Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
General Error
Illegal use of $_SERVER. You must use the request class or request_var() to access input data. Found in /home/MaGuildeAlsace/www/forum/chat/lib/class/AJAXChat.php on line 423. This error message was generated by deactivated_super_global.
 
BACKTRACE
 
FILE: (not given by php)
LINE: (not given by php)
CALL: msg_handler()
 
FILE: [ROOT]/phpbb/request/deactivated_super_global.php
LINE: 67
CALL: trigger_error()
 
FILE: [ROOT]/phpbb/request/deactivated_super_global.php
LINE: 87
CALL: phpbb\request\deactivated_super_global->error()
 
FILE: [ROOT]/chat/lib/class/AJAXChat.php
LINE: 423
CALL: phpbb\request\deactivated_super_global->offsetGet()
 
FILE: [ROOT]/chat/lib/class/AJAXChat.php
LINE: 149
CALL: AJAXChat->login()
 
FILE: [ROOT]/chat/lib/class/AJAXChat.php
LINE: 42
CALL: AJAXChat->initSession()
 
FILE: [ROOT]/chat/lib/class/AJAXChat.php
LINE: 28
CALL: AJAXChat->initialize()
 
FILE: [ROOT]/chat/index.php
LINE: 23
CALL: AJAXChat->AJAXChat()