humanmade / altis-workflow

Workflow module for Altis
https://www.altis-dxp.com/resources/docs/workflow/
GNU General Public License v3.0
6 stars 3 forks source link

Enabled Workflows causing fatal error #154

Closed robindevitt closed 2 years ago

robindevitt commented 2 years ago

When Workflows are enabled, create a new post of page generates a fatal error.

Steps to reproduce:

  1. Ensure the site has a Workflow created and enabled.
  2. Create a new post or page.
  3. The following error is visible.

    Fatal error: Uncaught Error: Unknown named parameter $ui_datain /usr/src/app/vendor/humanmade/workflows/inc/class-workflow.php on line 160

Temporary fix

Disabling the enabled Workflow allows a new post or page to be created.

Screenshots

Screenshot 2022-05-11 at 14.57.31.png

Acceptance criteria:

robindevitt commented 2 years ago

Closed as I created this in the wrong repo. Correct repo here