ajss84 Posted May 30, 2021 Share Posted May 30, 2021 Buenas! estoy creando mi primera tienda en prestashop, y de un dia para el otro la pagina aparece caida y me sale el siguiente error, porque puede ser? gracias! [PrestaShopDatabaseException] Can't create/write to file '/tmp/#sql_4921_0.MYI' (Errcode: 30 - Read-only file system)<br /><br /><pre> SELECT c.*, cl.* FROM `ps_category` c INNER JOIN ps_category_shop category_shop ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1) LEFT JOIN `ps_category_lang` cl ON c.`id_category` = cl.`id_category` AND cl.id_shop = 1 LEFT JOIN `ps_category_group` cg ON c.`id_category` = cg.`id_category` RIGHT JOIN `ps_category` c2 ON c2.`id_category` = 18 AND c.`nleft` >= c2.`nleft` AND c.`nright` <= c2.`nright` WHERE 1 AND `id_lang` = 1 AND cg.`id_group` IN (1) GROUP BY c.`id_category` ORDER BY c.`level_depth` ASC , category_shop.`position` ASC </pre> at line 769 in file classes/db/Db.php Link to comment Share on other sites More sharing options...
w3bsolutions Posted May 31, 2021 Share Posted May 31, 2021 Parece que los ficheros de tu base de datos están dañados. Yo se lo comentaría al proveedor de hosting, por el error no creo que sea algo que puedes arreglar tú. Link to comment Share on other sites More sharing options...
ajss84 Posted May 31, 2021 Author Share Posted May 31, 2021 Graicas por tu respuesta, hicieron un reboot en el servidor se soluciono...a medias, porque ahora me logueo en el backend y me queda esta pantalla, no puedo acceder, ya no se que hacer Link to comment Share on other sites More sharing options...
w3bsolutions Posted June 1, 2021 Share Posted June 1, 2021 Activa el modo debug y a ver qué error te sale: Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now