Joomla error 3.0

Asked

Viewed 33 times

0

When saving a module in joomla 3.0 this error appeared to me:

1286 Unknown storage engine 'InnoDB' SQL=SELECT
i.*, v.name AS author FROM stw3q_k2_items as i LEFT JOIN
stw3q_k2_categories AS c ON c.id = i.catid
LEFT JOIN stw3q_users AS v ON v.id = i.created_by
WHERE i.trash = 0 AND c.trash = 0 ORDER BY i.created DESC LIMIT 0, 10

And from this error no longer opens the homepage of the website, how to overcome this error?

  • Which version of mysql vc use? run this query show engines must show that innoDB is enabled.

  • The version is 5.5.45-cll

  • And the return of the consultation?

  • how do I consult?

  • Open mysql or phpmyAdmin and run it.

  • The mysql server is offline

Show 1 more comment
No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.