Hello.
Right after installing this plugin with:
php artisan october:update
Updating October...
Found 1 new update!
Downloading plugin: Flynsarmy.IdeHelper
Unpacking plugin: Flynsarmy.IdeHelper
Migrating application and plugins...
System Nothing to migrate.
Backend Nothing to migrate.
Cms Nothing to migrate.
AnandPatel.WysiwygEditors Nothing to update.
RainLab.Blog Nothing to update.
RainLab.Builder Nothing to update.
RainLab.GoogleAnalytics Nothing to update.
RainLab.Location Nothing to update.
RainLab.Sitemap Nothing to update.
Renatio.DynamicPDF Nothing to update.
Renatio.FormBuilder Nothing to update.
I got an error 500 with this in the apache's logs:
PHP Fatal error: Class Illuminate\Cache\FileStore contains 2 abstract methods and must therefore be declared abstract or implement the remaining methods (Illuminate\Contracts\Cache\Store::many, Illuminate\Contracts\Cache\Store::putMany) in vendor/laravel/framework/src/Illuminate/Cache/FileStore.php on line 10
If I remove the plugin (by hand), everything works.
The project has been created with composer create-project
.
Any idea ?
Thanks.
Cédric.
I fixed the error by removing the folder plugins/flynsarmy/idehelper/vendor/illuminate
and commenting the line ... $vendorDir . '/illuminate/support/helpers.php'
in plugins/flynsarmy/idehelper/vendor/composer/autoload_files.php
(line 11).
So the error is, most likely, due to an outdated package in this plugin, that gains the upper hand on the "good one" in October (or another plugin).
1-4 of 4