Jump to content

HELP URGENT! - Got error 28 from storage engine


Recommended Posts

Hi, suddeny after the night I got this message on my screen in my webshop.

Can anyone help me?? What happend?


Got error 28 from storage engine


SELECT DISTINCT c.*, cl.*
FROM `tearic01_category` c
LEFT JOIN `tearic01_category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 1)
LEFT JOIN `tearic01_category_group` ctg ON (ctg.`id_category` = c.`id_category`)

WHERE 1 AND `level_depth` <= 3
AND (c.`active` = 1 OR c.`id_category`= 1)
AND ctg.`id_group` = 1
ORDER BY `level_depth` ASC, cl.`name` ASC

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...