Announcement

Collapse
No announcement yet.

Random Errors

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Random Errors

    Does anyone have any ideas why these errors could be happening?

    [2022-03-10 00:47:41] ERROR: Workflow[59efcf852f5cf4be9]: Action failed [sendRequest] with cid [1], details: Workflow: Send Request action: POST https://hook.integromat.com/iy42wmca...aqzresyslehkw; Error 400 response.. [] []

    [2022-03-10 00:53:04] ERROR: (403) GET /599a2d60e473396df/Report/action/run; line: 285, file: /opt/bitnami/espocrm/application/Espo/Modules/Advanced/Services/Report.php [] []

    [2022-03-10 01:00:01] ERROR: JobManager: Failed job running, job '62285071b49ff93da'. Argument 2 passed to Espo\Core\Select\AccessControl\DefaultPortalFilter Resolver::__construct() must be an instance of Espo\Core\Portal\Acl, instance of Espo\Core\Acl given; at /opt/bitnami/espocrm/application/Espo/Core/Select/AccessControl/DefaultPortalFilterResolver.php:40. [] []

    [2022-03-10 00:30:17] ERROR: (403) GET /599cfe1b2f85fd1ad/AssignmentBoard/6228e491d0484b8b9/internalNotes; line: 933, file: /opt/bitnami/espocrm/application/Espo/Core/Record/Service.php [] []


    I know all 4 are unrelated but I would love to get some of these resolved.

    Thanks for any help!

    Brad

  • #2
    Hello Brad,

    In order to better understand your log errors and quickly find their solution, please tell which versions of EspoCRM, PHP and Espo extensions you are using.

    Comment


    • #3
      Hi, the first one seems to be bad request (http code 400 is badrequest) - this mostly means that the request data is not valid and the server then refuses to process it -> returns bad request 400. Check the data you are trying to send, if it's in correct format.

      Comment


      • #4
        Hello,

        We are using the most recent versions of Espo and Advanced pack. PhP is 7.4.

        Comment


        • #5
          Three errors are related to bitnami, one is related to integromat. I guess, there must be the problem, not in espoCRM. Did you try these procedures: https://docs.bitnami.com/general/how...i-support-tool

          Comment

          Working...
          X