Opened 11 years ago
Closed 11 years ago
#1778 closed defect (fixed)
Can't re-install an extension with an error
Reported by: | Nicklas Nordborg | Owned by: | everyone |
---|---|---|---|
Priority: | minor | Milestone: | BASE 3.2.4 |
Component: | web | Version: | |
Keywords: | Cc: |
Description
This is slightly related to #1777. To re-produce, follow the procedure in that ticket. Then, remove the write protection on the www/extensions/xxxx.jar
directory and try to re-install the extension. A success message is displayed, but the extension has not been installed.
Workaround is to first uninstall the extension and then install it again.
Note:
See TracTickets
for help on using tickets.
(In [6341]) Fixes #1778: Can't re-install an extension with an error
Added the
ResetErrorFlagProcessor
which is executed first with a filter instance that ignore the error flag.