Topic on Extension talk:BlogPage

Database error - JobQueueGroup::__destruct

1
Summary by Onesimok

Followed instructions below about changing line 96 in /extensions/BlogPage/Blog.php to false

 'comments_of_day' => false,
Onesimok (talkcontribs)

On attempting to view the blog posts, one gets:

A database query error has occurred. This may indicate a bug in the software.


Notice: JobQueueGroup::__destruct: 1 buffered job(s) of type(s) EnqueueJob never inserted. in /home/pindula/public_html/includes/jobqueue/JobQueueGroup.php on line 420


I enabled SQL debugging and now I get:

A database query error has occurred. This may indicate a bug in the software.
Query:
SELECT Comment_Username,comment_ip,comment_text,comment_date,Comment_user_id,CommentID,IFNULL(Comment_Plus_Count - Comment_Minus_Count,0) AS Comment_Score,Comment_Plus_Count AS CommentVotePlus,Comment_Minus_Count AS CommentVoteMinus,Comment_Parent_ID,page_title,page_namespace FROM `Comments`,`page` WHERE (comment_page_id = page_id) AND (UNIX_TIMESTAMP(comment_date) > 1463817075) AND page_namespace = '500' ORDER BY Comment_Plus_Count DESC LIMIT 5
Function: BlogPage::getCommentsOfTheDay
Error: 1054 Unknown column 'Comment_Plus_Count' in 'field list' (localhost)

Notice: Uncommitted DB writes (transaction from DatabaseBase::query (WikiPage::pageData)). in /home/pindula/public_html/includes/db/Database.php on line 4262

Notice: JobQueueGroup::__destruct: 1 buffered job(s) of type(s) EnqueueJob never inserted. in /home/pindula/public_html/includes/jobqueue/JobQueueGroup.php on line 420

Please help