UPDATES EasySocial 4.0.15 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 online
Our support specialists is available now. We will attend to you as soon as we can.
  Support is online
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