MyBB Community Forums

Full Version: MyBB Internal: One or more warnings occurred
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
hi, im use prostats v1.9.7 latest version for mybb 1.8 . but show error only on registered users !!
http://prntscr.com/qgbewd
this errors only show in registered users sign in . not show to guest or admins .
please help for remove .
tnx
MyBB Internal: One or more warnings occurred. Please contact your administrator for assistance.
I suggest you see what the error is in relation to PHP by placing the following at the bottom of your global.php and refreshing the page.

ini_set('display_errors', 1); ini_set('display_startup_errors', 1); error_reporting(E_ALL);

This may assist in troubleshooting your issue(s).
thank you , but not working . error shows for registered useres after add your code
So there are no PHP errors or warnings being displayed?

If this is the fact, then the plugin itself must not be able to complete it's tasks itself.