Максим
Максим
League\Flysystem\FileNotFoundException File not found at path: tmp/phpkiLfKz ``` public function copy($path, $newpath) { $path = Util::normalizePath($path); // assertPresent($path); $this->assertAbsent($newpath); return $this->getAdapter()->copy($path, $newpath); } ```
`{!! Form::select('available_languages', __('Available languages'), $availableLanguagesCollection)->multiple() }} ` render for me: ``` English Russian ``` why not available_languages[] ? i want array in my action controller
Required parameter $title follows optional parameter $bg (View: /var/www/resources/views/sections/admin/dashboard.blade.php) php 8.0 it is a bad practice to make optional parameters before mandatory ones. even php 8 swears at this
``` vagrant@debian9:/var/www/bots/stakemachine$ stakemachine --configfile config.yml run Current Wallet Passphrase: 2017-12-13 11:04:29,405 INFO Replacing orders 2017-12-13 11:04:32,085 CRITICAL Error in on_block: Traceback (most recent call last): File "/home/vagrant/.local/lib/python3.5/site-packages/stakemachine-0.0.6-py3.5.egg/stakemachine/bot.py", line 66, in...