Starting November 3rd, there were several updates to the mythweb.
 
I've checked the .htaccess file with the correct database information, but I still get an "Database Setup Error" message when going to any of the web pages:
 
My htaccess file has:
 
        setenv db_server        "localhost"
        setenv db_name          "mythconverg"
        setenv db_login         "mythtv"
        setenv db_password      "mythtv"
 
 
I see that includes/init.php changes for presence of those variables in the global var $_SERVER.  When I put a debug statement at about line 83:
 
printf("<pre>\n")
print_r($_SERVER);
printf("</pre>\n");
 
The setenv variables are not there at all.  Is this a config problem?  Mythweb was working right up to these changes being done.


--
# Endaf
_______________________________________________
mythtv-dev mailing list
[email protected]
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-dev

Reply via email to