From owner-freebsd-questions@FreeBSD.ORG Mon Jan 28 15:29:58 2008 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 22F6216A418 for ; Mon, 28 Jan 2008 15:29:58 +0000 (UTC) (envelope-from m.seaman@infracaninophile.co.uk) Received: from smtp.infracaninophile.co.uk (happy-idiot-talk.infracaninophile.co.uk [81.187.76.162]) by mx1.freebsd.org (Postfix) with ESMTP id 8962813C442 for ; Mon, 28 Jan 2008 15:29:57 +0000 (UTC) (envelope-from m.seaman@infracaninophile.co.uk) Received: from lack-of-gravitas.thebunker.net (gateway.ash.thebunker.net [213.129.64.4]) (authenticated bits=0) by smtp.infracaninophile.co.uk (8.14.2/8.14.2) with ESMTP id m0SFTV2T024136 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 28 Jan 2008 15:29:38 GMT (envelope-from m.seaman@infracaninophile.co.uk) X-DKIM: Sendmail DKIM Filter v2.4.3 smtp.infracaninophile.co.uk m0SFTV2T024136 DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=infracaninophile.co.uk; s=200708; t=1201534178; bh=eHbNzTXXlA0OLf tfw59hB0Vd9d8QVQwpNa4NeywtiM4=; h=Message-ID:Date:From:Organization: User-Agent:MIME-Version:To:CC:Subject:References:In-Reply-To: X-Enigmail-Version:Content-Type:Content-Transfer-Encoding:Cc: Content-Type:Date:From:In-Reply-To:Message-ID:Mime-Version: References:To; z=Message-ID:=20<479DF4DB.7070805@infracaninophile. co.uk>|Date:=20Mon,=2028=20Jan=202008=2015:29:31=20+0000|From:=20Ma tthew=20Seaman=20|Organization:=20 Infracaninophile|User-Agent:=20Thunderbird=202.0.0.9=20(X11/2008012 2)|MIME-Version:=201.0|To:=20Fira=20|CC:=20freebs d-questions@freebsd.org|Subject:=20Re:=20updating=20phpmyadmin=20pr oblem|References:=20<465d309c0801280134l3f8980a2p4d9852677adc1e37@m ail.gmail.com>|In-Reply-To:=20<465d309c0801280134l3f8980a2p4d985267 7adc1e37@mail.gmail.com>|X-Enigmail-Version:=200.95.0|Content-Type: =20text/plain=3B=20charset=3DUTF-8|Content-Transfer-Encoding:=207bi t; b=ZIV+O5jeHJw5p8P7ZPbYSPm4nNKhqbjnvOLnyzQTjMNr/HfP2dVcKJds7GN1kn zMsfVxRUHVoNmRMO0L7ApdXg1PUHn7dhHoP3ZMk+vE4qFq3xdz3L+xx5C/JHQr4Q26t NfBViGlc4TNCQ/zPOlk/mO6VgMdEOHsYFi6BOsnvNM= Message-ID: <479DF4DB.7070805@infracaninophile.co.uk> Date: Mon, 28 Jan 2008 15:29:31 +0000 From: Matthew Seaman Organization: Infracaninophile User-Agent: Thunderbird 2.0.0.9 (X11/20080122) MIME-Version: 1.0 To: Fira References: <465d309c0801280134l3f8980a2p4d9852677adc1e37@mail.gmail.com> In-Reply-To: <465d309c0801280134l3f8980a2p4d9852677adc1e37@mail.gmail.com> X-Enigmail-Version: 0.95.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Greylist: Sender succeeded SMTP AUTH authentication, not delayed by milter-greylist-3.0 (smtp.infracaninophile.co.uk [81.187.76.162]); Mon, 28 Jan 2008 15:29:38 +0000 (GMT) X-Virus-Scanned: ClamAV 0.92/5583/Mon Jan 28 13:25:15 2008 on happy-idiot-talk.infracaninophile.co.uk X-Virus-Status: Clean X-Spam-Status: No, score=-2.6 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED, DKIM_VERIFIED,SPF_FAIL autolearn=no version=3.2.4 X-Spam-Checker-Version: SpamAssassin 3.2.4 (2008-01-01) on happy-idiot-talk.infracaninophile.co.uk Cc: freebsd-questions@freebsd.org Subject: Re: updating phpmyadmin problem 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, 28 Jan 2008 15:29:58 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: RIPEMD160 Fira wrote: > Hi list, > this morning I tried to upgrade my phpmyadmin. My previous version of > phpmyadmin is 2.9.1. After csup'ing, I 'make reinstall clean' in > phpmyadmin's port location. Everything's went fine. I checked ports db and > it showed that my phpmyadmin had upgraded into 2.11.4 version : > > hosting:~ => pkg_info | grep MyAdmin > phpMyAdmin-2.11.4_1 A set of PHP-scripts to manage MySQL over the web > > > but, when I accessed the web interface, It still showed up as phpMyAdmin > 2.9.1. I still confused 'till now. What step that I've mistaken? As > information, I used the default configuration in > /usr/local/www/phpmyadmin/libraries/config.default.php, as my > config.inc.phpstill empty (fresh installation) and I don't have > anything to be overriden, > though. Very odd. Are you sure that you haven't got some other copy of phpMyAdmin on your system somewhere that your Apache is serving up? Or that you don't have some sort of agressive caching or PHP acceleration getting in the way? You can sanity check what version of phpMyAdmin is installed at /usr/local/www/phpMyAdmin by looking for the file 'RELEASE-DATE-2.11.4' Cheers Matthew - -- Dr Matthew J Seaman MA, D.Phil. Flat 3 7 Priory Courtyard PGP: http://www.infracaninophile.co.uk/pgpkey Ramsgate Kent, CT11 9PW, UK -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.4 (FreeBSD) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFHnfTb3jDkPpsZ+VYRAxopAJ91yxURWNpKo8ENV1WFZ7J+PDuYDwCdEx1h 5xj/Z8wgmxuOBLKdGKcXFdM= =VlmV -----END PGP SIGNATURE-----