Duncan Cameron
Duncan Cameron
~~I'm not sure that I understand the problem this is solving. Is it that admin access is on a different host/path than public access?~~ ~~From your earlier comment~~ ~~public access,...
I have no experience of what you are describing, but if it is required then isn't there an external way to achieve it, using apache rewriting or some other way...
I don't know. The changes just seem to be getting larger. I'm away for a few days so won't be able to look at anything now.
> * publicBaseUrl: set with current "detection" of the location > * adminBaseUrl: $publicBaseUrl + /admin > * use the new constants to deviate from it I think this is...
A couple of my previous comments were missed, and a few more. * In init.php ``` if (defined('USER_WWWROOT')) { $pageroot = USER_WWWROOT; $publicConfigBaseUrl = USER_WWWROOT; ``` `$pageroot` needs to be...
These are the tables which have a timestamp field ``` user list listuser message listmessage sendprocess user_message_bounce user_message_forward admin linktrack ``` The `user` table might be the one most affected....
Fixed in #1019
It seems to have been introduced in MySQL 5.5 from 2010 https://dev.mysql.com/blog-archive/mysql-8-0-when-to-use-utf8mb3-over-utf8mb4/ and specifically in 5.5.3 from this [PDF file](https://downloads.mysql.com/docs/mysql-5.5-relnotes-en.pdf) of release notes > The utf8mb4 character set has been...
These suggestions are going beyond the original scope of the change, which was simply to avoid undoing a manual change made to a phplist file when upgrading. The conversion of...
I have been looking at this recently because a system I support had a problem with a campaign body including a 4-byte UTF-8 character, so I applied the changes manually....