Received: from localhost (maia-2.hub.org [200.46.204.187]) by postgresql.org (Postfix) with ESMTP id 553599FB2EB for ; Mon, 16 Apr 2007 04:57:50 -0300 (ADT) Received: from postgresql.org ([200.46.204.71]) by localhost (mx1.hub.org [200.46.204.187]) (amavisd-maia, port 10024) with ESMTP id 89822-06 for ; Mon, 16 Apr 2007 04:57:44 -0300 (ADT) X-Greylist: from auto-whitelisted by SQLgrey-1.7.4 Received: from svr2.hagander.net (svr2.hagander.net [88.198.128.226]) by postgresql.org (Postfix) with ESMTP id 7D74C9FB2C4 for ; Mon, 16 Apr 2007 04:57:47 -0300 (ADT) Received: by svr2.hagander.net (Postfix, from userid 1000) id 79792DCC82F; Mon, 16 Apr 2007 09:57:46 +0200 (CEST) Date: Mon, 16 Apr 2007 09:57:46 +0200 From: Magnus Hagander To: Guillaume Lelarge Cc: PostgreSQL www Subject: Re: Website's french translation Message-ID: <20070416075746.GA27934@svr2.hagander.net> 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> <462107CC.90208@lelarge.info> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <462107CC.90208@lelarge.info> User-Agent: Mutt/1.5.11 X-Virus-Scanned: Maia Mailguard 1.0.1 X-Archive-Number: 200704/102 X-Sequence-Number: 11852 On Sat, Apr 14, 2007 at 06:56:44PM +0200, Guillaume Lelarge wrote: > 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. I don't even have a line 56 in my handler.php. Are you working off an old version? (Or, I have a line 56, it's "?>" and nothing more, which really shouldn't show that) Look in your logs if thre is some further information - perhaps it emitted a warning earlier on that didn't show up. //Magnus