Menu

#20 EMBOSS explorer menu page

open
nobody
None
5
2012-04-10
2012-04-10
Anonymous
No

EMBOSS explorer menu page can not display normally ,my sever system is centos 5.8
anybody can solve the problem?

Discussion

  • Anonymous

    Anonymous - 2012-04-10

    Screenshot picture in Attached File,anybody can help me

     
  • Andrew Neuschwander

    There is a logic bug in the _menu_html() subroutine that is triggered iff the first group of applications only has one application. EMBOSS 6.4 has this group/application configuration. On line 317 in lib/EMBOSS/GUI/XHTML.pm (inside the _menu_html() subroutine change the line from

    if (@{$entries[0]} > 2) {# entries are groups...

    to
    if (ref($entries[0][1]) eq "ARRAY") { # entries are groups...

    This will cause group listing to be detected correctly. I'll attatch a diff -u output for easy patching. This has been tested on Fedora 17 and CentOS 6.3.

     

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.