Fixed Setup File Code Error

DrYontem

Well-known member
Affected version
2.0.0 Beta 1
This was due to a bug in the upgrade script. To workaround this, in XF\Install\Upgrade\2000010-200a.php, change:
Code:
SELECT DISTINCT content_type, content_id, user_group_id, user_id, 'forum', 'inlineMod', 'allow', 0
to:
Code:
SELECT DISTINCT content_type, content_id, user_group_id, user_id, 'forum', 'inlineMod', 'content_allow', 0
...

Reference from @Mike 's this post;

XFRM\Setup file line 1170 contains similar error.
 
Top Bottom