- Home
- Categorie
- Coding e Sistemistica
- PHP
- Server locale con win7
-
Server locale con win7
Salve a tutti,
dopo aver letto tantissime discussioni in merito, constatando la diffusione del problema, chiedo aiuto...Ho provato easyphp, xampp e wampserver.
Non riesco proprio a portare a termine l'istallazione di joomla in locale.
La procedura adoperata è questa:
Copio joomla nella root del webserver, vado sul database creandone uno.successivamente dal browser richiamo la cartella, comincio ad installare joomla, compilo i dati del mysql (allego immagine), subito dopo ho degli errori (allego immagine).
E' un problema con win7?, wampserver l'ho provato anche su xp. E' successa la medesima cosa, io penso sia un problema di database, ma cosa sbaglio???
w3.francescomuscolino.it/errore.jpg
w3.francescomuscolino.it/configurazione.jpgP.S.
Come faccio ad allegare le immagini??Grazie...xx
-
Per chi non riuscisse a vedere le immagini l'errore è il seguente:
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 TABLEjos_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
), KEYviewbanner
(showBanner
), INDEXidx_banner_catid
(catid
) ) TYPE=MyISAM CHARACTER SETutf8
-
Che noia...
hai risolto in qualche modo?