From owner-freebsd-ports@freebsd.org Mon Nov 30 12:51:33 2015 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E6A66A249B5 for ; Mon, 30 Nov 2015 12:51:33 +0000 (UTC) (envelope-from mailinglists@toco-domains.de) Received: from toco-domains.de (mail.toco-domains.de [176.9.39.170]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id AFC541DEC; Mon, 30 Nov 2015 12:51:33 +0000 (UTC) (envelope-from mailinglists@toco-domains.de) Received: from [0.0.0.0] (mail.toco-domains.de [IPv6:2a01:4f8:150:50a5::6]) by toco-domains.de (Postfix) with ESMTPA id BA2051B22056; Mon, 30 Nov 2015 13:51:24 +0100 (CET) Subject: Re: Updating php To: Carmel NY , FreeBSD Ports References: Cc: matthew@FreeBSD.org From: Torsten Zuehlsdorff Message-ID: <565C464C.8070809@toco-domains.de> Date: Mon, 30 Nov 2015 13:51:24 +0100 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:38.0) Gecko/20100101 Thunderbird/38.4.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 30 Nov 2015 12:51:34 -0000 Hello, > I just updated php5 (5.4) to php56. I now have two programsthat will not run. > "net/phpldapadmin" and "databases/phpmyadmin". When I attempt to access > "net/phpldapadmin" via the net, I receive this error message: > > Notice: Undefined variable: _SESSION > in /usr/local/www/phpldapadmin/lib/page.php on line 379 This indicates a missing session module, but your pkg info command lists it. > Fatal error: Call to a member function getValue() on a non-object > in /usr/local/www/phpldapadmin/lib/page.php on line 379 > > I removed all of the old "php5"modules and then rebuilt "net/phpldapadmin". I > appeared to successfully rebuild all of its required php modules. > > I am also experiencing problems with the "databases/phpmyadmin" port. I > receive this error message: > > PHP 5.5+ is required. Do you use an apache webserver? Did you restart it? If you use php-fpm: did you restart it? Greetings, Torsten