Christoph Kappestein

Results 231 comments of Christoph Kappestein

Ok, so updating from 2.0 to 4.0 through the backend only updates the backend Angular app, to update the actual PHP backend you also need to migrate the database to...

Yes, this step is indeed optional, could you run the command with the `-d` flag to disable SSL, this could be a problem under windows s. `marketplace:install -d fusio` Otherwise...

This still looks like there is something wrong with your API url since the endpoint returns a 404, could you show me then configured API_URL at your public/apps/index.html you could...

@GMKostov ok, also please let me know if you could find the rewrite problem, or if you like, feel also free to adjust our IIS documentation https://docs.fusio-project.org/docs/installation/iis this was also...

Hi @GNazar ok this looks like it is a problem if you put a `PSX\Record\Record` instance in the queue. I have just released a new version v3.0.6 of https://github.com/apioo/psx-record which...

Hi, so the hiddeninput.exe file is needed in the [symfony console](https://github.com/symfony/console) package to provide a way on windows to enter a password without showing it on the screen. It is...

Yes, so the `/developer/documentation/` app contains a base tag `` which you may need to adjust to your base path and it contains also a `.htaccess` file with `RewriteBase /developer`....

Hi @cococonuts could you explicit try to use the version [v5.2.0](https://github.com/apioo/fusio-adapter-stripe/releases/tag/v5.2.0) i.e. with `composer require fusio/adapter-stripe ^5.0` we use this version also in our docker image, at our docker image...

Hi @cococonuts, could you check the PHP error logs, there should be an error regarding this issue, I would also assume that this is probably a problem regarding PHP 8.2

@cococonuts ok this looks indeed like you have an older version installed, could you run in your folder the `composer info` command to see which versions are currently installed? You...