From owner-freebsd-questions@FreeBSD.ORG Wed Aug 8 11:42:21 2007 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 566D216A417 for ; Wed, 8 Aug 2007 11:42:21 +0000 (UTC) (envelope-from cuongvt@fpt.vn) Received: from isp-fcmail.FPT.NET (isp-fcmail.fpt.net [210.245.0.161]) by mx1.freebsd.org (Postfix) with ESMTP id C273613C457 for ; Wed, 8 Aug 2007 11:42:20 +0000 (UTC) (envelope-from cuongvt@fpt.vn) Received: from isp-go.FPT.NET ([210.245.0.153]) by isp-fcmail.FPT.NET with Microsoft SMTPSVC(6.0.3790.3959); Wed, 8 Aug 2007 18:42:18 +0700 Received: from isp-mta3.fpt.vn ([210.245.0.150]) by isp-go.FPT.NET with Microsoft SMTPSVC(5.0.2195.6713); Wed, 8 Aug 2007 18:42:17 +0700 Received: from [58.187.35.192] by isp-mta3.fpt.vn [210.245.0.150] Message-ID: <46B9AC10.2080103@fpt.vn> Date: Wed, 08 Aug 2007 18:42:08 +0700 From: vuthecuong User-Agent: Thunderbird 2.0.0.6 (X11/20070805) MIME-Version: 1.0 To: Rakhesh Sasidharan References: <46B426F0.2040201@fpt.vn> <46B4292E.5010903@infracaninophile.co.uk> <46B452D0.5050701@fpt.vn> <20070806172333.G15231@obelix.home.rakhesh.com> In-Reply-To: <20070806172333.G15231@obelix.home.rakhesh.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 08 Aug 2007 11:42:17.0309 (UTC) FILETIME=[2BF258D0:01C7D9B1] Cc: freebsd-questions@freebsd.org Subject: Re: can not start phpmyadmin after upgrade to 2.10.3 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: Wed, 08 Aug 2007 11:42:21 -0000 Rakhesh Sasidharan wrote: > >>>> Today when after upgrade phpmyadmin through portupgrade from 2.10.2 to >>>> 2.10.3 >>>> when I browse to phpmyadmin page, it said: >>>> >>>> >>>> phpMyAdmin - Error >>>> >>>> Cannot start session without errors, please check errors given in your >>>> PHP and/or webserver log file and configure your PHP installation >>>> properly. > > >> [Sat Aug 04 17:13:50 2007] [notice] caught SIGTERM, shutting down >> [Sat Aug 04 17:15:37 2007] [warn] Init: Session Cache is not >> configured [hint: SSLSessionCache] > > Are you accessing using phpMyAdmin over an HTTPS link? The above line > in the log file seems to indicate some problem with the HTTPS > configuration. (Possibly not, I'm just asking to eliminate that). > > I would also suggest turning ON some logging in your php.ini file. > That way we could get more info on what's causing the error. (That's > what I'd do if I had an error message like this). > > Hope that helps. > > Rakhesh > Hello I found that every time I browsed to http://localhost/phpmyadmin the screen became blank (while gallery2 and drupal did not). Then in http error log file, these lines where appended: [Mon Aug 06 19:23:12 2007] [notice] child pid 11734 exit signal Segmentation fault (11) [Mon Aug 06 19:23:12 2007] [notice] child pid 11733 exit signal Segmentation fault (11) [Mon Aug 06 19:23:12 2007] [notice] child pid 11732 exit signal Segmentation fault (11) [Mon Aug 06 19:23:12 2007] [notice] child pid 11731 exit signal Segmentation fault (11) [Mon Aug 06 19:23:12 2007] [notice] child pid 11730 exit signal Segmentation fault (11) [Mon Aug 06 19:23:14 2007] [notice] child pid 11743 exit signal Segmentation fault (11) [Mon Aug 06 19:23:14 2007] [notice] child pid 11742 exit signal Segmentation fault (11) [Mon Aug 06 19:23:14 2007] [notice] child pid 11741 exit signal Segmentation fault (11) I searched google with no luck. I think the cause is not phpmyadmin of apache22 themself, is this PHP bug? That's my thought. Anyhelp would be highly appriciated. Pls help me :( Tnx in advanced