[mythtv-users] mythweb upgrade woes

Nathan Caldwell saintdev at gmail.com
Tue Feb 14 08:08:10 UTC 2006


On 2/14/06, Michael Fox <fox.michael at gmail.com> wrote:
> On 2/14/06, Nathan Caldwell <saintdev at gmail.com> wrote:
> >
> > _SERVER["REDIRECT_db_server"]   localhost
> > _SERVER["REDIRECT_db_name"]     mythconverg
> > _SERVER["REDIRECT_db_login"]    mythtv
> > _SERVER["REDIRECT_db_password"] **********
>
>
> And these are incorrect?
> _______________________________________________
> mythtv-users mailing list
> mythtv-users at mythtv.org
> http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users
>



Well seeing as in mythweb/include/init.php it has the following:

> // No database connection info defined?
>  	    if (empty($_SERVER['db_server']) || empty($_SERVER['db_name']) || empty($_SERVER['db_login'])) {
>  	        require_once 'templates/_db_vars_error.php';
>	        exit;
> 	    }

In other words it's looking for the vars without the appended
'REDIRECT_' I would say that they're incorrect.

-Nathan.


More information about the mythtv-users mailing list