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.
Question posted in PHP Versions
You can find a list of all versions here.
You can find a list of all versions here.
2
Answers
Thanks for your guidance! I made some changes in my PHP Dockerfile, and now it's working perfectly. I appreciate your help!"
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.