MyBB Community Forums

Full Version: MyBB SQL Error
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi guys, I've been getting such an error for the last 1 week, what could be the reason?

[Image: OkGwbXr.png]
Do you have a error.log file in your forum's web root? If not, edit your ./inc/settings.php file, find this line:

$settings['useerrorhandling'] = "1";

and change it to this:

$settings['useerrorhandling'] = "0";

Refresh the page and you should then see then see a more basic error message.
(2021-08-06, 12:40 PM)Matt Wrote: [ -> ]Do you have a error.log file in your forum's web root? If not, edit your ./inc/settings.php file, find this line:

$settings['useerrorhandling'] = "1";

and change it to this:

$settings['useerrorhandling'] = "0";

Refresh the page and you should then see then see a more basic error message.
[Sun Aug 08 23:31:56.719861 2021] [proxy_fcgi:error] [pid 369:tid 140441445943040] [client 37.6.179.226:42034] AH01068: Got bogus version 105, referer: https://matchmastersforum.com/
[Sun Aug 08 23:31:56.719920 2021] [proxy_fcgi:error] [pid 369:tid 140441445943040] (22)Invalid argument: [client 37.6.179.226:42034] AH01075: Error dispatching request to :, referer: https://matchmastersforum.com/
[Sun Aug 08 23:31:57.229258 2021] [proxy_fcgi:error] [pid 32617:tid 140441336837888] [client 37.6.179.226:42040] AH01068: Got bogus version 105, referer: https://matchmastersforum.com/
[Sun Aug 08 23:31:57.229321 2021] [proxy_fcgi:error] [pid 32617:tid 140441336837888] (22)Invalid argument: [client 37.6.179.226:42040] AH01075: Error dispatching request to :, referer: https://matchmastersforum.com/
[Sun Aug 08 23:49:25.262028 2021] [proxy_fcgi:error] [pid 32615:tid 140441454335744] [client 82.16.152.201:42716] AH01068: Got bogus version 118, referer: https://matchmastersforum.com/
[Sun Aug 08 23:49:25.262065 2021] [proxy_fcgi:error] [pid 32615:tid 140441454335744] (22)Invalid argument: [client 82.16.152.201:42716] AH01075: Error dispatching request to :, referer: https://matchmastersforum.com/
[Sun Aug 08 23:50:17.162360 2021] [proxy_fcgi:error] [pid 32615:tid 140441412372224] [client 5.173.140.92:42892] AH01068: Got bogus version 115, referer: https://matchmastersforum.com/index.php
[Sun Aug 08 23:50:17.162426 2021] [proxy_fcgi:error] [pid 32615:tid 140441412372224] (22)Invalid argument: [client 5.173.140.92:42892] AH01075: Error dispatching request to :, referer: https://matchmastersforum.com/index.php
Okay, those aren't related to this so won't be anything useful in there. If you make that settings change and refresh the forum though it should display a clearer error message.
can i have your theme details please for curious purpose , it's looks amazing
(2021-08-08, 11:51 PM)Matt Wrote: [ -> ]Okay, those aren't related to this so won't be anything useful in there. If you make that settings change and refresh the forum though it should display a clearer error message.

Hello, I made the settings you mentioned, but nothing appears again..

[Image: hH4I4Wq.png]
@crazycat
It seems as though whatever variable is assigned to the equal sign after tid is not the proper one. It might be spelled wrong or some condition occurred causing it to be undefined.
Guys, is there a solution to the problem? can anyone help
(2021-08-10, 01:21 PM)Sedini Wrote: [ -> ]Hello, I made the settings you mentioned, but nothing appears again..

[Image: hH4I4Wq.png]
Probably a trouble with a misconfigured plugin, and an exception not managed in the plugin. Viewing the query, it's a "last poster" or "last activity" plugin which is in cause.
Deactivate all your plugin and reactivate them one by one to find which one is in fault, then we can help you. Or you can contact the author directly.