Quantcast
Channel: Joomla! Forum - community, help and support
Viewing all articles
Browse latest Browse all 1864

Joomla! 5.x • Re: problemas al crear artículos

$
0
0
Hola neobox, si efectivamente a mi me paso lo mismo luego de crear una pagina manualmente en local desde cero.

Luego de instalar el Joomla 5.x en mi hosting, copie las tablas:
#__content
#__categories
#__menu


No se presentaban los artículos en backend y copie la tabla:
#__workflow_associations

Nota: También la puedes rellenar con

Code:

INSERT INTO #__workflow_associations (item_id, stage_id, extension) SELECT b.id AS item_id, '1', 'com_content.article' FROM #__content AS b WHERE NOT EXISTS (SELECT a.item_id FROM #__workflow_associations AS a WHERE a.item_id = b.id);
Finalmente el error que tu menciones (Id principal inválido), lo solucione copiando la tabla:
#__assents

Lamentablemente no tengo idea de como regenerarla.

Saludos, Kike

Statistics: Posted by Kike_GL — Wed Jan 08, 2025 9:57 pm



Viewing all articles
Browse latest Browse all 1864

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>