ben voila qui est vraiment bizarre puisqu'apparemment SPIP a bel et bien
cree 17 tables ... bien formatee apparement et vides ....
mais je reste coincé à l'etape 4 ....
Christopeh
----- Original Message -----
From: "Fil" <fil@rezo.net>
To: "Christophe Mannino" <christophe.mannino@zenblade.com>
Cc: <spip@rezo.net>
Sent: Friday, August 31, 2001 11:10 PM
Subject: Re: [Spip] nouveau probleme ...
@ Christophe Mannino (christophe.mannino@zenblade.com) :
> J'ai deja fais plus d'une dizaine d'install de spip sans probleme ...
mais là j'ai qqchoche de neuf ...
> quand j'arrive a l'etape 4 .. j'ai ca ...
>
> Installation du système de publication...
> Quatrième étape : Création des tables de la base
> L'opération a échoué. Retournez à la page précédente, sélectionnez une
autre base ou créez-en une nouvelle. Vérifiez les informations fournies par
votre hébergeur.
>
> Pourtant ma base est vide ? et j'arrive a m'y connecter ....
Essaie de t'y connecter et de créer une table, pour voir si tes droits
d'accès t'autorisent à faire l'opération :
CREATE TABLE spip_articles (id_article bigint(21) DEFAULT '0' NOT NULL
auto_increment, surtitre text NOT NULL, titre text NOT NULL, soustitre
text
NOT NULL, id_rubrique bigint(21) DEFAULT '0' NOT NULL, descriptif text NOT
NULL, chapo mediumtext NOT NULL, texte longblob NOT NULL, ps mediumtext
NOT
NULL, date datetime DEFAULT '0000-00-00 00:00:00' NOT NULL, statut
vachar(10) DEFAULT '0' NOT NULL, id_secteur bigint(21) DEFAULT '0' NOT
NULL,
maj TIMESTAMP, export VARCHAR(10) DEFAULT 'oui', images TEXT DEFAULT '',
date_redac datetime DEFAULT '0000-00-00 00:00:00' NOT NULL, visites
INTEGER
DEFAULT '0' NOT NULL, referers BLOB NOT NULL, accepter_forum VARCHAR(3)
NOT
NULL, PRIMARY KEY (id_article), KEY id_rubrique (id_rubrique))";
-- Fil
_______________________________________________
spip mailing list
spip@rezo.net
http://listes.rezo.net/mailman/listinfo/spip