<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Lapiz Corto &#187; com_installer</title>
	<atom:link href="https://www.lapizcorto.com/tag/com_installer/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.lapizcorto.com</link>
	<description>Para esas soluciones que nunca recuerdas</description>
	<lastBuildDate>Mon, 14 Dec 2015 08:34:34 +0000</lastBuildDate>
	<language>es-ES</language>
		<sy:updatePeriod>hourly</sy:updatePeriod>
		<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.9.1</generator>
	<item>
		<title>Solucionar errores com_installer , com_joomlaupdate tras actualizar Joomla a 2.5.4</title>
		<link>https://www.lapizcorto.com/solucionar-errores-com_installer-com_joomlaupdate-tras-actualizar-joomla-a-2-5-4/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=solucionar-errores-com_installer-com_joomlaupdate-tras-actualizar-joomla-a-2-5-4</link>
		<comments>https://www.lapizcorto.com/solucionar-errores-com_installer-com_joomlaupdate-tras-actualizar-joomla-a-2-5-4/#comments</comments>
		<pubDate>Wed, 04 Apr 2012 12:15:32 +0000</pubDate>
		<dc:creator><![CDATA[Jiden]]></dc:creator>
				<category><![CDATA[Joomla!]]></category>
		<category><![CDATA[com_installer]]></category>
		<category><![CDATA[com_joomlaupdate]]></category>

		<guid isPermaLink="false">http://www.lapizcorto.com/?p=540</guid>
		<description><![CDATA[Tras actualizar una de nuestras páginas de Joomla empezamos a apreciar un montón de errores en la administración parecidos a: Error cargando Componente: com_joomlaupdate, 1 Error cargando Componente: com_installer, 1 Al parecer &#8220;algo&#8221; ha borrado los registros com_installer &#38; com_joomlaupdate de la tabla #__extensions. Tras obtener los registros de un Joomla 2.5.4 recién instalado y [&#8230;]]]></description>
				<content:encoded><![CDATA[<p>Tras actualizar una de nuestras páginas de Joomla empezamos a apreciar un montón de errores en la administración parecidos a:</p>
<p><span style="color: #ff0000;"><strong>Error cargando Componente: com_joomlaupdate, 1</strong></span><br />
<span style="color: #ff0000;"><strong> Error cargando Componente: com_installer, 1</strong></span></p>
<p>Al parecer &#8220;algo&#8221; ha borrado los registros com_installer &amp; com_joomlaupdate de la tabla <strong>#__extensions</strong>. Tras obtener los registros de un Joomla 2.5.4 recién instalado y restaurarlos en la base de datos que daba error desaparecen los mensajes de error.</p>
<p>Para solucionar el error ejecuta esta query de SQL reemplazando <strong>#__extensions</strong> con el nombre de tu tabla de extensiones. Por ejemplo si el prefijo de tu base de datos <strong>jml25_</strong> sustituye <strong>#__extensions</strong> con <strong>jml25_extensions</strong></p>
<pre class="brush: plain; title: ; notranslate">

INSERT INTO `#__extensions` (`extension_id`, `name`, `type`, `element`, `folder`, `client_id`, `enabled`, `access`, `protected`, `manifest_cache`, `params`, `custom_data`, `system_data`, `checked_out`, `checked_out_time`, `ordering`, `state`) VALUES (10, 'com_installer', 'component', 'com_installer', '', 1, 1, 1, 1, '{&quot;legacy&quot;:false,&quot;name&quot;:&quot;com_installer&quot;,&quot;type&quot;:&quot;component&quot;,&quot;creationDate&quot;:&quot;April 2006&quot;,&quot;author&quot;:&quot;Joomla! Project&quot;,&quot;copyright&quot;:&quot;(C) 2005 - 2012 Open Source Matters. All rights reserved.\\t&quot;,&quot;authorEmail&quot;:&quot;admin@joomla.org&quot;,&quot;authorUrl&quot;:&quot;www.joomla.org&quot;,&quot;version&quot;:&quot;2.5.0&quot;,&quot;description&quot;:&quot;COM_INSTALLER_XML_DESCRIPTION&quot;,&quot;group&quot;:&quot;&quot;}', '{}', '', '', 0, '0000-00-00 00:00:00', 0, 0);

INSERT INTO `#__extensions` (`extension_id`, `name`, `type`, `element`, `folder`, `client_id`, `enabled`, `access`, `protected`, `manifest_cache`, `params`, `custom_data`, `system_data`, `checked_out`, `checked_out_time`, `ordering`, `state`) VALUES (28, 'com_joomlaupdate', 'component', 'com_joomlaupdate', '', 1, 1, 0, 1, '{&quot;legacy&quot;:false,&quot;name&quot;:&quot;com_joomlaupdate&quot;,&quot;type&quot;:&quot;component&quot;,&quot;creationDate&quot;:&quot;February 2012&quot;,&quot;author&quot;:&quot;Joomla! Project&quot;,&quot;copyright&quot;:&quot;(C) 2005 - 2012 Open Source Matters. All rights reserved.\\t&quot;,&quot;authorEmail&quot;:&quot;admin@joomla.org&quot;,&quot;authorUrl&quot;:&quot;www.joomla.org&quot;,&quot;version&quot;:&quot;2.5.0&quot;,&quot;description&quot;:&quot;COM_JOOMLAUPDATE_XML_DESCRIPTION&quot;,&quot;group&quot;:&quot;&quot;}', '{}', '', '', 0, '0000-00-00 00:00:00', 0, 0);

</pre>
<p>Espero que a alguien le ahorre algo de tiempo.</p>
]]></content:encoded>
			<wfw:commentRss>https://www.lapizcorto.com/solucionar-errores-com_installer-com_joomlaupdate-tras-actualizar-joomla-a-2-5-4/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Solve com_installer , com_joomlaupdate errors after Joomla 2.5.4 upgrade</title>
		<link>https://www.lapizcorto.com/solve-com_installer-com_joomlaupdate-errors-after-joomla-2-5-4-upgrade/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=solve-com_installer-com_joomlaupdate-errors-after-joomla-2-5-4-upgrade</link>
		<comments>https://www.lapizcorto.com/solve-com_installer-com_joomlaupdate-errors-after-joomla-2-5-4-upgrade/#comments</comments>
		<pubDate>Wed, 04 Apr 2012 12:04:58 +0000</pubDate>
		<dc:creator><![CDATA[Jiden]]></dc:creator>
				<category><![CDATA[Joomla!]]></category>
		<category><![CDATA[com_installer]]></category>
		<category><![CDATA[com_joomlaupdate]]></category>

		<guid isPermaLink="false">http://www.lapizcorto.com/?p=529</guid>
		<description><![CDATA[Just upgraded one of our Joomla sites and noticed that administration shows errors like: Error loading Component: com_joomlaupdate, 1 Error loading Component: com_installer, 1 Seems that &#8220;something&#8221; deleted com_installer &#38; com_joomlaupdate entries in the #__extensions table. I got the deleted values from a clean Joomla 2.5.4. install and after restoring them to the broken database [&#8230;]]]></description>
				<content:encoded><![CDATA[<p>Just upgraded one of our Joomla sites and noticed that administration shows errors like:</p>
<p><span style="color: #ff0000;"><strong>Error loading Component: com_joomlaupdate, 1</strong></span><br />
<span style="color: #ff0000;"><strong>Error loading Component: com_installer, 1</strong></span></p>
<p>Seems that &#8220;something&#8221; deleted com_installer &amp; com_joomlaupdate entries in the <strong>#__extensions</strong> table. I got the deleted values from a clean Joomla 2.5.4. install and after restoring them to the broken database all works fine again.</p>
<p>So to solve the problem you just have to run a sql query replacing <strong>#__extensions</strong> with your exact table name so if your database prefix is, for example, <strong>jml25_</strong> replace <strong>#__extensions</strong> with <strong>jml25_extensions</strong></p>
<pre class="brush: plain; title: ; notranslate">

INSERT INTO `#__extensions` (`extension_id`, `name`, `type`, `element`, `folder`, `client_id`, `enabled`, `access`, `protected`, `manifest_cache`, `params`, `custom_data`, `system_data`, `checked_out`, `checked_out_time`, `ordering`, `state`) VALUES (10, 'com_installer', 'component', 'com_installer', '', 1, 1, 1, 1, '{&quot;legacy&quot;:false,&quot;name&quot;:&quot;com_installer&quot;,&quot;type&quot;:&quot;component&quot;,&quot;creationDate&quot;:&quot;April 2006&quot;,&quot;author&quot;:&quot;Joomla! Project&quot;,&quot;copyright&quot;:&quot;(C) 2005 - 2012 Open Source Matters. All rights reserved.\\t&quot;,&quot;authorEmail&quot;:&quot;admin@joomla.org&quot;,&quot;authorUrl&quot;:&quot;www.joomla.org&quot;,&quot;version&quot;:&quot;2.5.0&quot;,&quot;description&quot;:&quot;COM_INSTALLER_XML_DESCRIPTION&quot;,&quot;group&quot;:&quot;&quot;}', '{}', '', '', 0, '0000-00-00 00:00:00', 0, 0);

INSERT INTO `#__extensions` (`extension_id`, `name`, `type`, `element`, `folder`, `client_id`, `enabled`, `access`, `protected`, `manifest_cache`, `params`, `custom_data`, `system_data`, `checked_out`, `checked_out_time`, `ordering`, `state`) VALUES (28, 'com_joomlaupdate', 'component', 'com_joomlaupdate', '', 1, 1, 0, 1, '{&quot;legacy&quot;:false,&quot;name&quot;:&quot;com_joomlaupdate&quot;,&quot;type&quot;:&quot;component&quot;,&quot;creationDate&quot;:&quot;February 2012&quot;,&quot;author&quot;:&quot;Joomla! Project&quot;,&quot;copyright&quot;:&quot;(C) 2005 - 2012 Open Source Matters. All rights reserved.\\t&quot;,&quot;authorEmail&quot;:&quot;admin@joomla.org&quot;,&quot;authorUrl&quot;:&quot;www.joomla.org&quot;,&quot;version&quot;:&quot;2.5.0&quot;,&quot;description&quot;:&quot;COM_JOOMLAUPDATE_XML_DESCRIPTION&quot;,&quot;group&quot;:&quot;&quot;}', '{}', '', '', 0, '0000-00-00 00:00:00', 0, 0);

</pre>
<p>Hope this helps.</p>
]]></content:encoded>
			<wfw:commentRss>https://www.lapizcorto.com/solve-com_installer-com_joomlaupdate-errors-after-joomla-2-5-4-upgrade/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
