Reparar el error de base de datos en Joomla 3x 1146. ERROR 1146 solucionado en 2019. Suscríbete para más información referente a la web.
¡¡¡ANTES DE CUALQUIER COSA HACER UN BACKUP!!! Códigos para hacer la modificación en la base de datos:
DROP table IF EXISTS jos_updates; CREATE TABLE `jos_updates` ( `update_id` int(11) NOT NULL AUTO_INCREMENT, `update_site_id` int(11) DEFAULT '0', `extension_id` int(11) DEFAULT '0', `name` varchar(100) DEFAULT '', `description` text NOT NULL, `element` varchar(100) DEFAULT '', `type` varchar(20) DEFAULT '', `folder` varchar(20) DEFAULT '', `client_id` tinyint(3) DEFAULT '0', `version` varchar(32) DEFAULT '', `data` text NOT NULL, `detailsurl` text NOT NULL, `infourl` text NOT NULL, `extra_query` VARCHAR(1000) DEFAULT '', PRIMARY KEY (`update_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Available Updates';
link de donde encontré la solución: https://www.joomlashack.com/blog/tuto...
Encuentra más información en : https://estaciondediseno.com/
Watch video ERROR 1146 JOOMLA 3x base de datos Año 2019 online without registration, duration hours minute second in high quality. This video was added by user Estación de Diseño 17 December 2021, don't forget to share it with your friends and acquaintances, it has been viewed on our site 171 once and liked it 0 people.