From owner-freebsd-questions@FreeBSD.ORG Mon Aug 6 13:32:55 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 71A6E16A41A for ; Mon, 6 Aug 2007 13:32:55 +0000 (UTC) (envelope-from rakheshster@gmail.com) Received: from ag-out-0708.google.com (ag-out-0708.google.com [72.14.246.246]) by mx1.freebsd.org (Postfix) with ESMTP id 34F9913C49D for ; Mon, 6 Aug 2007 13:32:55 +0000 (UTC) (envelope-from rakheshster@gmail.com) Received: by ag-out-0708.google.com with SMTP id 35so1625973aga for ; Mon, 06 Aug 2007 06:32:54 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:received:date:x-x-sender:to:cc:subject:in-reply-to:message-id:references:mime-version:content-type:from:sender; b=f4wqTDzLcHsbnrwpzOd2YecN1qoOkDXVCHRdjmQjRukzaaVVemlEdS/PpTIwWfeC26neCD62R6c5mA3ViqPbNL2oVevazNR9S/UMIASOj4NhpgDgSjLp7hoYEckGDQyFMl54dIijP/6y/WMIRUZPhKAIfaAo7H5Z4UsZiGPyzBU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:date:x-x-sender:to:cc:subject:in-reply-to:message-id:references:mime-version:content-type:from:sender; b=q1J0m+6X9gw2FX2Ah7VD4GgJmBNLHBPDoMLGpCnOhrtCc+AqfyItC9I/M9pvEoY+s8Havnz59En1dSdcSSZY7MAMqo7oxBTqnsmGhiHjnI3A1RZIXmcF2TrEx2tmQn812MB9f9GrXAu6fmgC2lBUAS6srXl5W2gcWZ3uV47L0bY= Received: by 10.90.79.6 with SMTP id c6mr4573424agb.1186407174305; Mon, 06 Aug 2007 06:32:54 -0700 (PDT) Received: from smtp.home.rakhesh.com ( [82.178.137.21]) by mx.google.com with ESMTPS id p27sm7117138ele.2007.08.06.06.32.52 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 06 Aug 2007 06:32:53 -0700 (PDT) Received: from obelix.home.rakhesh.com (obelix.home.rakhesh.com [192.168.17.13]) by smtp.home.rakhesh.com (Postfix) with ESMTP id F29A711420; Mon, 6 Aug 2007 17:32:32 +0400 (GST) Date: Mon, 6 Aug 2007 17:32:12 +0400 (GST) X-X-Sender: rakhesh@obelix.home.rakhesh.com To: vuthecuong In-Reply-To: <46B452D0.5050701@fpt.vn> Message-ID: <20070806172333.G15231@obelix.home.rakhesh.com> References: <46B426F0.2040201@fpt.vn> <46B4292E.5010903@infracaninophile.co.uk> <46B452D0.5050701@fpt.vn> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed From: Rakhesh Sasidharan Sender: Rakhesh Sasidharan 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: Mon, 06 Aug 2007 13:32:55 -0000 >>> 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