Ask questions about installing and configuring ProcessMaker 3
#793410
Since upgrading from 3.1.3 to 3.2, when I open a case I am not the ToDo person on, through Advanced Search for instance, I received the following message multiple (7) times.

Notice: Undefined variable: aCase in /opt/processmaker/workflow/engine/classes/model/ObjectPermission.php on line 235
#793434
Looking at the code, I see that $aCase is undefined. I have registered a bug report about this: http://bugs.processmaker.com/view.php?id=22950

You can stop the error messages by changing the source code in line 234 of /opt/processmaker/workflow/engine/classes/model/ObjectPermission.php from:
Code: Select all
                if ($row["OP_CASE_STATUS"] == "ALL" || $row["OP_CASE_STATUS"] == "" || $row["OP_CASE_STATUS"] == "0" ||
                    $row["OP_CASE_STATUS"] == $aCase["APP_STATUS"]
To:
Code: Select all
                if ($row["OP_CASE_STATUS"] == "ALL" || $row["OP_CASE_STATUS"] == "" || $row["OP_CASE_STATUS"] == "0" /*||
                    $row["OP_CASE_STATUS"] == $aCase["APP_STATUS"]*/
Want to create your own meme coin?

In the world of cryptocurrencies, a unique and exc[…]

The market for cryptocurrencies is demonstrating a[…]

What's SAP FICO?

Embarking on a dissertation can be one of the most[…]

Hello. For rental housing, there are software solu[…]