Open gladder opened 3 years ago
Also valid for RainLab.Builder Plugin (same workarond will work) - maybe many more plugins affected - not sure yet
[October\Rain\Exception\ApplicationException]
Bad protocol version. Please update to a newer version of October CMS (Build 472+ or v1.1.5+) and try again.
Is there any solution?
It seems like newest version of this container hase some issues with installing plugins from web. Using Backend and Console also will give
Bad protocol version. Please update to a newer version of October CMS (Build >472 or >v1.1.5) and try again.
for installing RainLab.User Plugin. Since this is currently only reproducable for Docker Images it may be related with this image and not with October CMS itself (did not discover that on any production system, also that error message is not even existing in whole source code). Fun fact: there is no October CMS Version > 472 or >v1.1.5 ;-)
Workaround is to just git clone the Plugin directly into plugins directory inside the container and do a php artisan plugin:refresh RainLab.User
Any help appreciated - BR, Gladder