Hi All
Marcel here with Leantime.
I can understand the frustration and I wanted to bring some background on our support abilities:
- 3.2.1 does fix all the plugin issues that were introduced with 3.2. There were several breaking changes that we outlined in our release notes: https://github.com/Leantime/leantime/releases/tag/v3.2.0 one of them requiring the disablement of all plugins before updates.
- We test our releases and offer support for our provided docker-compose environment and "bare-metal installs" on linux. Due to our small size we cannot offer support for installations that fall outside of these 2 scenarios.
Now to the bugs above:
-
With 3.2 we moved all of our home grown session management to the much more stable and sophisticted Laravel's handler. With that comes a custom "session" folder that lives in the root of the leantime application. The session folder needs to be accessible by the php executing user of the system.
-
Plugins and plugin versions have compatibility listings for each plugin. We know that we need to clean up the validation process so that "Cross version compatibility issues" are caught before installation.
Please make sure to review the plugin versions before installing.
-
Plugins are installed inside of the app/Plugins directory. That folder needs to be mounted to the host so that plugins don't get deleted after a restart.
@nebulon I'll take a look at the command line tool. Which command were you trying to run that caused the error?
Thank you all for your patience as the cloudron team and us will figure out how to improve testing processes.