I've wrote this in registry.php using template 620
// 620AppRegistryGollem
$this->applications['gollem'] = array(
'fileroot' => dirname(__FILE__) . '/../gollem',
'webroot' => $this->applications['horde']['webroot'] . '/gollem',
'name' => _("File Manager"),
'status' => 'inactive',
'menu_parent' => 'myaccount',
'provides' => 'files',
);
$this->applications['gollem-menu'] = array(
'status' => 'hidden',
'app' => 'gollem',
'blockname' => 'tree_menu',
'menu_parent' => 'gollem',
);
but it's the same
...... sidebar still look empty
The only other suggestions I have are to check that the md5sums match, re-install the rpms, then do a signal-event post-upgrade ; signal-event reboot and look through /var/log/messages to see if you have any errors, and change the horde options to not display the sidebar, save, then display the sidebar.
I still can't duplicate this. When you state that the sidebar is empty only for admin, do you have the sidebar frame showing, or a small icon in the upper left. I screen shot would be great to see.
Lastly, how was the server installed, meaning, did you load sme 7 fresh, yum update, then upgrade to horde 3.1?
John