MyBB Community Forums

Full Version: SQL error when searching for "posts with this ip"
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
If I go to ModCP - IP Search, enter an IP, tick "Search Posts" and submit the search I get this SQL error:

Quote:1054 - Unknown column 'visibility' in 'where clause'

because a column "visibility" doesn't exits.
In modcp.php line 3580 and 3735 (Beta3) "visibility" has to be changed to "visible".
Hi,

Thank you for your report. We have pushed this issue to our Github repository for further analysis where you can track our commits and progress with fixing this bug. Discussions regarding this bug may also take place there too.

Follow this link to visit the issue on Github: https://github.com/mybb/mybb/issues/1061

Thanks for contributing to MyBB!

Regards,
The MyBB Group