I hit enter to all the questions (I think I saw people mention this in the list
archives, and knew to avoid it), so I don't think I'm doing the second thing.
I tried the pear install command, and I just get back "Nothing to install", so
I guess that means the template is somewhere on my system, but when I retried
datagard -a vhost, I get the same error message as before.
It looks like something is going wrong in this portion of
midgard_setup_wizard.php:
$this->host_creator =
new
midgard_admin_sitewizard_creator_host(&$this->setup_config);
$qb = new midgard_query_builder("midgard_style");
$qb->add_constraint("name", "=", $this->default_style);
$ret = $qb->execute();
if(empty($ret))
$this->setup_config->ui->error(_("Can not set default
style for a host!"));
But I'm having a hard time following exactly what's going on here, much less
what's going wrong.
_______________________________________________
user mailing list
[email protected]
http://lists.midgard-project.org/mailman/listinfo/user