I have a single entry in #__comprofiler_plugin_antispam_block I made years ago to test this:
Code:
+----+------+-------+---------------------+----------+------------------------+
| id | type | value | date | duration | reason |
+----+------+-------+---------------------+----------+------------------------+
| 1 | user | 873 | 2019-08-27 19:49:29 | TOMORROW | just testing you, bro! |
+----+------+-------+---------------------+----------+------------------------+
And today I noticed I could not view the profile of user 873:
Call to undefined method CB\Plugin\AntiSpam\Table\BlockTable::expiry()
Indeed, I see expiry getting called from components/com_comprofiler/plugin/user/plug_cbantispam/templates/default/blocks.php , but no such method is available in BlockTable.
Deleting that entry in the antispam_block entry allows the profile to be viewed again.