When I try to approve a post, I get the following error message:
1054 Unknown column 'post_id' in 'where clause' SQL=DELETE FROM `ctsi_easyblog_post_rejected` WHERE `post_id`='5'
In MySQL, when I describe the ctsi_easyblog_post_rejected table, I get the following:
mysql> desc ctsi_easyblog_post_rejected;
+------------+---------------------+------+-----+---------+----------------+
| Field | Type | Null | Key | Default | Extra |
+------------+---------------------+------+-----+---------+----------------+
| id | bigint(20) unsigned | NO | PRI | NULL | auto_increment |
| draft_id | bigint(20) unsigned | NO | MUL | NULL | |
| created_by | int(11) | NO | | NULL | |
| message | text | NO | | NULL | |
| created | datetime | NO | | NULL | |
+------------+---------------------+------+-----+---------+----------------+
5 rows in set (0.00 sec)
There is an 'id' column, but no 'post_id' column.
The admin interface indicates that I have the following version of EasyBlog: Installed Version: 5.0.6