[mythtv-users] Help with MythWeb

Kevon mcuser at rogers.com
Mon Feb 8 01:31:08 UTC 2010


I have Include /etc/httpd/mythweb.conf in the httpd.conf file. Base on
the error is seem that there is an issue with the db variables. I have
db_server, db_name, etc all set to the same as the config.xml in the
.mythtv directory.

I have been trying to isolate the problem by printing the value of
$_SERVER['db_server'] from the mythweb.php file but it came back empty.
That would explain the db error. However, I don't know if I'm doing it
correctly.

# This cause the page to NOT load but there is no error
print "DB Name: $_SERVER['db_server']";

# This prints "DB Name: "
$mydb =  $_SERVER['db_server'];
print "DB Name:  $mydb"

Is this a apache problem? I have a bunch of other web services on the
server running without problem.

mod_evn is also loaded.

On 02/06/2010 10:15 AM, Kevon wrote:
> Having trouble getting mythweb started due to the infamous module error:
> 
> "Warning at
> /home/srv/www/htdocs/mythweb/modules/_shared/tmpl/_errors/db_vars_error.php,
> line 23:
> require(modules/_shared/tmpl/tmpl/header.php) [function.require]: failed
> to open stream: No such file or directory"
> 
> I have gone through the readme, install docs and other forum and still
> not solution to my setup. I have added the mythweb.conf file to my
> http.conf file, set all the file and directory permission correctly.
> 
> The mythweb server is running on my web server which houses myth db. It
> has no other myth install (BE nor FE). All the media directory path are
> the same as the BE.
> 
> Any help would be appreciated.
> 
> _______________________________________________
> mythtv-users mailing list
> mythtv-users at mythtv.org
> http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users
> 


More information about the mythtv-users mailing list