Hi!
When upgrading from version 2.1 to 2.4, I get an error.
Tell me, how can I fix it?

Update No. 8001
Failure: Drupal\Core\Database\DatabaseExceptionWrapper: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'soft.comment_revision__field_like_dislike' doesn't exist: SELECT "comment_revision__field_like_dislike".* FROM "comment_revision__field_like_dislike" "comment_revision__field_like_dislike"; Array ( ) in like_dislike_update_8001() (line 22 of ...web\modules\contrib\like_dislike\like_dislike.install).

Comments

mNigma07 created an issue. See original summary.

heykarthikwithu’s picture

Hi @mNigma07,
Can you let me know how this table (comment_revision__field_like_dislike) is created? Any specific configuration within core or contrib module or custom code you are using to generate the comment revision?
Ignore this comment.

heykarthikwithu’s picture

Status: Active » Fixed

Hi @mNigma07,

I just noticed this comment_revision__field_like_dislike table doesn't exist in drupal database, because by default drupal is not allowing to create revisions for comment entity type.

This is fixed in the new release 2.4.1 version, Use this version module.

mnigma07’s picture

Thanks for the quick fix.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.