ERRO NA INSTALAÇÃO

  • fabiopervale
  • Avatar de fabiopervale Autor do Tópico
  • Offline
  • JCB! Colaborador
  • JCB! Colaborador
Mais
14 anos 6 meses atrás #46395 por fabiopervale
fabiopervale created the topic: ERRO NA INSTALAÇÃO
Eu utilizei o easyphp e consegui entrar na instalação do joomla. Depois de preencher o passo 4 (banco e dados) - mysql, localhost,root,senha em branco,meusite. Apareceu a seguinte menssagem de erro - 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 'TYPE=MyISAM CHARACTER SET `utf8`' at line 29 SQL=CREATE TABLE `jos_banner` ( `bid` int(11) NOT NULL auto_increment, `cid` int(11) NOT NULL default '0', `type` varchar(30) NOT NULL default 'banner', `name` varchar(255) NOT NULL default '', `alias` varchar(255) NOT NULL default '', `imptotal` int(11) NOT NULL default '0', `impmade` int(11) NOT NULL default '0', `clicks` int(11) NOT NULL default '0', `imageurl` varchar(100) NOT NULL default '', `clickurl` varchar(200) NOT NULL default '', `date` datetime default NULL, `showBanner` 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', `editor` varchar(50) default NULL, `custombannercode` text, `catid` INTEGER UNSIGNED NOT NULL DEFAULT 0, `description` TEXT NOT NULL DEFAULT '', `sticky` TINYINT(1) UNSIGNED NOT NULL DEFAULT 0, `ordering` INTEGER NOT NULL DEFAULT 0, `publish_up` datetime NOT NULL default '0000-00-00 00:00:00', `publish_down` datetime NOT NULL default '0000-00-00 00:00:00', `tags` TEXT NOT NULL DEFAULT '', `params` TEXT NOT NULL DEFAULT '', PRIMARY KEY (`bid`), KEY `viewbanner` (`showBanner`), INDEX `idx_banner_catid`(`catid`) ) TYPE=MyISAM CHARACTER SET `utf8`. Por favor, pois estou a quase um mes tentando instalar o JOOMLA>

Please Entrar ou Registrar to join the conversation.


Mais
14 anos 6 meses atrás #46710 por lorduakiti
lorduakiti replied the topic: Re: ERRO NA INSTALAÇÃO
o pior é que estou exatamente com o mesmo erro!!!

Joomla 1.15.22
EasyPHP 5.3.6.0
-> php 5.3.6 , apache 2.2.17, mysql 5.5.10 , phpmyadmin 3.3.9.2

.. ai eu tentei retirar a linha de código que seta a codificação dos arquivos .sql como recomendaram ( o link ):
TYPE=MyISAM CHARACTER SET `utf8`

.. mas não deu certo e surgiu outro erro

Please Entrar ou Registrar to join the conversation.

Mais
14 anos 6 meses atrás #46924 por thiago_sto
thiago_sto replied the topic: Re: ERRO NA INSTALAÇÃO
Resolvi esse problema da seguinte forma.

1) Se a sua versão MySql for >= 5.5.8, então entre na seguinte pasta do joomla = /installation/sql/mysql/ e abram o arquivo joomla.sql com um editor de texto.

2) Substitua todas as palavras TYPE por ENGINE. (Detalhe, diferencie maiúsculas de minúsculas para substituir pois não pode confundir TYPE com type, OK?

Rode novamente a instalação e o bd será criado normalmente!

Abs.

Please Entrar ou Registrar to join the conversation.

Mais
13 anos 9 meses atrás #61142 por cataia
cataia replied the topic: Re: ERRO NA INSTALAÇÃO
MUITO OBRIGADO
Foi isso mesmo. <!-- s:ugeek: --><img src="{SMILIES_PATH}/icon_e_ugeek.gif" alt=":ugeek:" title="Uber Geek" /><!-- s:ugeek: --> <!-- s::) --><img src="{SMILIES_PATH}/icon_mrgreen.gif" alt="::)" title="Sr. Verde" /><!-- s::) -->

Please Entrar ou Registrar to join the conversation.