Author Topic: Unknown storage engine 'InnoDB' Error No: 1286  (Read 2777 times)

Offline liberaxpress

  • Newbie
  • *
  • Posts: 20
  • Karma: +3/-0
    • View Profile
Unknown storage engine 'InnoDB' Error No: 1286
« on: April 28, 2019, 11:23:50 AM »

Hi, can anyone help me solve this problem which started today, a client tried to purchase and it said to check error log and this si the log:

2019-04-28 14:50:29 - database error: AbanteCart core v.1.2.14 SQL Error: Unknown storage engine 'InnoDB'
Error No: 1286
SQL: SELECT *
FROM abjy_product_stock_locations psl
LEFT JOIN abjy_locations l
ON l.location_id = psl.location_id
WHERE psl.product_id=123 AND psl.product_option_value_id IS NULL ORDER BY psl.sort_order in <b>/home/xxxxxxxx/public_html/xxxx/core/database/amysqli.php</b> on line <b>114</b>

I cannot open any product in the admin products and when i try to add a new product it fails with message to email to help@abantecart.com

Regards

Libera


Offline dvagner

  • Core/UI Developer
  • Jr. Member
  • **
  • Posts: 73
  • Karma: +28/-1
    • View Profile
Re: Unknown storage engine 'InnoDB' Error No: 1286
« Reply #1 on: April 30, 2019, 02:31:24 AM »
check your my.cnf parameter default-storage-engine

https://dev.mysql.com/doc/refman/5.5/en/storage-engines.html
« Last Edit: April 30, 2019, 02:34:47 AM by Basara »

 

Powered by SMFPacks Social Login Mod