From owner-freebsd-multimedia@FreeBSD.ORG Tue Jun 19 06:24:34 2012 Return-Path: Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 44DC7106564A; Tue, 19 Jun 2012 06:24:34 +0000 (UTC) (envelope-from ahicks@p-o.co.uk) Received: from mail.p-o.co.uk (ligeti.p-o.co.uk [80.254.233.132]) by mx1.freebsd.org (Postfix) with ESMTP id 94FA08FC08; Tue, 19 Jun 2012 06:24:33 +0000 (UTC) Received: from alanhicks.plus.com ([80.229.143.200] helo=schnittke.p-o.co.uk) by p-o.co.uk with esmtpsa (TLSv1:CAMELLIA256-SHA:256) (Exim 4.77 (FreeBSD)) (envelope-from ) id 1SgrU3-000A7x-3B; Tue, 19 Jun 2012 07:00:14 +0100 Message-ID: <4FE01562.1080404@p-o.co.uk> Date: Tue, 19 Jun 2012 07:00:02 +0100 From: Alan Hicks Organization: Persistent Objects Ltd User-Agent: Mozilla/5.0 (X11; FreeBSD i386; rv:13.0) Gecko/20120612 Thunderbird/13.0 MIME-Version: 1.0 To: freebsd-multimedia@freebsd.org References: In-Reply-To: Content-Type: multipart/mixed; boundary="------------000405020509000902050108" X-Spam-Score: -2.9 (--) Cc: decke@FreeBSD.org Subject: Re: mythweb X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Jun 2012 06:24:34 -0000 This is a multi-part message in MIME format. --------------000405020509000902050108 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit On 19/06/2012 03:00, Jason Wohlford wrote: > I've been struggling with mythweb for a bit. It was working; now it's not. It's been that way for at least a month. Can't tell if this is something I induced or if it's a bug. Help me out, folks. > > The error in the browser I'm getting is: > > Fatal error: Class 'MythBase' not found in /s/usr-local/www/mythweb/classes/Translate.php on line 16 > > I look for a MythBase, but only find pointers. > > [root@mythtv /usr/local/www/mythweb]# grep -Ri MythBase . > ./classes/Translate.php:class Translate extends MythBase { > ./modules/tv/classes/Channel.php:class Channel extends MythBase { > ./modules/tv/classes/Program.php:class Program extends MythBase { > ./modules/tv/classes/Schedule.php:class Schedule extends MythBase { > grep: ./data/video_covers: No such file or directory > grep: ./data/video: No such file or directory > [root@mythtv /usr/local/www/mythweb]# > > Googling to the error leads me to a page that mentions bindings, but I couldn't find any such files even with a comprehensive 'find / -name bindings'. > > Compiling Common Binaries For Multiple Frontends > > > Suggestions? You are probably missing the bindings from multimedia/mythtv /usr/local/share/mythtv/bindings/php/MythBase.php The port may need to be patched as bindings appear to be always off, alas not had time to offer patch for pkg-plist. Alan > > Cheers, > Jason > --------------000405020509000902050108 Content-Type: text/plain; charset=UTF-8; name="mythtv.patch" Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename="mythtv.patch" LS0tIE1ha2VmaWxlLm9yaWcJMjAxMi0wNi0xOSAwNjo0NTowMi4wMDAwMDAwMDAgKzAxMDAK KysrIE1ha2VmaWxlCTIwMTItMDYtMTkgMDY6NDY6MTcuMDAwMDAwMDAwICswMTAwCkBAIC03 OSw3ICs3OSw2IEBACiBSVU5fREVQRU5EUys9CXB5Ki1seG1sPj0wOiR7UE9SVFNESVJ9L2Rl dmVsL3B5LWx4bWwgXAogCQkke1BZVEhPTl9QS0dOQU1FUFJFRklYfU15U1FMZGI+PTEuMi4y OiR7UE9SVFNESVJ9L2RhdGFiYXNlcy9weS1NeVNRTGRiIFwKIAkJJHtQWVRIT05fUEtHTkFN RVBSRUZJWH11cmxncmFiYmVyPj0zLjEuMF8xOiR7UE9SVFNESVJ9L3d3dy9weS11cmxncmFi YmVyCi1DT05GSUdVUkVfQVJHUys9LS13aXRob3V0LWJpbmRpbmdzPXBlcmwscGhwCiBQTElT VF9TVUIrPQlCSU5ESU5HUz0iIgogLmVsc2UKIENPTkZJR1VSRV9BUkdTKz0tLXdpdGhvdXQt YmluZGluZ3M9cGVybCxweXRob24scGhwCg== --------------000405020509000902050108--