MySQL statement prepare error [1054]: Unknown column 'edit_count' in 'field list'

Status
This content is read-only, or is not open for further replies.

Excell

Guest
offline
After upgrading to v2.2.17, the following error occurred when I added a media code
Code:

[MEDIA=vimeo]1111111[/MEDIA]
to the description field of the resource.

Code:

Code:
Server error log
XF\Db\Exception: MySQL statement prepare error [1054]: Unknown column 'edit_count' in 'field list' src/XF/Db/AbstractStatement.php:230
Stack trace
UPDATE  `xf_rm_resource_update` SET `message` = ?, `edit_count` = ?, `last_edit_date` = ?, `last_edit_user_id` = ? WHERE `resource_update_id` = 37
------------

#0...

Read more

Continue reading...
 
Liked by:
Status
This content is read-only, or is not open for further replies.
Top Bottom