From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Aug 4 14:30:02 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 03D0E7A9 for ; Sun, 4 Aug 2013 14:30:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id E5DD32B0B for ; Sun, 4 Aug 2013 14:30:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r74EU1mO069447 for ; Sun, 4 Aug 2013 14:30:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r74EU19v069446; Sun, 4 Aug 2013 14:30:01 GMT (envelope-from gnats) Date: Sun, 4 Aug 2013 14:30:01 GMT Message-Id: <201308041430.r74EU19v069446@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: Understudy Subject: Re: ports/181014: roundcube not functional after portupgrade X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Understudy List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 04 Aug 2013 14:30:02 -0000 The following reply was made to PR ports/181014; it has been noted by GNATS. From: Understudy To: bug-followup@FreeBSD.org, understudy@understudy.net Cc: Subject: Re: ports/181014: roundcube not functional after portupgrade Date: Sun, 04 Aug 2013 10:28:35 -0400 More information. Here is what is in rcube_db.php on line 75. 70. $driver = isset($driver_map[$driver]) ? $driver_map[$driver] : $driver; 71. $class = "rcube_db_$driver"; 72. 73. if (!$driver || !class_exists($class)) { 74. rcube::raise_error(array('code' => 600, 'type' => 'db', 75. 'line' => __LINE__, 'file' => __FILE__, 76. 'message' => "Configuration error. Unsupported database driver: 77. true, true);