Received: from localhost (maia-1.hub.org [200.46.204.191]) by postgresql.org (Postfix) with ESMTP id A9C819FB3B2 for ; Sat, 14 Apr 2007 13:54:54 -0300 (ADT) Received: from postgresql.org ([200.46.204.71]) by localhost (mx1.hub.org [200.46.204.191]) (amavisd-maia, port 10024) with ESMTP id 83626-02 for ; Sat, 14 Apr 2007 13:54:51 -0300 (ADT) X-Greylist: from auto-whitelisted by SQLgrey-1.7.4 Received: from sd-2317.dedibox.fr (sd-2317.dedibox.fr [88.191.17.192]) by postgresql.org (Postfix) with ESMTP id 645539FB483 for ; Sat, 14 Apr 2007 13:54:20 -0300 (ADT) Received: from sd-2317.dedibox.fr (localhost.localdomain [127.0.0.1]) by sd-2317.dedibox.fr (Postfix) with ESMTP id E3739F005; Sat, 14 Apr 2007 18:58:55 +0200 (CEST) Received: from [192.168.10.64] (ASte-Genev-Bois-153-1-37-85.w83-200.abo.wanadoo.fr [83.200.27.85]) by sd-2317.dedibox.fr (Postfix) with ESMTP id AAFD8E53A; Sat, 14 Apr 2007 18:58:55 +0200 (CEST) Message-ID: <462107CC.90208@lelarge.info> Date: Sat, 14 Apr 2007 18:56:44 +0200 From: Guillaume Lelarge User-Agent: Thunderbird 2.0.0.0 (X11/20070326) MIME-Version: 1.0 To: Magnus Hagander Cc: PostgreSQL www Subject: Re: Website's french translation References: <461C088F.7020405@lelarge.info> <461D3E5A.6060000@hagander.net> <461D5CB1.1010806@lelarge.info> <20070412102955.GK16892@svr2.hagander.net> <461E22DB.7030708@lelarge.info> <461FEECA.6020508@hagander.net> <4620F549.6050601@lelarge.info> <4620F6A0.1050303@hagander.net> In-Reply-To: <4620F6A0.1050303@hagander.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-Virus-Scanned: ClamAV using ClamSMTP X-Virus-Scanned: Maia Mailguard 1.0.1 X-Spam-Status: No, hits=0.696 tagged_above=0 required=5 tests=AWL=-0.020, BAYES_20=-0.74, RCVD_IN_SORBS_WEB=1.456 X-Spam-Level: X-Archive-Number: 200704/94 X-Sequence-Number: 11844 Magnus Hagander a écrit : >>> Did you set it up at a test site somewhere and had it working there, or >>> did you "work in the blind"? >> In the blind. >> >> I tried to make a test site but I could not make it work. It seems to >> need Apache 1.3 (because of the .htaccess file (Apache2 chokes on the >> RewriteEngine line). And it needs PHP5 because of the use of try >> statements. And I don't find any .deb package that gives me PHP5 on >> Apache 1.3. > > It works fine with Apache2 - in fact, wwwmaster runs apache 2. It does > need mod_rewrite though, so maybe that module just isn't installed/enabled? > OK, you're right. It is now installed and enabled. It's still not working. I have this error message : Call to a member function Show() on a non-object in /var/www/www-postgresql-org/system/handler.php on line 56 I think I don't have all the pear package... hmmm. -- Guillaume.