Some Lucee Admin Images Are Missing (Again)

Description

Arrow Up and Down (and maybe some other) images are missing on /lucee/admin/web.cfm?action=services.schedule

Please look at the attached screenshots.

Environment

Windows Server 2016 Standard
IIS 10

Attachments

2

Activity

Show:

Michael Offner 11 June 2018 at 15:40

the admin is based on a mapping (defined in the admin ).
That mapping has to parts, a directory and a lucee archive (.lar file).
For every request /lucee/admin lucee FIRST check if the file exists in the physical direcrory, what is "ROOT/WEB-INF/lucee/context/admin" and only if not it check the archive for the file.
So the solution is very simple, to solve the issue simply copy the files did change to the directory (see above), then lucee wull pick this files and not go into the archive.

Alex Purice 30 May 2018 at 15:10

Thank you for such prompt action!

Do you think you could create a patch just for this issue or create an instruction on how I can patch it myself? I can't upgrade the server without a full testing cycle for big number of apps, but I would be cool to fix this problem. It isn't a big deal, just a merely an annoyance because it trips "missing template handler" and creates unwanted noise.

Pothys - MitrahSoft 30 May 2018 at 15:02

I've analyzed this ticket & confirmed the issue happened on lucee 4.5 & 5.2 versions. Added the missing image file into the admin.

Pull Request: https://github.com/lucee/Lucee/pull/508

Fixed

Details

Assignee

Reporter

Priority

Fix versions

New Issue warning screen

Before you create a new Issue, please post to the mailing list first https://dev.lucee.org

Once the issue has been verified, one of the Lucee team will ask you to file an issue

Sprint

Affects versions

Created 30 May 2018 at 04:22
Updated 3 August 2018 at 20:31
Resolved 11 June 2018 at 15:41