Jump to content

Topic on Extension talk:RecentActivity

Unknown column 'rev_user_text' in 'where clause'

1
Waanders (talkcontribs)

I get an error message when using the "user=Foo"-option:

[752d72c38bf612bc16c390f2] /wiki/index.php?title=TestRC&action=submit Wikimedia\Rdbms\DBQueryError: A database query error has occurred. Did you forget to run your application's database schema updater after upgrading or after adding a new extension?

Please see https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:Upgrading and https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:How_to_debug for more information.

Error 1054: Unknown column 'rev_user_text' in 'where clause'

Function: RecentActivity::expandMagic

Query: SELECT rev_page, MIN(rev_id) as minid FROM `hzpfrevision` WHERE (rev_minor_edit = 0) AND (rev_user_text = 'foo') GROUP BY rev_page ORDER BY minid DESC LIMIT 5

Yes, I did run update.php. We're using MediaWiki 1.39.6.

Does anyone have a suggestion on how to solve this?

Reply to "Unknown column 'rev_user_text' in 'where clause'"