[Ubuntu-BR] [OFF-TOPIC] Problema instalar JForm no Joomla
Fábio Magnoni
fabiohmagnoni em gmail.com
Terça Dezembro 28 18:03:00 UTC 2010
Olá pessoal,
Alguém aqui já criou algum site com Joomla e tentou instalar algum
módulo/componente/plugin etc e apareceu o seguinte erro?
- JInstaller::install: Erro do SQL. DB function failed with error number
2006
MySQL server has gone away SQL=-- -- Install SQL Script -- -- @version
$Id: install.sql 362 2010-02-20 06:50:23Z dr_drsh $ -- @package Joomla --
@subpackage JForms -- @copyright Copyright (C) 2008 Mostafa Muhammad. All
rights reserved. -- @license GNU/GPL -- CREATE TABLE IF NOT EXISTS
`jos_jforms_forms` ( `id` int(11) NOT NULL AUTO_INCREMENT, `title`
varchar(255) NOT NULL, `type` int(11) NOT NULL, `plugins` varchar(100) NOT
NULL, `theme` varchar(100) NOT NULL DEFAULT 'default', `state` tinyint(3)
NOT NULL DEFAULT '0', `created` datetime NOT NULL DEFAULT '0000-00-00
00:00:00', `created_by` int(11) unsigned NOT NULL DEFAULT '0', `modified`
datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `modified_by` int(11)
unsigned 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', `publish_up` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`publish_down` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `groups`
varchar(255) NOT NULL, `maximum` int(11) unsigned NOT NULL DEFAULT '0',
`redirections` mediumtext NOT NULL, PRIMARY KEY (`id`) ) TYPE=InnoDB ;
SQL =
--
-- Install SQL Script
--
-- @version $Id: install.sql 362 2010-02-20 06:50:23Z dr_drsh $
-- @package Joomla
-- @subpackage JForms
-- @copyright Copyright (C) 2008 Mostafa Muhammad. All rights reserved.
-- @license GNU/GPL
--
CREATE TABLE IF NOT EXISTS `jos_jforms_forms` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`title` varchar(255) NOT NULL,
`type` int(11) NOT NULL,
`plugins` varchar(100) NOT NULL,
`theme` varchar(100) NOT NULL DEFAULT 'default',
`state` tinyint(3) NOT NULL DEFAULT '0',
`created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`created_by` int(11) unsigned NOT NULL DEFAULT '0',
`modified` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`modified_by` int(11) unsigned 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',
`publish_up` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`publish_down` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`groups` varchar(255) NOT NULL,
`maximum` int(11) unsigned NOT NULL DEFAULT '0',
`redirections` mediumtext NOT NULL,
PRIMARY KEY (`id`)
) TYPE=InnoDB ;
- Componente Instalar: Arquivo SQL com erro, inexistente ou inacessível
para leitura. DB function failed with error number 2006
MySQL server has gone away SQL=-- -- Install SQL Script -- -- @version
$Id: install.sql 362 2010-02-20 06:50:23Z dr_drsh $ -- @package Joomla --
@subpackage JForms -- @copyright Copyright (C) 2008 Mostafa Muhammad. All
rights reserved. -- @license GNU/GPL -- CREATE TABLE IF NOT EXISTS
`jos_jforms_forms` ( `id` int(11) NOT NULL AUTO_INCREMENT, `title`
varchar(255) NOT NULL, `type` int(11) NOT NULL, `plugins` varchar(100) NOT
NULL, `theme` varchar(100) NOT NULL DEFAULT 'default', `state` tinyint(3)
NOT NULL DEFAULT '0', `created` datetime NOT NULL DEFAULT '0000-00-00
00:00:00', `created_by` int(11) unsigned NOT NULL DEFAULT '0', `modified`
datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `modified_by` int(11)
unsigned 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', `publish_up` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`publish_down` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `groups`
varchar(255) NOT NULL, `maximum` int(11) unsigned NOT NULL DEFAULT '0',
`redirections` mediumtext NOT NULL, PRIMARY KEY (`id`) ) TYPE=InnoDB ;
SQL =
--
-- Install SQL Script
--
-- @version $Id: install.sql 362 2010-02-20 06:50:23Z dr_drsh $
-- @package Joomla
-- @subpackage JForms
-- @copyright Copyright (C) 2008 Mostafa Muhammad. All rights reserved.
-- @license GNU/GPL
--
CREATE TABLE IF NOT EXISTS `jos_jforms_forms` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`title` varchar(255) NOT NULL,
`type` int(11) NOT NULL,
`plugins` varchar(100) NOT NULL,
`theme` varchar(100) NOT NULL DEFAULT 'default',
`state` tinyint(3) NOT NULL DEFAULT '0',
`created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`created_by` int(11) unsigned NOT NULL DEFAULT '0',
`modified` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`modified_by` int(11) unsigned 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',
`publish_up` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`publish_down` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`groups` varchar(255) NOT NULL,
`maximum` int(11) unsigned NOT NULL DEFAULT '0',
`redirections` mediumtext NOT NULL,
PRIMARY KEY (`id`)
) TYPE=InnoDB ;
- 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
Isso parece ser erro de timeout do MySQL, precisaria aumentar, mas não
encontrei nenhum lugar aumentar isso e faz 2 dias que mando e-mail para o
meu servidor e ninguém me responde para poder ajudar.
Alguém poderia ajudar???
Obrigado desde já
--
Fábio Réa
Eng. de Computação - PUC-Campinas 2010
Wiki-keeper Ubuntu-BR-SP
http://wiki.ubuntu-br.org/UbuntuSP
Eu prefiro receber documentos em ODF. Não sabe o que é? -> http://miud.in/V1
More information about the ubuntu-br
mailing list