- 🇮🇹Italy aronne
Hi @rocketeerbkw and thank you for your contribution.
Project page has been updated.Regards,
aronne Automatically closed - issue fixed for 2 weeks with no activity.
The current project page links to version 3 of the Guzzle Services definition which is older than version 7 that ships with Drupal.
This caused problems for me when I was trying to define parameters that need to be sent as form fields. In the v3 docs it says to use the postField
location type but that was throwing exceptions when trying to execute the command:
GuzzleHttp\Command\Exception\CommandException: There was an error executing the command: No location registered for parameter in GuzzleHttp\Command\Exception\CommandException::fromPrevious() (line 57 of /app/vendor/guzzlehttp/command/src/Exception/CommandException.php).
I had to do a lot of googling before I found a note in the README that mentions a name change from postField
to formParam
. Making this changed allowed the command to execute without errors.
I looked for a version 7 of the same page from the v3 docs but couldn't find one.
Fixed
9.3
Documentation
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
Hi @rocketeerbkw and thank you for your contribution.
Project page has been updated.
Regards,
aronne
Automatically closed - issue fixed for 2 weeks with no activity.