From owner-freebsd-questions@FreeBSD.ORG Fri Jun 2 17:36:33 2006 Return-Path: X-Original-To: questions@freebsd.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7D2E616A41F for ; Fri, 2 Jun 2006 17:36:33 +0000 (UTC) (envelope-from fbsd@a1poweruser.com) Received: from mta10.adelphia.net (mta10.adelphia.net [68.168.78.202]) by mx1.FreeBSD.org (Postfix) with ESMTP id 11BBA43D46 for ; Fri, 2 Jun 2006 17:36:32 +0000 (GMT) (envelope-from fbsd@a1poweruser.com) Received: from barbish ([70.39.69.56]) by mta10.adelphia.net (InterMail vM.6.01.05.02 201-2131-123-102-20050715) with SMTP id <20060602173632.QHNX27996.mta10.adelphia.net@barbish>; Fri, 2 Jun 2006 13:36:32 -0400 From: "fbsd" To: "Ian Smith" , "Matthew Seaman" Date: Fri, 2 Jun 2006 13:36:26 -0400 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.6604 (9.0.2911.0) In-Reply-To: X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1478 Importance: Normal Cc: questions@freebsd.org Subject: RE: phpMyAdmin problem - no Edit/Delete on Browse X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: fbsd@a1poweruser.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Jun 2006 17:36:33 -0000 I use phpMyAdmin on freebsd 6.1 and it has working edit/delete on browsed rows. I did pkg_add -r for mysql5 then had to run port for php5 doing make config first to select apache module. The package version on phpmyadmin is broken because it needs some other dependant wicch is broken. Use port version of phpmyadmin first run "make config" and de-select all options then make install. It will use php5 and mysql5 because it finds them all ready installed.This should also work on your 5.4 system -----Original Message----- From: owner-freebsd-questions@freebsd.org [mailto:owner-freebsd-questions@freebsd.org]On Behalf Of Ian Smith Sent: Friday, June 02, 2006 12:48 PM To: Matthew Seaman Cc: questions@freebsd.org Subject: Re: phpMyAdmin problem - no Edit/Delete on Browse On Sun, 28 May 2006 at 18:26:46 +0100, Matthew Seaman wrote: > Ian Smith wrote: > > On Sun, 28 May 2006, Matthew Seaman wrote: > > > Ian Smith wrote: > > > > running 5.4-RELEASE and installed phpMyAdmin 2.6.1.3 with pkg_add -r > > [..] > > You would be well advised to upgrade to the latest phpMyAdmin, which is > version 2.8.1, and is in the current ports. There are a number of security > problems that affect many earlier versions. If you look at the list of > security announcements at http://www.phpmyadmin.net/home_page/security.php > then with version 2.6.1pl3 you're potentially vulnerable to anything announced > after PMASA-2005-1 It's good advice for sure, however not practicable at the moment. As I said, this laptop is not net-accessible, and I just needed to get a job done. According to the requirement list, I'd have to update php, expat, mysql version! - surely a case of the tail wagging the dog? - and even xorg, pretty much everything. Not really doable on a 28.8k modem link. So, given my broadband application is on 'hold' awaiting local enabling which might take months, I'm going for a 6.1 4-CD set as soon as they're available; packages and/or distfiles is really the only way to go for those (still many) parts of the planet without fast, cheap connections. > > Think I'll start again with the installed config. I really can't recall > > if this problem was there since installation, but as mentioned all other > > import/export, create/drop/copy database/table, adding rows etc all just > > works well so far, excepting edit/delete availability on browse. I did start again from scratch; no difference. Still can't believe that such a show-stopper bug wouldn't have obviously affected many phpmyadmin users on 5.4 - people do use it to edit records, don't they? - so still have to suspect some local config issue. Tried another browser and all. > I have a vague memory that I've seen something like this mentioned as a > bugfix in the release notes for phpMyAdmin, but I can't put my finger on > exactly where. You can see the release notes for most phpMyAdmin versions > here: > > https://sourceforge.net/project/showfiles.php?group_id=23067&package _id=16462 > > but the formatting is all wrong before the 2.8.x series. Yes, read every one since 2.6.1; nothing that struck me as even similar. Anyway, thankyou Matthew for your helpful advice and clues. Cheers, Ian _______________________________________________ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"