WBCE / WBCE_CMS

Core package of WBCE CMS. This package includes the core and the default addons. Visit https://wbce.org (DE) or https://wbce-cms.org (EN) to learn more or to join the WBCE CMS community.
https://wbce-cms.org
GNU General Public License v2.0
32 stars 22 forks source link

commit #558 cause module files to be installed as droplets #560

Closed instantflorian closed 5 days ago

instantflorian commented 1 week ago

In #558 changes were made to the module install/update process. On certain circumstances this leads to be module files treated as droplets, e.g. module files appear as droplets (which won't work of course). Currently, this issue can be easily reproduced with the nightly build of WBCE CMS (upcoming version 1.6.3) and any News With Images version > 5.0.19 (installing/upgrading). See https://github.com/WBCE/News-with-Images/issues/99 , I've initially thought it would be a NWI issue, but it isn't - this does not happen with the current stable version. 374803645-ba5ff243-eef4-439b-bdc7-d082840056b3

gchriz commented 5 days ago

I found the reason for this. First results are posted to the forum here: https://forum.wbce.org/viewtopic.php?pid=44442#p44442

Edit: And hopefully the solution is now in a new pull request: https://github.com/WBCE/WBCE_CMS/pull/562

instantflorian commented 5 days ago

solved with #562