Uploaded image for project: 'Blesta Core'
  1. Blesta Core
  2. CORE-5178

Webhooks: Incoming JSON POST webhooks failing

    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

        There are no comments yet on this issue.

          People

          • Assignee:
            abdy Abdy Franco
            Reporter:
            abdy Abdy Franco
          • Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

            • Created:
              Updated:
              Resolved:
              Fix Release Date:
              14/May/24

              Time Tracking

              Estimated:
              Original Estimate - Not Specified
              Not Specified
              Remaining:
              Remaining Estimate - 0 minutes
              0m
              Logged:
              Time Spent - 10 minutes
              10m

                Agile