Page 1 of 1

Designer Not working for BPMN processes after 3.2.1 upgrade to 3.2.2

Posted: Fri Oct 19, 2018 2:26 pm
by jezmathers
I have upgraded from 3.2.1 to 3.2.2 (community edition). Everything seems to working as expected (can open/run cases), however I cannot use the Designer to edit or create BPMN processes, the Designer starts to load, but does not fully (blue taskbar not loaded correctly & the process Title is missing from taskbar). The Process Object Links are active (e.g. I can click on "Variables" but get an error). I can open a classic process (and edit) without error.

I have checked all permissions, but still have the issue.

I am running Ubuntu Server 16.04.1). Any suggestions would be most appreciated!

Re: Designer Not working for BPMN processes after 3.2.1 upgrade to 3.2.2

Posted: Mon Oct 22, 2018 2:24 am
by programerboy
Hi,
Please check the env.ini file in workflow\engine\config path and add this codes in end of your file:
Code: Select all
debug = 1
debug_sql = 1
display_errors = On
error_reporting = E_ALL & ~E_NOTICE & ~E_STRICT & ~E_DEPRECATED
Thanks

Re: Designer Not working for BPMN processes after 3.2.1 upgrade to 3.2.2

Posted: Mon Oct 22, 2018 11:49 am
by jezmathers
After adding the code here are the error messages...

Deprecated: preg_replace(): The /e modifier is deprecated, use preg_replace_callback instead in /opt/processmaker/thirdparty/smarty/libs/Smarty_Compiler.class.php on line 270

Deprecated: Non-static method G::LoadTemplate() should not be called statically, assuming $this from incompatible context in /opt/processmaker/shared/compiled/smarty/c/%%33^338^33881B03%%layout.html.php on line 89

Deprecated: Non-static method G::LoadTemplate() should not be called statically, assuming $this from incompatible context in /opt/processmaker/gulliver/system/class.publisher.php on line 642

Deprecated: Non-static method headPublisher::getSingleton() should not be called statically, assuming $this from incompatible context in /opt/processmaker/gulliver/system/class.controller.php on line 280

I have also attached a screen shot...

Re: Designer Not working for BPMN processes after 3.2.1 upgrade to 3.2.2

Posted: Tue Oct 30, 2018 2:18 pm
by jezmathers
Programerboy is correct. The env.ini requires:

error_reporting = E_ALL & ~E_NOTICE & ~E_STRICT & ~E_DEPRECATED

Without this the Designer does not load correctly!

Thank you!