Schakko

Results 34 comments of Schakko

Hi @rohitgupta27, I am a little bit late to the party. For our Kubernetes environment we are using the following helper method to load secrets from mounted files: ```php function...

Please check with your browser's Web Developer Console what your webserver returns when hitting the *Save* button. This seems to be an issue with another plug-in.

Hi @mayromlo, by default nested groups are enabled so if you have the following structure - groupA - groupB (member of groupA) - user1 (member of groupB) and add either...

@mayromlo Thanks for clarifying the issue and greetings to your AD admin :-) His suggestion to use a third service account (besides Sync to WP/Sync to AD) seems plausible but...

@oneguy9 Are there any issues in the Web Developer's console?

@jpurpleman Would removing the `/vendor/.gitignore` file be enough or do you also need the `/.gitignore` file to be removed?

@imagina You might have hit [some configuration limits of your MySQL database](https://bugs.mysql.com/bug.php?id=42041): If you run `SET GLOBAL table_definition_cache = 2500` (or some larger values like 3000, 4000) in the MySQL...

Personally I'd prefer option A as I like to have control when to add a line break. For example, after initialization of local variables I always add a line break...

Hi, I have the same problem with our WordPress plug-in. We use Strauss instead of PHP Scoper so that the Twig classes are packed into their own namespaces. Unfortunately, Strauss...

> Hi, I have the same problem with our WordPress plug-in. We use Strauss instead of PHP Scoper so that the Twig classes are packed into their own namespaces. Unfortunately,...