From owner-freebsd-multimedia@FreeBSD.ORG Tue Jun 19 06:18:06 2012 Return-Path: Delivered-To: freebsd-multimedia@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id B8B37106566B for ; Tue, 19 Jun 2012 06:18:06 +0000 (UTC) (envelope-from torfinn.ingolfsen@getmail.no) Received: from smtp.getmail.no (smtp.getmail.no [84.208.15.66]) by mx1.freebsd.org (Postfix) with ESMTP id 6C5F38FC15 for ; Tue, 19 Jun 2012 06:18:06 +0000 (UTC) MIME-version: 1.0 Content-transfer-encoding: 7BIT Content-type: text/plain; charset=US-ASCII Received: from get-mta-scan02.get.basefarm.net ([10.5.16.4]) by get-mta-out01.get.basefarm.net (Sun Java(tm) System Messaging Server 7.0-0.04 64bit (built Jun 20 2008)) with ESMTP id <0M5U00GIXPI4LH30@get-mta-out01.get.basefarm.net> for freebsd-multimedia@FreeBSD.org; Tue, 19 Jun 2012 08:18:04 +0200 (MEST) Received: from get-mta-scan02.get.basefarm.net (localhost.localdomain [127.0.0.1]) by localhost (Email Security Appliance) with SMTP id 696861EA81E1_FE0199CB for ; Tue, 19 Jun 2012 06:18:04 +0000 (GMT) Received: from kg-v2.kg4.no (cm-84.215.134.159.getinternet.no [84.215.134.159]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by get-mta-scan02.get.basefarm.net (Sophos Email Appliance) with ESMTPSA id 2D5151EACB8C_FE0199CF for ; Tue, 19 Jun 2012 06:18:04 +0000 (GMT) Date: Tue, 19 Jun 2012 08:18:04 +0200 From: Torfinn Ingolfsen To: freebsd-multimedia@FreeBSD.org Message-id: <20120619081804.bd1aff4c.torfinn.ingolfsen@getmail.no> In-reply-to: References: X-Mailer: Sylpheed 3.1.4 (GTK+ 2.24.6; amd64-portbld-freebsd8.3) Cc: 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:18:06 -0000 On Mon, 18 Jun 2012 21:00:19 -0500 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. Based on your description, I guess it is something you did. Now tell us what you did to that machine in order to break it. Did you upgrade any ports? php perhaps? Does php in general still work? (phpinfo() would tell) > Fatal error: Class 'MythBase' not found in /s/usr-local/www/mythweb/classes/Translate.php on line 16 Did you put MythWeb on a different machine than the MythTV backend? > > 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'. In general, "bindings" in this type of context means that an application (MythTV for example) or a language (php for example) is compiled with support for something. Example: MythTV has bindings for php (probably not the best example), and php has bindings for a database (MySQL), etc. So looking for files or directories with the name "bindings" isn't going to help much. Did you look at the web server error log (Apache I guess)? Any clues in there? HTH -- Torfinn Ingolfsen