Skip to content

ProjectComparison Path bug #20

@donutbrew

Description

@donutbrew

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

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions