[phpBB Debug] PHP Warning: in file [ROOT]/phpbb/db/driver/mysqli.php on line 255: mysqli_fetch_assoc() expects parameter 1 to be mysqli_result, boolean givenWill you help me with this problem?
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 1835: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3257)
Please sign in to your OneAll account to ask a new question or to contribute to the discussions.
Please click on the link below to connect to the forum with your OneAll account.
Answers
could you post a link to the page where I can see the error?
Regards,
thanks for answere. Here is links to 2 forums:
http://forum.tjsokolbabice.cz/
https://dogforum.cz/
I have successfully been able to login with Facebook on https://dogforum.cz/ and I did not get any error.
Is the error only in the logs and not visible in the forum?
I have logged out and in 5 times in a row and I still did not get any errors.
Personally I don't think that it's related to our plugin, otherwise the error would probably occur on each login.
What you can try is adding these lines to the config.php of your phpBB:
@define('DEBUG', true); @define('DEBUG_CONTAINER', true);
This should give you more information on the error.
Do not forget to remove the lines when you are no longer testing.