How to Report a Bug – Please Read Before Posting
Bug Reporting Guidelines
Good bug reports get fixed faster. A vague report such as "it does not work" will be closed without action.
Before You Post
- Search this forum first — the bug may already be reported and fixed
- Update to the latest version — check if the bug exists in 4.0.4
- Test in isolation — disable all plugins and switch to the default theme
Required Information
Every bug report must include:
Xiuno BBS version :
PHP version :
MySQL version :
Web server :
Operating system :
Steps to reproduce:
1.
2.
3.
Expected result:
Actual result:
Full error message:
Finding Error Messages
PHP errors:
tail -f /var/log/php8.2-fpm.log
Nginx errors:
tail -f /var/log/nginx/error.log
Xiuno debug mode — add to the top of forum.php:
define('DEBUG', 1); // set back to 0 after debugging!
What NOT to Post Here
- General "how do I" questions — post in Documentation
- Feature requests — post in Feature Requests
- Reports with no reproduction steps
Thank you for helping make Xiuno BBS better!