jrblakely
jrblakely
It looks like administrator loginname values may be up to 66 characters in phplist_admin table. But the modifiedby column only allows 25 characters, so attempts to change administrator settings fail...
I am using an NGINX web server with a regular expression to match multiple host names, and the SERVER_NAME returned is the regular expression, not the actual host name requested/used....
In order to allow emojis and other extended character sets, database tables need to be updated to use UTF8MB4, which seems to work well within the phpList app proper. The...
In GraceError.js at line 14 `err.statusCode = code;` If I am reading [the documentation](https://nodejs.org/api/errors.html#errors_error_code) correctly, `statusCode` is not a property of the Error class, I believe the correct property to...