-
Notifications
You must be signed in to change notification settings - Fork 32
Open
Description
in edge_action.cgi (dev), on line 658 (possibly elsewhere), the path generated by
my $relative_outdir = "$out_rel_dir/ProjectComparison/". md5_hex(join ('',@projCodes));
creates a path that leaves out the EDGE subdirectory. For example, if the address for your EDGE instance is http://myserver.org/edge_ui/ and this is located in /var/httpd/www-root/edge_ui, then $relative_outdir will end up pointing to http://myserver.org/ProjectComparison/projectcode rather than http://myserver.org/edge_ui/ProjectComparison/projectcode thus the links can be messed up for the ProjectComparison pages
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels