Bob Hutchinson wrote:
> looks to me like you have found a piece of leftover code, you could try
> replacing the
> require('src/login_screen.php');
> with
> $smarty->display('login_screen.tpl');
>
> I have to admit I have never stumbled across this bug, probably because
>
> $_REQUEST['state'] == "login_screen" is never called AFAICT
>
> vegadns-0.9.9.1 > grep -rni 'login_screen' *
> index.php:112: $smarty->display('login_screen.tpl');
> index.php:128:} else if($_REQUEST['state'] == "login_screen") {
> index.php:133: require('src/login_screen.php');
>
> Are you managing to log in at all?
> Have a look at the db with phpmyadmin or somesuch, it might help you resolve
> this
Robin,
I'm wondering if this is a PHP 5 issue. Would you be willing to provide
me with a login? Assuming the private directories are setup, I would
not need sudo, just access to the database. If so, just send me the
login info off-list, and I'll probably have time today to take a look.
Regards,
Bill