Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Invalid exec engine function call #350

Closed
FranSlot opened this issue Jan 26, 2024 · 2 comments · Fixed by #351
Closed

Invalid exec engine function call #350

FranSlot opened this issue Jan 26, 2024 · 2 comments · Fixed by #351

Comments

@FranSlot
Copy link
Contributor

While testing the new deployment steps for RAP on Kubernetes, @hanjoosten found a bug (see Issue 310). The solution was to upgrade the prototype framework version for the images to a newer version (see PR 330). It was later found by @KlaasDijkstraOrdina and @Svroozendaal that this version causes a bug in the Docker deployment of RAP (see Issue 349). After testing around I found that starting version 1.13 this problem exists.

Attached below are the error messages as they appear in various versions.

Error-v13.txt
Error-v15.txt
Error-main.txt

@hanjoosten
Copy link
Member

For what it is worth: The separator in the implode statement used to be optional, but that is depricated. See https://www.php.net/manual/en/function.implode.php

I am not sure about the php version we use at this moment.

@stefjoosten
Copy link
Contributor

stefjoosten commented Jan 29, 2024

@Michiel-s thinks the error is in the call of the docker statement... (@Michiel-s can you elaborate a little?)
From Prototype Framework vs. 1.12 to 1.13, the PHP version changes from vs. 7 to 8. This may explain what happens.

@Michiel-s Michiel-s transferred this issue from AmpersandTarski/prototype Jan 29, 2024
This was referenced Jan 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

3 participants