Page 1 of 1

Notice: Creole.php

Posted: Mon Aug 08, 2022 9:50 pm
by ptmi1047
Hi All,

I get notice when open DynaForm from Advance Search :
"Undefined index: pass in /home/www/processmaker/thirdparty/creole/Creole.php on line 318". (see attachment)

System Information :
ProcessMaker 3.5.7
MariaDB 10.2.6
CentOS 7.9
Apache 2.4.6
PHP 7.3.33

How to solve this issue ?

Thanks.

Re: Notice: Creole.php

Posted: Mon Aug 15, 2022 9:40 pm
by ronrich
Hello ptmi1047,

Please make sure to have tis line in php.ini and also env.ini

/etc/php.ini
display_erors = Off

/installation_path/processmaker/workflow/engine/config/env.ini
display_erors = Off
(if it is not present just add it to the bottom of the file)

Once both changes are in place save the files and restart the PHP and Nginx services.

Then try again.