Processmaker could not find PHP executor in PM4

75 Views Asked by At

I'm encountering an error using the PHP executor, specifically the community version. The provided image displays the error message enter image description here. I'm seeking assistance in resolving this issue. Any guidance or insights would be greatly appreciated.

1

There are 1 best solutions below

0
On

I can guess at your error if it is the same version as mine. The Executors are created on demand by the app, if you run them without creating the executors you get and error saying the docker image is not found.

You can either go into the admin pages, go to executors, go to the one that you need and there is a build and save button. When you press it it will build the image. You need to do this once then the executor will work.

There is another way to do this via the command line.

https://docs.bitnami.com/aws/apps/processmaker/configuration/install-script-executors/ is a better expliantion.