Quick links: Content - sections - sub sections
EN FR
Quick Search Advanced search
 
Page

  [Opened] installation module jac2db postgre

Posted by zitoun on 07/08/2011 16:13

Bonjour,

En essayant d'installer le module jacl2db, avec la commande: php cmd.php installmodule jacl2db

L'erreur suivante apparait:

error An error occured during the installation of the module jacl2db: Erreur dans la requete (ERREUR:  la colonne  canceled  est de type boolean alors que l'expression par defaut est de type integer
warning Installation/upgrade is aborted for the entry point index

En regardant de plus près le fichier sql d'installation install_jacl2.schema.pqsql.sql, je remarque que le create table à effectivement une erreur dans la déclaration:

CREATE TABLE %%PREFIX%%jacl2_rights (
<code>
    id_aclsbj character varying(255) NOT NULL,
    id_aclgrp character varying(50) NOT NULL,
    id_aclres character varying(100) NOT NULL,
    canceled boolean NOT NULL default __0__,
    CONSTRAINT %%PREFIX%%jacl2_rights_id_aclsbj_id_aclgrp_id_aclres_pk PRIMARY KEY (id_aclsbj, id_aclgrp, id_aclres)

);

</code>

D'après la documentation de PostGre, la valeur 0 doit etre entourée de ''. http://www.postgresql.org/docs/8.1/stati(..)

En espérant que ca pourra etre utile.


Olivier

  [Opened] installation module jac2db postgre

Reply #1 Posted by laurentj on 07/11/2011 10:13

Merci, c'est corrigé.

 
Page
  1. installation module jac2db postgre