Christoph Kappestein

Results 231 comments of Christoph Kappestein

Hi, so the `src/` folder is the correct location for PHP source files. There you can create actions i.e. https://github.com/apioo/fusio/blob/master/src/Todo/Insert.php which can then also include other PHP scripts.

Hi, so we have removed the example Todo files from the main repo but you can also take a look at our documentation s. https://docs.fusio-project.org/docs/use_cases/develop_custom_action or you can also take...

Hi, ok so in general Fusio and the SQL connection also supports Postgres but it looks like it is a problem regarding the `SqlInsert` action. In the action we return...

Hi @Hicks59, so this is an API change which will be implemented in the next `3.3.0` version. Could you check which versions of the `fusio/impl` and `fusio/engine` are installed? Both...

ok, so you are using `fusio/impl v6.3.0` could you install the latest version `v6.3.1` this should then also include the fitting code s. https://github.com/apioo/fusio-impl/commit/99ae589ed6ace9f15fee6822ddf175ec67471801

Hi, you can checkout this PR s. https://github.com/apioo/fusio-docker/pull/16 where a user has enabled oci8 for the container

Hi, so you probably need to use https instead of http, this should resolve the CORS issues, otherwise you can also adjust the protocol through the env properties. So in...

Ok, also for the future, this problem occurs if you run `docker-compose up -d` and the `docker-compose.yml` file does not contain the correct `FUSIO_URL`, in this case the container will...

Hi @algethamy thanks for the Info, I have just fixed the link at s. https://github.com/apioo/fusio-docs/blob/main/docs/backend/api/action/php-processor.md This will then update on the website at our next documentation deployment.

Hi, so in your project `resources/container.php` file you only need to add a service which implements the `PSX\Framework\Exception\ConverterInterface` interface s. https://github.com/apioo/psx-framework/blob/master/resources/container.php#L172 then you can overwrite this service and use a...