Michiel Dethmers
Michiel Dethmers
Ok, that's something local. It also happens with the "main" branch or the phplist-3.6.13 branch. Considering this change, I think we should number the next one 3.7.0 and tell people...
Haven't tested it, but looking at the code looks fine.
Yes, I can see what you mean. Templates were never intended to be edited often. The idea is to have some standard branding for the organisation in it and some...
Yes, how strange. No idea why it does that. @aulona1 or @marianaballa can you find out how to remove the "read only" from those strings?
I recommend to downgrade to a version that works, and then we can review what needs to be done to fix this. Any suggestions are welcome.
Ah, that needs addressing then. We use that a lot I think, and it's crucial functionality. Should be fairly straightforward to have a step in "upgrade.php" as well though, to...
You're very welcome to send a Pull Request for the [docker build](https://github.com/phpList/phplist3/blob/main/.github/workflows/build-release.yml) that builds arm64 images
Does this affect the version of Mysql/Mariadb that is a minimum requirement?
It needs to change here - https://github.com/phpList/phplist3/blob/main/public_html/lists/admin/initialise.php#L148 - https://github.com/phpList/phplist3/blob/main/public_html/lists/admin/mysqli.inc#L405 as well/ In fact, "initialise" should use the Sql_Create_Table from mysqli.inc but we can fix that some other time After that,...
additionally, we may want to add something to the upgrade script to convert all tables to utf8mb4, although we can also do it as a seperate step like we did...