Vlad Safronov

Results 13 comments of Vlad Safronov

Try workaround from #1174

![Screenshot from 2022-01-21 21-48-58](https://user-images.githubusercontent.com/4058524/150584280-3ef9844e-8a80-4988-9839-83b67d91705f.png)

I guess [src/Auth/Adapter/LdapAdapter.php](https://github.com/eventum/eventum/blob/c23c0c1a786b6105753311f3f27ebf007c8b36b7/src/Auth/Adapter/LdapAdapter.php) is borken since 3.10.2 #898

@areis422 I tried to fix myself but failed so I changed to [`$this->logger = ServiceContainer::getLogger();` ](https://github.com/eventum/eventum/blob/c23c0c1a786b6105753311f3f27ebf007c8b36b7/src/Auth/Adapter/LdapAdapter.php#L68) and continued.

I see. I am pretty busy till the end of April and avoid working on weekends. Never used Gitpod but have heard of. That's why I am interested. Not sure...

found interesting comment - https://www.php.net/manual/en/language.types.resource.php > 'stream' is a general resource type and can have specific subtypes (imap, pop, curl ...). Casting from 'stream' to them makes sense alright. >...

![lax](https://user-images.githubusercontent.com/4058524/117265610-1310ed00-ae5d-11eb-875a-784b398ee7a2.png) This is due to POST response. Lax cookies are not sent to /mellon/postResponse. Only GET requests has cookies attached.

LGTM. Can you provide a pull request? On Thu, Jan 12, 2023, 21:50 Ingo van Lil ***@***.***> wrote: > This fixes it for me: > > diff --git a/src/ServiceContainer.php b/src/ServiceContainer.php...

The same here - mysql_get_server_pubkey=1 does not help, but mysql_ssl=1 (added to DSN line) does and connection establishes. DBI::VERSION=1.627 DBD::mysql::VERSION4.050 mysql_serverversion=80018