-
Notifications
You must be signed in to change notification settings - Fork 300
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update for phpBB 3.1 #191
Comments
See issue #183 |
@scootergrisen, try edit code in line 31 of AJAXChatLanguage.php like this: // if(empty($_SERVER['HTTP_ACCEPT_LANGUAGE'])) { |
I have deleted the chat on my website now. |
_SERVER was used in a ton of places, along with _REQUEST and _POST. The solution was to enable access to superglobals via $request->enable_super_globals(); in custom.php |
Seems direct access to $_SERVER is not allowed in phpBB 3.1.
So could you update the code so it works with phpBB 3.1 ?
The text was updated successfully, but these errors were encountered: