I'm seeing this error:
Error 1146: Table 'foo_wiki.foobetafeatures_user_counts' doesn't exist (localhost)
Function: MediaWiki\Extension\BetaFeatures\Hooks::getUserCounts
Query: SELECT feature,number FROM `foobetafeatures_user_counts` WHERE feature = 'popupsreferencepreviews'
I have the backtrace, if that helps. I was able to confirm that foobetafeatures_user_counts does exist (confirmed both by update.php and by visual inspection of the DB). Can anyone help me sort this out?