Page 1 of 1

[ERROR]Redirect to ProcessMaker predefined response page

Posted: Tue Aug 02, 2022 4:15 pm
by omarvillada
Good afternoon, I have a process in PM 3.5.4 that starts by Web Entry, when I send the form I do not get the expected response, which as I have seen is the case number and the responsible user, instead I get the following:
Code: Select all
Notice: Undefined index: _webEntryError_ in /opt/processmaker/shared/sites/workflow/public/28187217962bcbebed08524034349894/94361746162bcbf60415727024907421Info.php on line 11

Re: [ERROR]Redirect to ProcessMaker predefined response page

Posted: Mon Aug 15, 2022 9:41 pm
by ronrich
Hello omarvillada


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.