Ticket #141 (closed defect: fixed)

Opened 3 years ago

Last modified 10 months ago

Clicking on a picture in slideshow mode redirects to a broken url due to missing 'images/' in the link

Reported by: admin@… Owned by: mike
Priority: high Milestone:
Component: General Version:
Severity: major Keywords:
Cc:

Description

In version 2.1beta.

How to replicate: load up a slideshow and click on an image.

Problem is on line 1175:

s.link = "'.$configbaseurl? . $rowpath?.'";

should be

s.link = "'.$configbaseurl? . 'images/' . $rowpath?.'";

This fixes the problem.

Thanks guys, so far this is the first image management system that I found to be the most simple and robust (almost ;) ).

Change History

Changed 10 months ago by kasper

  • status changed from new to closed
  • resolution set to fixed

This has been fixed.

Note: See TracTickets for help on using tickets.