Pierre Klink
Pierre Klink
PR https://github.com/contentful/contentful-core.php/pull/55 Sorry, I've seen to late, that this problem is located in the `contentful-core` repository
Hi. Yep, implementing of multiple users is still planned. At the moment I switch the UI to Bootstrap and Backbone.js. After that I will add the multi-user-support and change to...
Hi, im working on the [new version](https://github.com/pklink/ppma/tree/server), but I'm very busy atm. So there are no updates, sorry ,-)
Nop
Hi realh, how did you upgrade the password manager? Do you use the upgrade routine which is described in the README? I wonder about this wipe, because the upgrade from...
This software is still in beta phase and has no major release yet. But you're right, I mark this issue as planned "enhancement"
Can you provide a `Dockerfile` to reproduce the problem? Otherwise I will try it by myself. - Which PHP version do you use? - Which PHP modules do you have...
Please install `php56-mcrypt`, `php56-pdo_mysql` and MySQL/MariaDb/something like that
Yep, it is a Yii feature. You can check the log files in `protected/runtime`. Additionally replace your `index.php` by [this](https://gist.github.com/pklink/ce05d709dfa37a39c3c4), please. The `YII_DEBUG` must be defined [before](http://www.yiiframework.com/doc/guide/1.1/en/basics.entry#debug-mode) including `yii.php` ....
1. Are there any `*.log`-files in `./protected/runtime`? 2. `./index.php` is correct 3. Based on http://www.yiiframework.com/wiki/153/using-yii-with-nginx-and-php-fpm/ your nginx configuration seems to be okay. Perhaps an additionally ``` fastcgi_split_path_info ^(.+\.php)(/.+)$; fastcgi_param PATH_INFO...