Fixed Class XF\Authentication\IPBoard does not exist src/XF/Container.php:267

Lost

Well-known member
Affected version
2.0.9
Since upgrading my forum to XenForo 2.0.9, this error gets logged in the server error logs. I migrated from IPBoard 3.x to XF1 quite a few years ago and never had this issue with XF1.
 
I can confirm there is a bug for us to fix here.

For now, I recommend running the following query manually:
SQL:
UPDATE xf_user_authenticate
SET scheme_class = 'XF:IpsForums3x'
WHERE scheme_class = 'XenForo_Authentication_IPBoard';
 
Top Bottom