Joomla.it Forum
Joomla! 1.5.x (versione con supporto terminato) => Joomla! 1.5 => Installazione, migrazione e aggiornamento => : primcipiante82 31 Jan 2011, 15:32:36
-
Ciao a tutti!!
Ho un problema con l'installazione perchè una volta che inserisco i dati non m fa accedere al passaggio 4 e m da:
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`
che devo fare?
-
Ciao a tutti,
Anche io ho questo problema identico, usando xampp su linux ubuntu (lampp)
-
Ciao,
controllate di non avere php 5.3.x
In caso usate una versione inferiore
-
Ops! Infatti io ho attivo php 5.3.5
solo che quando digito il comando per passare magari a php4, questo è il risultato:
root@luca-laptop:/# opt/lampp/lampp php4
XAMPP: Sorry, but I'm unable to activate PHP 4.
Sapete un altro modo per cambiare la versione di php? editando dei file o altro?
-
Io ho lo stesso problema, sono in locale e uso windows... :( come faccio a cambiare il php?
-
cambi xamp, 1.7.3 credo
M.
-
Io ho installato la versione 1.7.4
-
Su windows dovresti eseguire:
Percorso_cartella_di_xampp\xampp\php-switch.bat
Però xampp deve essere fermo, cioè su stop.
Ma su linux non so che file editare per cambiare la versione di php, qualcuno lo sa?