Problem/Motivation

Drupal 8-dev and lastest Bootstrap code, when installing the theme, it crashes :

The website encountered an unexpected error. Please try again later.
Recoverable fatal error: Argument 3 passed to GuzzleHttp\Client::request() must be of the type array, string given, called in /www/core/vendor/guzzlehttp/guzzle/src/Client.php on line 88 and defined in GuzzleHttp\Client->request() (line 127 of core/vendor/guzzlehttp/guzzle/src/Client.php).

CommentFileSizeAuthor
#1 argument_3_passed_to-2545494-1.patch828 bytesHaza
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

Haza’s picture

Status: Active » Needs review
FileSize
828 bytes
Haza’s picture

Status: Needs review » Closed (cannot reproduce)

Ok, forget about this one. I try on an other D8-dev install, It worked.

I'll close for now since I can't reproduce, I'll investigate a little more and I'll open the issue again if I find anything.

Haza’s picture

Status: Closed (cannot reproduce) » Needs review

Sorry. I need to sleep. I was testing with an already patched version of bootstrap (with the patch attached here), that's why I didn't crashed.

cashwilliams’s picture

Status: Needs review » Reviewed & tested by the community

Ran into this as well, patch fixes the issue.

neardark’s picture

Status: Reviewed & tested by the community » Fixed

Merged.

  • neardark committed 34a2c97 on 8.x-3.x authored by Haza
    Issue #2545494 by Haza: Argument 3 passed to GuzzleHttp\Client::request...

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.