bug lorsque declaration nouvelle table

bonjour,

Je suis en spip 1.9.2c et lorsque je veux déclarer ma nouvelle table catalogue au système spip ça me fait planter ma boucle rubrique.

message d’erreur suivant:

Erreur(s) dans le squelette
Table SQL « rubriques » inconnue, _rubrique_principal
Table SQL « mots » inconnue, _rubrique_principal
Erreur sur le site, boucle critère inconnu titre

voici mon fichier mes_options.php

<?php global $tables_principales; $tables_principales['spip_catalogue']['field'] = array( "id_catalogue" => "bigint(21) NOT NULL auto_increment", "ref_cat" => "text NOT NULL", "num" => "text NOT NULL", "entity" => "text NOT NULL", "customer_use" => "text NOT NULL", "name_of_solution" => "text NOT NULL", "type" => "text NOT NULL", "description_of_the_solution" => "text NOT NULL", "technical_characteristics" => "text NOT NULL", "functionality_domains_of_use" => "text NOT NULL", "technical_environment_requirements" => "text NOT NULL", "unit" => "text", "unit_price" => "text", "solution_price" => "text", "delivery_time" => "text", "integration" => "text", "integration_advise" => "text", "run" => "text", "name" => "text", "e_mail" => "text", "phone" => "text", "on_demand_rosi_services" => "text", "references_in_orange_group" => "text", "value_added_services" => "text NULL" ); $tables_principales['spip_catalogue']['key'] = array( "PRIMARY KEY" => "id_catalogue"); ?>

lorsque j’enlève le fichier mes_options ma boucle refonctionne…

Je ne comprends pas pourtant c’est comme ça que l’on déclare une nouvelle table puisque après ma table est bien reconnue…

Quelqu’un a t il déjà eu ce problème ?

Merci de votre aide…

Vincent

*
This message and any attachments (the « message ») are confidential and intended solely for the addressees.
Any unauthorised use or dissemination is prohibited.
Messages are susceptible to alteration.
France Telecom Group shall not be liable for the message if altered, changed or falsified.
If you are not the intended addressee of this message, please cancel it immediately and inform the sender.

Notebook.jpg