UPDATES EasyBlog 6.0.14 Released! Joomla 5.x and PHP 8.x compatible now!

Helpdesk

Your Time
Our Time
Response Time
24 — 48 hours
We strive to provide the fastest ever response possible. However, we are not super beings.

Allow at least 24 — 48 hours
  Support is offline
Our team is away during the weekend. Some answers may already be available on our documentation

Rest assured that we will get back to your posts as soon as the week starts!
  Support is offline
Normal
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
The replies under this section are restricted to logged in users or users with an active subscription with us