post-installation wizar not work after a fresh install

In a fresh install over Debian 8.6 after the first login, the post installation wizard not start. In system settings, the menu to relaunch the wizard has disappeared.

Files: 
Status: 
Closed (fixed)

Comments

Project: Virtualmin Virtual Servers » Authentic Theme

Ilia, we've had some reports recently suggesting that the post-install wizard may not always be running.

The post-install wizard should always run, unless there is a "wizard_run=" line in the Webmin config.

Jamie was wondering if maybe this could be a theme issue?

I'm going to do some additional testing though to see if I can get some more info.

Ilia's picture
Submitted by Ilia on Sun, 03/20/2016 - 00:49

I remember discussing with Joe and making it work.

However I'm positive that when I did testing was was just toggling 0 and 1. That worked for sure but i didn't expect it to be empty. In case it can be empty value, it needs more testing then.

Other issue that it's outdate version of the theme. On the changelog, you can see when it was implemented.

Ilia's picture
Submitted by Ilia on Sun, 03/20/2016 - 01:46

Looking at the code at authentic-lib.pm line 3439, I found that it should go where needed even if the value is empty:


our %virtualmin_config = &foreign_config('virtual-server');
if ( $t_uri_virtualmin != -1
&& $virtualmin_config{'wizard_run'} ne '1' )
{
$udefgoto = '/virtual-server/wizard.cgi';
}
else {
$udefgoto = '/sysinfo.cgi';
}

When the things run first time VM should be default and $t_uri_virtualmin != -1 should also resolve to true

the issue is related to the new theme. When changing to the old, post-install work fine

Which version of the Authentic theme are you using there, dbellota?

It could possibly be an issue of Ilia having corrected that problem, but Webmin having an earlier version included in it.

Authentic Theme V. 17.72.

Ilia's picture
Submitted by Ilia on Thu, 03/31/2016 - 16:13

It was also another point. It will be fixed and working in 17.80.

Thanks for reporting! :)

Ilia's picture
Submitted by Ilia on Thu, 03/31/2016 - 16:14

Status: Active » Closed (fixed)