Home Forum
2025-01-06
Benvenuto, Ospite
Nome Utente Password: Ricordami

Installation error message
(1 Online) (1) Ospite
  • Pagina:
  • 1

ARGOMENTO: Installation error message

Installation error message 14 Anni, 11 Mesi fa #985

  • korresia
  • Offline
  • Fresh Boarder
  • Messaggi: 1
Hi, can you help me please, I have tried to install the Tag Meta component using the Install/Uninstall menu in Joomla 1.5 and I get the message below, what does it mean?

---------------------------------------------------------

* JInstaller::install: SQL Error. DB function failed with error number 1064
You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near 'default CHARSET=utf8' at line 18 SQL=CREATE TABLE IF NOT EXISTS `jos_tagmeta` ( `id` int(11) NOT NULL auto_increment, `uri` varchar(255) NOT NULL default '', `title` varchar(70) default NULL, `description` varchar(160) default NULL, `keywords` varchar(160) default NULL, `rindex` tinyint(1) NOT NULL default '1' COMMENT '0=No,1=Yes,2=Skip', `rfollow` tinyint(1) NOT NULL default '1' COMMENT '0=No,1=Yes,2=Skip', `rsnippet` tinyint(1) NOT NULL default '2' COMMENT '0=No,1=Yes,2=Skip', `rarchive` tinyint(1) NOT NULL default '2' COMMENT '0=No,1=Yes,2=Skip', `rodp` tinyint(1) NOT NULL default '2' COMMENT '0=No,1=Yes,2=Skip', `ordering` int(11) NOT NULL default '0', `published` tinyint(1) NOT NULL default '0', `checked_out` tinyint(1) NOT NULL default '0', `checked_out_time` datetime NOT NULL default '0000-00-00 00:00:00', PRIMARY KEY (`id`), UNIQUE KEY `idxuri` (`uri`) ) type=MyISAM default CHARSET=utf8;
SQL =

CREATE TABLE IF NOT EXISTS `jos_tagmeta` (
`id` int(11) NOT NULL auto_increment,
`uri` varchar(255) NOT NULL default '',
`title` varchar(70) default NULL,
`description` varchar(160) default NULL,
`keywords` varchar(160) default NULL,
`rindex` tinyint(1) NOT NULL default '1' COMMENT '0=No,1=Yes,2=Skip',
`rfollow` tinyint(1) NOT NULL default '1' COMMENT '0=No,1=Yes,2=Skip',
`rsnippet` tinyint(1) NOT NULL default '2' COMMENT '0=No,1=Yes,2=Skip',
`rarchive` tinyint(1) NOT NULL default '2' COMMENT '0=No,1=Yes,2=Skip',
`rodp` tinyint(1) NOT NULL default '2' COMMENT '0=No,1=Yes,2=Skip',
`ordering` int(11) NOT NULL default '0',
`published` tinyint(1) NOT NULL default '0',
`checked_out` tinyint(1) NOT NULL default '0',
`checked_out_time` datetime NOT NULL default '0000-00-00 00:00:00',
PRIMARY KEY (`id`),
UNIQUE KEY `idxuri` (`uri`)
) type=MyISAM default CHARSET=utf8;

* Component Install: SQL Error. DB function failed with error number 1064
You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near 'default CHARSET=utf8' at line 18 SQL=CREATE TABLE IF NOT EXISTS `jos_tagmeta` ( `id` int(11) NOT NULL auto_increment, `uri` varchar(255) NOT NULL default '', `title` varchar(70) default NULL, `description` varchar(160) default NULL, `keywords` varchar(160) default NULL, `rindex` tinyint(1) NOT NULL default '1' COMMENT '0=No,1=Yes,2=Skip', `rfollow` tinyint(1) NOT NULL default '1' COMMENT '0=No,1=Yes,2=Skip', `rsnippet` tinyint(1) NOT NULL default '2' COMMENT '0=No,1=Yes,2=Skip', `rarchive` tinyint(1) NOT NULL default '2' COMMENT '0=No,1=Yes,2=Skip', `rodp` tinyint(1) NOT NULL default '2' COMMENT '0=No,1=Yes,2=Skip', `ordering` int(11) NOT NULL default '0', `published` tinyint(1) NOT NULL default '0', `checked_out` tinyint(1) NOT NULL default '0', `checked_out_time` datetime NOT NULL default '0000-00-00 00:00:00', PRIMARY KEY (`id`), UNIQUE KEY `idxuri` (`uri`) ) type=MyISAM default CHARSET=utf8;
SQL =

CREATE TABLE IF NOT EXISTS `jos_tagmeta` (
`id` int(11) NOT NULL auto_increment,
`uri` varchar(255) NOT NULL default '',
`title` varchar(70) default NULL,
`description` varchar(160) default NULL,
`keywords` varchar(160) default NULL,
`rindex` tinyint(1) NOT NULL default '1' COMMENT '0=No,1=Yes,2=Skip',
`rfollow` tinyint(1) NOT NULL default '1' COMMENT '0=No,1=Yes,2=Skip',
`rsnippet` tinyint(1) NOT NULL default '2' COMMENT '0=No,1=Yes,2=Skip',
`rarchive` tinyint(1) NOT NULL default '2' COMMENT '0=No,1=Yes,2=Skip',
`rodp` tinyint(1) NOT NULL default '2' COMMENT '0=No,1=Yes,2=Skip',
`ordering` int(11) NOT NULL default '0',
`published` tinyint(1) NOT NULL default '0',
`checked_out` tinyint(1) NOT NULL default '0',
`checked_out_time` datetime NOT NULL default '0000-00-00 00:00:00',
PRIMARY KEY (`id`),
UNIQUE KEY `idxuri` (`uri`)
) type=MyISAM default CHARSET=utf8;
L'Argomento è stato bloccato.

Re:Installation error message 14 Anni, 11 Mesi fa #986

  • admin
  • Offline
  • Administrator
  • Messaggi: 1603
Hi,
problem could be an old MySQL version as described here:

www.sistemistica.it/forum/9-tag-meta-in-english/28-installation-error.html#511

And here:

www.sistemistica.it/forum/9-tag-meta-in-english/287-installation-problem-with-tag-meta-component.html#289

So, you should:

-Unzip the component package in a folder;
-Open tagmeta_install.sql with a text editor;
-Remove all occurrences of "CHARSET=utf8";
-Save modified file;
-Recreate the zip package;
-Install from Joomla admin panel.

This should work. If you need help, I can prepare and send you the modified installation package.

Let me know,
Luigi
Ultima modifica: 14 Anni, 11 Mesi fa Da admin.
L'Argomento è stato bloccato.

Re:Installation error message 12 Anni, 9 Mesi fa #3147

  • mazzocc
  • Offline
  • Fresh Boarder
  • Messaggi: 2
Anche io ho lo stesso problema ma scusa tagmeta_install.sql dove lo trovo??
grazie Alberto
L'Argomento è stato bloccato.

Re:Installation error message 12 Anni, 9 Mesi fa #3148

  • admin
  • Offline
  • Administrator
  • Messaggi: 1603
Ciao Alberto,
la versione community per J2.5 la trovi in questo post:

www.sistemistica.it/forum/9-tag-meta-in-english/3033-unable-to-install-tag-meta.html#3035

Luigi
L'Argomento è stato bloccato.

Re:Installation error message 12 Anni, 9 Mesi fa #3149

  • mazzocc
  • Offline
  • Fresh Boarder
  • Messaggi: 2
grazie mille
L'Argomento è stato bloccato.

Re:Installation error message 12 Anni, 9 Mesi fa #3150

  • admin
  • Offline
  • Administrator
  • Messaggi: 1603
Grazie a te.
L'Argomento è stato bloccato.
  • Pagina:
  • 1
Moderatori: admin
Tempo generazione pagina: 0.44 secondi
Cerca con Google
News
Chi è online
 112 visitatori online
Sponsor

slotmachineaamsonline.com è una guida alle migliori slot machine online legali in Italia. Sul sito trovi un elenco sempre aggiornato dei casino online con Slot machine e bonus slot, le ultime novità dal mondo delle slot online e le migliori strategie per vincere. Inoltre, è disponibile una sezione dedicata alle slot machine da BAR che finalmente sono disponibili nella versione online.