Forums
Hello,
When I try to use any of my Opigno Courses from Opigno Catalogue using the start button and its path: /group/{group}/learning-path/start it makes redirect to: /group/{group}/module/{opigno_module}/take, I got the following error:
The website encountered an unexpected error. Please try again later.Drupal\Core\Entity\Query\QueryException: 'group_id' not found in Drupal\Core\Entity\Query\Sql\Tables->ensureEntityTable() (line 374 of core/lib/Drupal/Core/Entity/Query/Sql/Tables.php).
I also tried to remark the throw new QueryException from /core/lib/Drupal/Core/Entity/Query/Sql/Tables.php , and then I got another error:
The website encountered an unexpected error. Please try again later.Drupal\Core\Database\DatabaseExceptionWrapper: SQLSTATE[42000]: Syntax error or access violation: 1064 You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 'IN ('40')) AND (.entity_id IN ('44'))' at line 1: SELECT base_table.id AS id, base_table.id AS base_table_id
FROM
{lp_module_availability} base_table
WHERE (.group_id IN (:db_condition_placeholder_0)) AND (.entity_id IN (:db_condition_placeholder_1)); Array
( [:db_condition_placeholder_0] => 40 [:db_condition_placeholder_1] => 44
) in Drupal\Core\Entity\EntityStorageBase->loadByProperties() (line 579 of core/lib/Drupal/Core/Entity/EntityStorageBase.php).
The table lp_module_availability exists, but it is empty and it wasn't changed manually.
Opigno Version- Version: 8.x-1.5
Do you have any suggestions?
Thank you in advance!