| Summary | problem with gollem-menu menu |
| Queue | Horde Framework Packages |
| Queue Version | FRAMEWORK_3 |
| Type | Bug |
| State | Not A Bug |
| Priority | 1. Low |
| Owners | |
| Requester | pedretti (at) eco (dot) unibs (dot) it |
| Created | 04/20/2007 (6777 days ago) |
| Due | |
| Updated | 04/23/2007 (6774 days ago) |
| Assigned | |
| Resolved | 04/23/2007 (6774 days ago) |
| Github Issue Link | |
| Github Pull Request | |
| Milestone | |
| Patch | No |
State ⇒ Not A Bug
you remove it.
State ⇒ Unconfirmed
Priority ⇒ 1. Low
Type ⇒ Bug
Summary ⇒ problem with gollem-menu menu
Queue ⇒ Horde Framework Packages
I see that under the "File Manager" menu appears an "FTP server" menu,
which shows the same content of "File Manager".
So I want to disable the "FTP server" menu, so I tried to change status of
$this->applications['gollem-menu'] = array(
in registry.php
However I experienced some problem:
* with hidden it shows a php warning at top-left corner:
Notice: Undefined index: name in
/var/www/luna/horde-test/services/portal/sidebar.php on line 174
* with block seems it works, but under Administration -> Setup it
shows this php warning:
Notice: Constant HORDE_VERSION already defined in
/var/www/luna/horde-test/lib/version.php on line 1
and another application appears: "Horde (gollem-menu)", which is the
same of Horde
I made it working commentig out all the gollem-menu block in registry.php