Shade- / MyFacebook-Connect

A plugin to integrate Facebook with MyBB, letting users login and register through Facebook.
27 stars 24 forks source link

Stats - user count broken #75

Open Eldenroot opened 5 years ago

Eldenroot commented 5 years ago

When a new user is registered via MyFacebook plugin, the counter of registered users is not updated manually. I have to manually trigger recount in ACP.

Works fine for newly registered users in a traditional way via MyBB registration form.

Shade- commented 5 years ago

This shouldn't happen as MFC uses the same functions as MyBB does to register the user (and it includes the stats update). However, it works by adding a shutdown function which might break if hidden PHP warnings pop up. Since shutdown functions are quite annoying and do not prompt any error in the logs, I kindly ask you your server configuration (PHP version, MySQL(i) version, etc.) and if you can:

Eldenroot commented 5 years ago

PHP 7.2 and MySQLi 5.6.41

I will try to send you a log