Daniel Winzen

Results 75 comments of Daniel Winzen

The requirements have not significantly changed in recent years. Just make sure your server meets the requirements outlined in the Readme: https://github.com/DanWin/le-chat-php#installation-instructions

Sounds like PHP is encountering a fatal error and aborts execution at some point. You should check the error logs for more information (`/var/log/nginx/errors.log`)

Right, it is /var/log/nginx/error.log, without the s.

Then most likely your mariadb server is not running. Check with `systemctl status mariadb.service` and `journalctl -u mariadb.service` for any issues.

@z3APA3A can you review these changes?

I've created a pull request in systemd that would implement deferred detaching, see https://github.com/systemd/systemd/pull/32650 and the latest commit makes use of this new feature, if `cryptsetup` is not included in...

I thought so too @smcv , but when I tested this with `--ro-bind-try` under Whonix, it would still fail though, because this option will silently ignore non-existing sources. It still...

Thanks for your feedback @smcv , I have made changes as suggested. This specific use case is when setting `chmod 0700 /sys` which is what was done previously in whonix....

@shmaltz the version in this repository is not compatible with 4.2 of ElasticPress. It is only compatible with version 2 and lower. See my pull request #7 for a working...

Fundamentally they look the same. The main difference is that @franc-liuzzi's fork split the plugin into several files. There may be more differences, but from a first glance I couldn't...