phpcompta-support
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: [Phpcompta-support] problème installation - "ac_dossier" already ex


From: Hervé Doyen
Subject: RE: [Phpcompta-support] problème installation - "ac_dossier" already exists
Date: Wed, 30 Mar 2011 10:27:25 +0200

Bonjour,

Effectivement, j’ai un problème dès le départ lors de la création des tables dans account_repository.

Voilà le log :

 

Info

Vous utilisez le domaine

Php setting

magic_quotes_gpc: Ok
magic_quotes_runtime: Ok
module PGSQL ok
module BCMATH ok
module GETTEXT ok
module ZIP ok
include_path : ok (.:../../include:../include:addon)

php.ini est bien configuré

Database version

string(6) "8.3.13"

Database Setting

La base de données est bien configurée

Creation of account_repositorySET client_encoding = 'UTF8';


SET standard_conforming_strings = off;


SET check_function_bodies = false;


SET client_min_messages = warning;


SET escape_string_warning = off;


SET search_path = public, pg_catalog;


SET default_tablespace = '';


SET default_with_oids = false;


CREATE TABLE ac_dossier (
dos_id integer DEFAULT nextval(('dossier_id'::text)::regclass) NOT NULL,
dos_name text NOT NULL,
dos_description text,
dos_jnt_user integer DEFAULT 0
);
CREATE TABLE ac_dossier ( dos_id integer DEFAULT nextval(('dossier_id'::text)::regclass) NOT NULL, dos_name text NOT NULL, dos_description text, dos_jnt_user integer DEFAULT 0 ) SQL ERROR CREATE TABLE ac_dossier ( dos_id integer DEFAULT nextval(('dossier_id'::text)::regclass) NOT NULL, dos_name text NOT NULL, dos_description text, dos_jnt_user integer DEFAULT 0 ) ArrayERROR: relation "ac_dossier" already exists
Fatal error: Uncaught exception 'Exception' with message ' SQL ERROR CREATE TABLE ac_dossier ( dos_id integer DEFAULT nextval(('dossier_id'::text)::regclass) NOT NULL, dos_name text NOT NULL, dos_description text, dos_jnt_user integer DEFAULT 0 ) ' in /www/phpcompta/include/class_database.php:137 Stack trace: #0 /www/phpcompta/include/class_database.php(288): Database->exec_sql('CREATE TABLE ac...') #1 /www/phpcompta/html/admin/setup.php(347): Database->execute_script('sql/account_rep...') #2 {main} thrown in /www/phpcompta/include/class_database.php on line 137

 


De : address@hidden [mailto:address@hidden De la part de Dany DeBontridder
Envoyé : mardi 29 mars 2011 21:26
À : address@hidden
Objet : Re: [Phpcompta-support] problème installation - Patching (BE) Basique from the version 12 to 13 - "quant_sold" does not exist

 

 

2011/3/29 Dany DeBontridder <address@hidden>


(...)

 C'est vraiment anormal


Pourrais-tu

1) mettre le debug http://wiki.phpcompta.eu/doku.php?id=faq&s[]=debug#mise_en_mode_debug
2) Supprimer les bases de données mod1, account_repository ...
3) refaire le phpcompta/admin/setup.php
 

Merci
@+

.D.
--
 Vous utilisez encore Windows 7? Evoluez ! http://www.ubuntu-fr.org/




--
Vous utilisez encore Windows 7? Evoluez ! http://www.ubuntu-fr.org/


reply via email to

[Prev in Thread] Current Thread [Next in Thread]