From owner-freebsd-multimedia@FreeBSD.ORG Tue Jun 19 02:07:41 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 E1F1D1065673 for ; Tue, 19 Jun 2012 02:07:41 +0000 (UTC) (envelope-from jason@wohlford.org) Received: from montgomery.al (wohlfordcompany.com [184.106.215.246]) by mx1.freebsd.org (Postfix) with ESMTP id BF5D48FC12 for ; Tue, 19 Jun 2012 02:07:41 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=wohlford.org; s=mail; t=1340071221; bh=XFn+MP8pHE2F4jz0ebjXD/kNTnIyedrJAJszKJRcKw8=; h=From:Content-Type:Content-Transfer-Encoding:Subject:Date: Message-Id:To:Mime-Version; b=Iyz4EtlT712VfUqhWW6v99abzaG7impRCYboh8peawY8Oj5eRXXWrgV5an2MAqozx ssTb1bEYU5UF7LkVdj2hnXbDvp4hELXG7GZy6G2jvr++LGXC3rrcn8bz2mddZzvNxq rs3YPOrP2/xMpj7cnm90ZvXFZ+gjivgMVOmrO+h8= From: Jason Wohlford Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Date: Mon, 18 Jun 2012 21:00:19 -0500 Message-Id: To: freebsd-multimedia@freebsd.org Mime-Version: 1.0 (Apple Message framework v1278) X-Mailer: Apple Mail (2.1278) Subject: 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 02:07:42 -0000 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]#=20 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? Cheers, Jason --=20 Jason Wohlford @wohlford