Exception Error (Http.php:465) #1057
-
Hello, I'm a beginner and I just installed Winter on my machine. Today, when trying to access the plugin installation screen (Settings > System > Updates & Plugins > + Install plugins) the following error appeared: TypeError: Winter\Storm\Network\Http::data(): Argument #2 ($value) must be of type ?string, array given, called in /Volumes/www/domains/winter/vendor/winter/storm/src/Network/Http.php on line 469 and defined in /Volumes/www/domains/winter/vendor/winter/storm/src/Network/Http.php:465 |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 2 replies
-
Hi Valentesolucoes Example: Hopefuly this can get you started untill someone can help you with this error |
Beta Was this translation helpful? Give feedback.
-
While we're waiting for the marketplace to open, I'm wondering whether an information page shouldn't replace this controller. |
Beta Was this translation helpful? Give feedback.
-
@damsfx that error is caused by a bug I introduced in 1.2.4 It has been fixed in latest develop branch and will be available in 1.2.5 |
Beta Was this translation helpful? Give feedback.
Hi Valentesolucoes
I don't know that error straight away, but installing plugins have to happen through composer (for now) untill the Marketplace is live.
Example:
composer require winter/wn-blog-plugin
in command line& then
php artisan winter:up
to run the migrationsHopefuly this can get you started untill someone can help you with this error