Menu

#1 Horde menu broken

Default_group
open
nobody
5
2006-03-30
2006-03-30
No

I have the script installed and working, however we use
horde on linux and it seems to break alot of it. The
css seems a bit scrambled, the tree menu on the left
doesnt fully work. So somehow it seems to be effecting
the css and javascript side of things. I wouldnt have
thought it would since its just redirecting traffic.

(Reported by a user.)

Discussion

  • Niels Ulrik Andersen

    • labels: --> cPanel Proxy
    • milestone: --> Default_group
     
  • Niels Ulrik Andersen

    Logged In: YES
    user_id=73409

    This problem reported by another user is probably related:

    Just a couple of questions per cpanelproxy. I have installed
    it and works about 98% of the time. The issue is that when I
    run Horde, the Inbox does not expand properly and I cannot
    see all of the subfolders.

     
  • Nobody/Anonymous

    Logged In: NO

    The problem is not with cPanelProxy, but with Horde. Horde
    does use relative urls, but there are several files with
    port 2095 at the end of those relative urls. Just
    grep /usr/local/cpanel/base/horde. I am not sure how the
    files that I found are used with horde and would not
    recommend making any changes.

     
  • Nobody/Anonymous

    Logged In: NO

    Replacing

    $frombrowser .= substr($a,5)

    with

    $frombrowser .= str_replace("_","-",substr($a,5))

    seems to fix the issue

     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.