I have fallen in the following troubles after default installation of 
Midgard 1.5, Aegir 1.01 on FreeBSD 5.1:
 
left side navigation of Aegir administrative site does not work 
properly. Menu titles contain digits only instead of names 
like 'Company', 'Website', etc..
 
I have found that the following snippet code (id=1723):
 
$menudirobj=mgd_get_snippetdir_by_path($set["snippetpath"]."/menu");
$menudirlist=mgd_list_snippetdirs($menudirobj->id);
$menudirlist->fetch();
echo $menudirlist->name;
 
prints '1' instead of '1,company,Company', though database contains 
correct value '1,company,Company' at /AegirCore/Menu snippetdir.
 
What can be wrong here?



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to