Christoph Kappestein

Results 231 comments of Christoph Kappestein

Hi, so currently the cronjob feature works only under Linux since Fusio writes a custom cron file. You can take a look at the `configuration.php` there is the key `fusio_cron_file`...

Hi, no problem, so we have currently the `system:export` command to export data from the system into a json file, this could help to create the fitting yaml files but...

Hi, the SQL adapter is already registered by default so you dont need to install the adapter manually. The class list is taken from the `provider.php` file, could you take...

mhh ok, this looks good. To further debug this problem we need some more information about the problem. Could you take a look at the AJAX response of the request,...

Yes with the new scopes for the backend, which are available in the next release, we can create accounts with specific rights i.e. a readonly account. So the idea here...

Then we could add also https://github.com/octanolabs/d0x as app

Hi @vinaymcp sure, so which html template do you try to change, could you tell me the file path

ok, so if you change such a file you must run the `grunt` command from the CLI, this triggers then the build process. Grunt is a javascript build tool s....

Hi, thanks for the idea, so i think the problem is that the `x-ratelimit-limit` header depends always on the route which you call i.e. if you call the route `/foo`...

Hi, normally you dont need to require the vendor autoloader since this is done already automatically. Also Iam not too familiar with the Strip Libary but it looks like the...