Back to top

Autore Topic: problema installazione: fase 4 Database [RISOLTO]  (Letto 2371 volte)

Offline venomv8

  • Esploratore
  • **
  • Post: 52
    • Mostra profilo
problema installazione: fase 4 Database [RISOLTO]
« il: 09 Mar 2012, 19:44:48 »
Ho già un altro sito con joomla, ma questo problema non mi si era presentato la volta scorsa.
Arrivato alla 4° fase della configurazione in cui si devono inserire i dati del database, inserisco quelli inviatimi dal provider ma cliccando su AVANTI mi esce questo messaggio:

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`

ho ricontrollato più volte, ma i dati inseriti corrispodono a uelli in mio possesso.
Grazie a tutti quelli che vorrano aiutarmi
« Ultima modifica: 09 Mar 2012, 21:49:23 da venomv8 »

Offline venomv8

  • Esploratore
  • **
  • Post: 52
    • Mostra profilo
Re:problema installazione: fase 4 Database
« Risposta #1 il: 09 Mar 2012, 20:04:12 »
Aggiungo (avendo trovato già un topic simile) che il Php è il 5.2.17

Offline tomtomeight

  • Global Moderator
  • Fuori controllo
  • *****
  • Post: 32046
  • Sesso: Maschio
  • Gli automatismi aiutano ma non insegnano nulla.
    • Mostra profilo
Re:problema installazione: fase 4 Database
« Risposta #2 il: 09 Mar 2012, 20:40:58 »
Versione database?

Offline venomv8

  • Esploratore
  • **
  • Post: 52
    • Mostra profilo
Re:problema installazione: fase 4 Database
« Risposta #3 il: 09 Mar 2012, 21:43:57 »
Nel frattempo ho spulciato un pò la rete ed ho capito che il mySql aveva difficoltà a digerire il comando TYPE.
Ho sostituito quindi nel file joomla.sql nella cartella installation/mysql

TYPE=MyISAM
 con
 ENGINE=MyISAM

ora funziona tutto

Offline venomv8

  • Esploratore
  • **
  • Post: 52
    • Mostra profilo
Re:problema installazione: fase 4 Database
« Risposta #4 il: 09 Mar 2012, 21:49:02 »

 



Web Design Bolzano Kreatif