Menu

#22 Menu returns blank page

v2.x
open
XHTML (1)
5
2014-02-14
2014-02-14
sutripa
No

I changed line 317 in XHTML.pm from

if (@{$entries[0]} > 2) {

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

However my menu page is still blank. My error_log says:

Use of uninitialized value $app_url in join or string at /usr/local/share/perl5/EMBOSS/GUI/XHTML.pm line 679., referer: http://www.mysite/cgi-bin/emboss

Is there a fix available for this?

1 Attachments

Discussion


Log in to post a comment.

MongoDB Logo MongoDB