Page 1 of 1

Workaround to download Library processes in version 2.0.31

Posted: Fri Aug 12, 2011 11:55 am
by amosbatto
In ProcessMaker version 2.031, it is not possible to login to the ProcessMaker Library to download sample processes, because the " Username (or Live Workspace)" field requires that the input is an email address.

To fix this problem, change line 10 of the file "workflow/engine/xmlform/processes/registerPML.xml" from:
Code: Select all
<PML_USER type="text" size="25" maxlength="50" validate="Email" required="1">
To:
Code: Select all
<PML_USER type="text" size="25" maxlength="50" validate="Any" required="1">
Then login to ProcessMaker as the "admin" user and go to ADMIN > Settings and click the "Clear Cache" option in the sidebar. Now you should be able to login to the ProcessMaker library without any problems. For more info, see the bug report.