Bug 25604 - Plugin unlinking failing during uninstall
Summary: Plugin unlinking failing during uninstall
Status: RESOLVED WORKSFORME
Alias: None
Product: Koha
Classification: Unclassified
Component: Plugin architecture (show other bugs)
Version: Main
Hardware: All All
: P5 - low major (vote)
Assignee: Bugs List
QA Contact: Testopia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-05-26 10:44 UTC by David Cook
Modified: 2023-12-10 22:25 UTC (History)
1 user (show)

See Also:
Change sponsored?: ---
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description David Cook 2020-05-26 10:44:04 UTC
I'm seeing the following:

Could not unlink /var/lib/koha/kohadev/plugins/Koha/Plugin/Dcook/OahImport.pm.pm: No such file or directory at /kohadevbox/koha/Koha/Plugins/Handler.pm line 106.

Looks like the $plugin_path handling isn't working quite right.
Comment 1 Jonathan Druart 2021-08-19 11:32:48 UTC
How do you recreate that? Is it a random failure?
Comment 2 David Cook 2021-08-19 23:14:31 UTC
(In reply to Jonathan Druart from comment #1)
> How do you recreate that? Is it a random failure?

Good question. I haven't removed any plugins for a long time, so I'm not sure.
Comment 3 Katrin Fischer 2023-12-10 10:16:43 UTC
Can you tell if this one is still valid?
Comment 4 David Cook 2023-12-10 22:25:09 UTC
(In reply to Katrin Fischer from comment #3)
> Can you tell if this one is still valid?

Ehhh I just tried uninstalling a plugin on master and it seems fine. Either it's fixed or the issue I had is old.