Install library:
lib_bftest1.zip
Library installed, does not appear in Extensions:Discover listing
Appears in Extensions:Discover listing and can be installed again from there.
End up with 2 records for the same library in the extensions table!
Windows 10
PHP 7.4
Found problem while using solution to issue #34910
May only be an issue in MS Windows environments, not Linux.
In com_installer/src/Model/DiscoverModel.php function discover() one key has a forward slash (/), the other a backward slash () hence the array_key_exists() function returns false instead of true.
Have solution for which I will submit a pull request shortly.
Labels |
Added:
?
|
The library name should neither contain a slash nor a backslash, I think. You should not try to use the library name to make up a subfolder structure.
And if you have a PR to solve your issue (regardless if it’s right or wrong) then please close your issue.
Status | New | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2021-08-01 21:35:06 |
Closed_By | ⇒ | richard67 |
Closing as having a pull request.
Are you sure its nothing to with the library name?