Closed (fixed)
Project:
EK management tools
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Reporter:
Created:
12 Nov 2017 at 22:29 UTC
Updated:
29 Nov 2017 at 11:24 UTC
Jump to comment: Most recent
The Products and services link is broken (*/item_search]
Dblog.Message is:
Drupal\Core\Database\DatabaseExceptionWrapper: SQLSTATE[42S02]: Base table or view not found: 1146 Table '[database].ek_item_settings' doesn't exist: SELECT id,settings FROM {ek_item_settings} WHERE id=:id; Array ( [:id] => 0 ) in Drupal\ek_products\ItemSettings->__construct() (line 21 of [server-path]/modules/sandbox/ek/ek_products/src/ItemSettings.php).
Comments
Comment #2
choy commentedI added to the database the missing table via sql:
still needs to be added to the bext .dev version.
Comment #3
adominique commentedFixed with last commit.
Need also to insert 1 data raw with id = 0 in the table.
The table can also be installed by running /update.php with update_8003. This update was created for this new table.