Michiel Dethmers

Results 217 comments of Michiel Dethmers

Sure, are you offering to help testing? If you use the nightly build image tagged "latest" and add `PHP_VERSION: 8.2` In your docker-compose for the container, it will run on...

I think updating to Debian Bullseye is easier When I change to FROM debian:bullseye-slim it builds ok, and runs with PHP7.4

Thanks, I've branched to https://github.com/phpList/phplist-docker/tree/from_alpine with your version, so we can work on it from there. Are you familiar with the Github forking and PR processes? That's the easiest way...

No, I'd say, fork it, work on it to make it do what you want to achieve and when you're done and think it's worth merging, we can have a...

Be aware that phpList is not so great at "URL detection" when behind proxies. I'm trying to work on this here https://github.com/phpList/phplist3/pull/914

Yes, you need to give a valid end-point for a DB connection. That can be another container, or a different server. Interesting it goes over 10, I will look into...

Yes, we're working on that.

I guess we can add a "feature flag" to disable it. At the same time, isn't it useful to get used to this new functionality? I think it's actually quite...

Ah, that's interesting. A workaround for now may be to remove the phplist_admin_login table in your database. That will need some investigation to find out what's causing that.

If you can add a line here: https://github.com/phpList/phplist3/blob/main/public_html/lists/admin/index.php#L336 something like print $remoteAddr; exit; and then reload the page, can you post the output? You may need to do a view-source...