aspendigital / docker-octobercms

Dockerized October CMS: PHP, Composer, October core and dependencies
MIT License
150 stars 54 forks source link

Bad protocol version. Please update to a newer version of October CMS (Build >472 or >v1.1.5) and try again. #45

Open gladder opened 3 years ago

gladder commented 3 years ago

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

gladder commented 3 years ago

Also valid for RainLab.Builder Plugin (same workarond will work) - maybe many more plugins affected - not sure yet

CleverMobile2811 commented 3 years ago

[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?