Christoph Kappestein
Christoph Kappestein
@LaserStony FYI I have tagged the 1.3.0 docker image which you can use at GCP. Regarding the V8 engine previous versions of the docker image contained the V8 PHP extension...
Ok, instead of V8 you can also use now the PHP-Sandbox action where you can write simple PHP code through the web interface, basically it is the same as V8...
no it comes with the default installation, so you can use it out of the box. It looks basically like: 
Regarding the JS topic I have created the issue #181 where we can discuss the future of the V8 action. If there is enough demand I maybe find an alternative...
Hi, so Fusio tries to parse your XML structure into an object structure which is similar to JSON because of this Fusio can also validate your XML input if you...
Hey @mmaateurol thanks for the suggestion, can you provide a PR at the https://github.com/apioo/psx-data repository containing this change. In general this is of course a huge BC since this changes...
Hi, so that the `.map` call fails from the browser is in general not a problem. Regarding the 404 you probably need to set the correct urls at the `.env`...
As library we could use: https://github.com/antonioribeiro/google2fa since we should use the Goolge Authenticator app. If a user activates 2fa auth for his account, he needs to provide a phone number...
Hi, this looks like the `psx_url` at the `configuration.php` file was not correctly configured.
Hi, first thanks the great response. From the error message I would guess that the PHP sqlsrv extension is not installed and therefor the `sqlsrv_*` functions are not available. It...