From owner-freebsd-questions@FreeBSD.ORG Tue Mar 24 17:36:15 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 08AC31065852 for ; Tue, 24 Mar 2009 17:36:15 +0000 (UTC) (envelope-from kuku@kukulies.org) Received: from werkwelt.de (post.werkwelt.de [91.194.85.74]) by mx1.freebsd.org (Postfix) with ESMTP id 953DE8FC12 for ; Tue, 24 Mar 2009 17:36:14 +0000 (UTC) (envelope-from kuku@kukulies.org) Received: from [87.79.34.228] (account kuku@kukulies.org HELO [192.168.1.117]) by werkwelt.de (CommuniGate Pro SMTP 5.0.13) with ESMTPSA id 6528141 for freebsd-questions@freebsd.org; Tue, 24 Mar 2009 18:36:13 +0100 Message-ID: <49C919FC.2010901@kukulies.org> Date: Tue, 24 Mar 2009 18:35:56 +0100 From: Christoph Kukulies User-Agent: Thunderbird 2.0.0.21 (Windows/20090302) MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit Subject: phpBB3, php5 and mysql X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 24 Mar 2009 17:36:21 -0000 I'm in the process of moving a phpBB3 forum to a new machine (formerly 5.2, now 7.1). I also was so keen to move to php5 (was running php4 before, I believe). I have the phpBB3 forum directory copied back into the DocumentRoot. Mysql 4.1 is running, The database is there, I can log in to mysql and view the database. I can get phpinfo. Only I can't get the hell out of the phpBB3 forum. When I invoke the index.php I get a blank page with an incomplete xml header. I have no idea were to look at the moment. It looks a bit like php5 is not accessing the database (mysql) or something. Is there some module or driver to be compiled in? I installed php5 now from ports with the apache mod_php5 module being installed. Any help welcome, -- Christoph Kukulies