Michael Heider

Results 5 comments of Michael Heider

I have the same behaviour for `send-http-url`. I am using a newer version. - **Duplicati version**: 2.0.5.1_beta_2020-01-18 - **Operating system**: 20.04.2 - **Backend**: local Also note that the console output...

Changing it in the same way as Rainlab.Blog: In `/components/Gallery.php` replace `onRun()` and `onRender()` with: ```php public function onRun() { if ($this->property('jqueryinject') == "yes") { $this->addJs('assets/js/jquery-1.9.1.min.js'); } $this->addCss('assets/css/lightgallery.min.css'); $this->addCss('assets/css/lg-transitions.min.css'); $this->addJs('assets/js/lightgallery.min.js');...

The error is in the setup. The `Dockerfile` uses the master channel, while the dev machine uses stable. The bug does happen also on the beta channel (locally and within...