Hallo,

haben den Shop wegen größerer Probleme nach Updates von Gambio 3.15.1.2 neu machen müssen.

Logischer Weise habe ich vor den Updates die Sicherung der Datenbank etc gemacht.

Nun wie oben geschrieben, habe ich nach der Neuauflage des Shops auf die aktuellste Version, das Problem, dass ich nachdem ich die Images eingespielt habe und danach die Datenbank wiederhergestellt habe, dass dieser Fehler bei Aufruf der Artikel aufkommt.

Kann mir hier bitte jemand helfen und mir sagen wie ich das Problem beheben kann?

Folgender Fehler immer der gleiche im Log:


ERROR: Uncaught RuntimeException: SQL Error!

context:
message:
Uncaught RuntimeException: SQL Error!
Query error: Unknown column 'po.products_option_display_type' in 'field list' - Invalid query: SELECT po.products_options_name, po.products_options_id, po.products_option_display_type
FROM products_attributes pa
INNER JOIN products_options po ON pa.options_id = po.products_options_id
WHERE pa.products_id = 2 AND po.language_id = 2
GROUP BY po.products_options_name, po.products_options_id, po.products_option_display_type;
Query: CIDB Library Error in /mnt/web421/a2/23/51885023/htdocs/SHOPNEW4.1/inc/xtc_db_error.inc.php:35
Stack trace:
#0 /mnt/web421/a2/23/51885023/htdocs/SHOPNEW4.1/vendor/gambio/codeigniter-db/CIDB.php(147): xtc_db_error()
#1 /mnt/web421/a2/23/51885023/htdocs/SHOPNEW4.1/vendor/gambio/codeigniter-db/DB_driver.php(665): log_message()
#2 /mnt/web421/a2/23/51885023/htdocs/SHOPNEW4.1/GambioShop/Attributes/ProductModifiers/Database/Readers/AttributeGroupReader.php(68): CI_DB_
code:
1
file:
/mnt/web421/a2/23/51885023/htdocs/SHOPNEW4.1/inc/xtc_db_error.inc.php
line:
35
context:
obCleanCache:
Query error: Unknown column 'po.products_option_display_type' in 'field list' - Invalid query: SELECT po.products_options_name, po.products_options_id, po.products_option_display_type
FROM products_attributes pa
INNER JOIN products_options po ON pa.options_id = po.products_options_id
WHERE pa.products_id = 2 AND po.language_id = 2
GROUP BY po.products_options_name, po.products_options_id, po.products_option_display_type;