Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 5.10.0-b2
-
Component/s: None
-
Labels:None
Description
Possible solution:
On file /plugins/webhooks/controllers/trigger.php:
Find
$params = json_decode($post);
and replace with
$params = json_decode($post, true);
Originally reported on: https://www.blesta.com/forums/index.php?/topic/26357-one-line-fix-for-510beta1-webhooks-failing-with-incoming-postjson-callback/
Activity
Abdy Franco
created issue -
Jonathan Reissmueller
made changes -
Field | Original Value | New Value |
---|---|---|
Sprint | 5.10.0-b2 sprint 2 [ 200 ] |
Jonathan Reissmueller
made changes -
Rank | Ranked higher |
Abdy Franco
made changes -
Status | Open [ 1 ] | In Progress [ 3 ] |
Abdy Franco
made changes -
Remaining Estimate | 0 minutes [ 0 ] | |
Time Spent | 10 minutes [ 600 ] | |
Worklog Id | 16980 [ 16980 ] |
Abdy Franco
made changes -
Status | In Progress [ 3 ] | In Review [ 5 ] |
Resolution | Fixed [ 1 ] |
Jonathan Reissmueller
made changes -
Status | In Review [ 5 ] | Closed [ 6 ] |