Can't Install 2.02

datadon

New Member
Getting this message when trying to install. Any obvious ideas on how to fix?

JInstaller::install: SQL Error. DB function failed with error number 2006
MySQL server has gone away SQL=CREATE TABLE IF NOT EXISTS `jos_fabrik_log` ( `id` INT( 10 ) NOT NULL AUTO_INCREMENT PRIMARY KEY , `timedate_created` TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP , `referring_url` VARCHAR( 255 ) NOT NULL , `message_type` CHAR( 60 ) NOT NULL , `message` TEXT NOT NULL );
SQL =
CREATE TABLE IF NOT EXISTS `jos_fabrik_log` (
`id` INT( 10 ) NOT NULL AUTO_INCREMENT PRIMARY KEY ,
`timedate_created` TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP ,
`referring_url` VARCHAR( 255 ) NOT NULL ,
`message_type` CHAR( 60 ) NOT NULL ,
`message` TEXT NOT NULL
);
Component Install: SQL error or missing or unreadable SQL file. DB function failed with error number 2006
MySQL server has gone away SQL=CREATE TABLE IF NOT EXISTS `jos_fabrik_log` ( `id` INT( 10 ) NOT NULL AUTO_INCREMENT PRIMARY KEY , `timedate_created` TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP , `referring_url` VARCHAR( 255 ) NOT NULL , `message_type` CHAR( 60 ) NOT NULL , `message` TEXT NOT NULL );
SQL =
CREATE TABLE IF NOT EXISTS `jos_fabrik_log` (
`id` INT( 10 ) NOT NULL AUTO_INCREMENT PRIMARY KEY ,
`timedate_created` TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP ,
`referring_url` VARCHAR( 255 ) NOT NULL ,
`message_type` CHAR( 60 ) NOT NULL ,
`message` TEXT NOT NULL
);
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
 
Sorry, this is for joomla 1.5. and Fabrik 2.02, may have put in wrong forum section. Same question though.
 
Not sure if it was you who mailed the site with the same question, but here's the response I wrote:

The 'MySQL server has gone away ' error could be due to several
different things, although I have never heard it being reported upon
installation.
Here's the corresponding mySQL help page on the error:
http://dev.mysql.com/doc/refman/5.0/en/gone-away.html

You may need to tweak your mysql.cnf file, as described in this thread:
http://bogdan.org.ua/2008/12/25/how-to-fix-mysql-server-has-gone-away-error-2006.html

Also check with your hosting company regarding the error
 
We are in need of some funding.
More details.

Thank you.

Members online

Back
Top