CITATION(oupsman @ 22/05/2006 à 21:27 )

Peux tu nous donner le résultat d'un "SHOW CREATE TABLE wp_posts" ?
CITATION
CREATE TABLE `wp_posts` (\n `ID` bigint(20) unsigned NOT NULL auto_increment,\n `post_author` bigint(20) NOT NULL default '0',\n `post_date` datetime NOT NULL default '0000-00-00 00:00:00',\n `post_date_gmt` datetime NOT NULL default '0000-00-00 00:00:00',\n `post_content` longtext collate latin1_general_ci NOT NULL,\n `post_title` text collate latin1_general_ci NOT NULL,\n `post_category` int(4) NOT NULL default '0',\n `post_excerpt` text collate latin1_general_ci NOT NULL,\n `post_status` enum('publish','draft','private','static','object','attachment') collate latin1_general_ci NOT NULL default 'publish',\n `comment_status` enum('open','closed','registered_only') collate latin1_general_ci NOT NULL default 'open',\n `ping_status` enum('open','closed') collate latin1_general_ci NOT NULL default 'open',\n `post_password` varchar(20) collate latin1_general_ci NOT NULL default '',\n `post_name` varchar(200) collate latin1_general_ci NOT NULL default '',\n `to_ping` text collate latin1_general_ci NOT NULL,\n `pinged` text collate latin1_general_ci NOT NULL,\n `post_modified` datetime NOT NULL default '0000-00-00 00:00:00',\n `post_modified_gmt` datetime NOT NULL default '0000-00-00 00:00:00',\n `post_content_filtered` text collate latin1_general_ci NOT NULL,\n `post_parent` bigint(20) NOT NULL default '0',\n `guid` varchar(255) collate latin1_general_ci NOT NULL default '',\n `menu_order` int(11) NOT NULL default '0',\n `post_type` varchar(100) collate latin1_general_ci NOT NULL default '',\n `post_mime_type` varchar(100) collate latin1_general_ci NOT NULL default '',\n `comment_count` bigint(20) NOT NULL default '0',\n PRIMARY KEY (`ID`),\n KEY `post_name` (`post_name`),\n KEY `post_status` (`post_status`),\n FULLTEXT KEY `post_related` (`post_name`,`post_content`)\n) ENGINE=MyISAM AUTO_INCREMENT=498 DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci
Voilà monsieur.
Ceci étant dit, le plugin fonctionne.
Et, powermac, non, ça ne m'étonne pas. Quand j'ai lu dans le readme qu'il était possible que la création auto ne fonctionne pas, j'aurais parié que j'allais être concerné.