However, after logging out and logging in, the Matomo logo and favicon still show at the top. How do we actually convince Matomo to show the new logos?
@Philippe: What is the point of this forum when we always get referred to Gibhub? I am sure the current version can handle this correctly?!?
We are evaluating Matomo for our hosting stacks and a potential customer here. All the answers provided here do not help us at all. Why can’t we be helped here?
To answer my own question and by debugging and slicing the PHP code of “CustomLogo.php”, it turned out that there was a file uploading error called " UPLOAD_ERR_NO_TMP_DIR ".
The solution was to set ‘upload_tmp_dir’ to a proper value.