Problema con el servidor?

christian_spencer99

New Member
Messages
6
Reaction score
0
Points
0
Hace un tiempo estoy ocupando este servidor de los cual lo encuentro excelente hasta que me tope con este problema.
Estoy trabajando con joomla y al subir un componente del cual me sirve mucho (Listbingo) simplemente me aparece un error de instalación y no lo puedo subir y eso que lo he tratado de subir miles de veces y me aparece el mismo error. Chequee con otro servidor y lo subí sin ningún problema. Quiero saber si alguien de soporte técnico u otra persona me puede decir cual es el problema, si es el servidor que no me deja u otro problema...Please!!! que no me quiero cambiar de servidor ya que lo encuentro buenísimo.
Gracias!

Este es el codigo de error que me aparece.
Code:
JInstaller::install: Error SQL. DB function failed with error number 2013
Lost connection to MySQL server during query SQL=CREATE TABLE IF NOT EXISTS `jos_gbl_addons` ( `id` int(11) NOT NULL AUTO_INCREMENT, `name` varchar(100) DEFAULT '', `element` varchar(100) DEFAULT '', `folder` varchar(100) DEFAULT '', `access` tinyint(3) unsigned NOT NULL DEFAULT '0', `ordering` int(11) NOT NULL DEFAULT '0', `published` tinyint(3) NOT NULL DEFAULT '0', `iscore` tinyint(3) NOT NULL DEFAULT '0', `client_id` tinyint(3) NOT NULL DEFAULT '0', `checked_out` int(11) unsigned NOT NULL DEFAULT '0', `checked_out_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `params` text, PRIMARY KEY (`id`), KEY `idx_folder` (`published`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8;
SQL =
CREATE TABLE IF NOT EXISTS `jos_gbl_addons` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `name` varchar(100) DEFAULT '',
  `element` varchar(100) DEFAULT '',
  `folder` varchar(100) DEFAULT '',
  `access` tinyint(3) unsigned NOT NULL DEFAULT '0',
  `ordering` int(11) NOT NULL DEFAULT '0',
  `published` tinyint(3) NOT NULL DEFAULT '0',
  `iscore` tinyint(3) NOT NULL DEFAULT '0',
  `client_id` tinyint(3) NOT NULL DEFAULT '0',
  `checked_out` int(11) unsigned NOT NULL DEFAULT '0',
  `checked_out_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `params` text,
  PRIMARY KEY (`id`),
  KEY `idx_folder` (`published`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
Componente Instalar: Error SQL. Archivo SQL no legible o desaparecido. DB function failed with error number 2013
Lost connection to MySQL server during query SQL=CREATE TABLE IF NOT EXISTS `jos_gbl_addons` ( `id` int(11) NOT NULL AUTO_INCREMENT, `name` varchar(100) DEFAULT '', `element` varchar(100) DEFAULT '', `folder` varchar(100) DEFAULT '', `access` tinyint(3) unsigned NOT NULL DEFAULT '0', `ordering` int(11) NOT NULL DEFAULT '0', `published` tinyint(3) NOT NULL DEFAULT '0', `iscore` tinyint(3) NOT NULL DEFAULT '0', `client_id` tinyint(3) NOT NULL DEFAULT '0', `checked_out` int(11) unsigned NOT NULL DEFAULT '0', `checked_out_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `params` text, PRIMARY KEY (`id`), KEY `idx_folder` (`published`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8;
SQL =
CREATE TABLE IF NOT EXISTS `jos_gbl_addons` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `name` varchar(100) DEFAULT '',
  `element` varchar(100) DEFAULT '',
  `folder` varchar(100) DEFAULT '',
  `access` tinyint(3) unsigned NOT NULL DEFAULT '0',
  `ordering` int(11) NOT NULL DEFAULT '0',
  `published` tinyint(3) NOT NULL DEFAULT '0',
  `iscore` tinyint(3) NOT NULL DEFAULT '0',
  `client_id` tinyint(3) NOT NULL DEFAULT '0',
  `checked_out` int(11) unsigned NOT NULL DEFAULT '0',
  `checked_out_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `params` text,
  PRIMARY KEY (`id`),
  KEY `idx_folder` (`published`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
Error Loading ModulesMySQL server has gone away SQL=SELECT id, title, module, position, content, showtitle, control, params FROM jos_modules AS m LEFT JOIN jos_modules_menu AS mm ON mm.moduleid = m.id WHERE m.published = 1 AND m.access <= 2 AND m.client_id = 1 ORDER BY position, ordering
 

paneo

New Member
Messages
214
Reaction score
1
Points
0
Hola christian_spencer,
por lo que dice el mensaje es como que se perdió la conexión mientras se ejecutaba o subía el archivo SQL.
Cuando quicistes agregar el componente, ¿te demoró mucho en cargar el error?
 

paneo

New Member
Messages
214
Reaction score
1
Points
0
Entonces es que está tomando muchos recursos la carga de la base de datos, o está demorando en terminar la carga con respecto a la configuración del servidor.
 
Top