25/07/2008, 13:07
|
| Colaborador | | Fecha de Ingreso: mayo-2004 Ubicación: Venezuela
Mensajes: 1.586
Antigüedad: 20 años, 7 meses Puntos: 45 | |
SOBI2 - Instalar Componente Error Hola.
He instalado un portal Joomla al que le quiero incorporar una extensión que administre un directorio de anunciantes. Sigsiu Online Business Index 2 (SOBI2)
Me fuí al Administrador > Menú Extensiones > Instalar/Desinstalar > Subir Paquete: Archivo Empaquetado
Luego me dio el siguiente error.
Código:
* JInstaller::install: Error SQL. DB function failed with error number 2006
MySQL server has gone away SQL=CREATE TABLE IF NOT EXISTS `jos_sobi2_cat_items_relations` ( `catid` int(11) NOT NULL default '0', `itemid` int(11) NOT NULL default '0', `ordering` int(11) NOT NULL, PRIMARY KEY (`catid`,`itemid`), KEY `itemid` (`itemid`), KEY `catid` (`catid`) )
SQL =
CREATE TABLE IF NOT EXISTS `jos_sobi2_cat_items_relations` (
`catid` int(11) NOT NULL default '0',
`itemid` int(11) NOT NULL default '0',
`ordering` int(11) NOT NULL,
PRIMARY KEY (`catid`,`itemid`),
KEY `itemid` (`itemid`),
KEY `catid` (`catid`)
)
* Componente Instalar: Error SQL. DB function failed with error number 2006
MySQL server has gone away SQL=CREATE TABLE IF NOT EXISTS `jos_sobi2_cat_items_relations` ( `catid` int(11) NOT NULL default '0', `itemid` int(11) NOT NULL default '0', `ordering` int(11) NOT NULL, PRIMARY KEY (`catid`,`itemid`), KEY `itemid` (`itemid`), KEY `catid` (`catid`) )
SQL =
CREATE TABLE IF NOT EXISTS `jos_sobi2_cat_items_relations` (
`catid` int(11) NOT NULL default '0',
`itemid` int(11) NOT NULL default '0',
`ordering` int(11) NOT NULL,
PRIMARY KEY (`catid`,`itemid`),
KEY `itemid` (`itemid`),
KEY `catid` (`catid`)
)
Luego lo intento una y otra vez y me da siempre l mismo error: Cita: Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to allocate 1242818 bytes) in /home/eneltigr/public_html/portal/libraries/joomla/filesystem/archive/zip.php on line 297
__________________ "Nunca es tarde para empezar, mientras sea ahora" ____________ Cher |