Vasilis Lourdas
Vasilis Lourdas
I looked a bit at the source code of Matomo and see that it uses PHPMailer. There is a [similar issue](https://github.com/PHPMailer/PHPMailer/issues/3012) at the project's issue list and I think it...
> Now all reports from Matomo are displayed fine. Until the automated weekly e-mail report arrived in my mailbox. Although the on demand reports by clicking on Send report now...
Finally. I made the same change in sendmail_path for my cli php.ini file and the email reports are properly displayed.
> [@lourdas](https://github.com/lourdas) Can we consider this issue fixed, or is anything still not working for you? It's fixed for me! Feel free to close the issue. Thanks!
Hi, I've been affected too by this issue. I was wondering when this happened, because of a problematic commit? This issue is rather important for me (and I'm pretty sure...
I don't understand where the issue is. I'm var_dumping variables in the framework classes and every statement is not quoted, but still fails in my case: ``` Invalid datetime format:...
What I noticed is that the double quoting happens if you call twice the `save()` method in the model. At first time, the Expression works fine, but if for some...
PostgreSQL 9.x.
This repository contains a patched vmnet version of the module that claims to compile with kernel 6.9: https://github.com/nan0desu/vmware-host-modules/tree/tmp/workstation-17.5.2-k6.9.1 The repository is forked from this one here.
Can I hard-code somewhere in the project files the APP_ENV environment? This is totally different compared to the Yii 2 way, where you changed the index.php file where you have...