Hi @werdpres
i’ll guess that the above info is probably of little use in figuring out what the problem is
Yes, but it reveals at least one information. The target is already lost before saving to the database.
dunno if this helps, but the character set defined in wp-config is define(‘DB_CHARSET’, ‘utf8mb4’);
It is not relevant. WordPress is using utf8mb4 if the MySQL on your server is supporting it and it is using utf8 if it is not supporting it. So it doesn’t matter if you have utf8mb4 or utf8 in your wp-config.php.
that charset matches almost all of the db tables, except for the ‘statify’ table which is ‘latin1_swedish_ci’
This seems to be the default charset. Maybe we should set this explicitly. I am not sure if this can cause this bug.
Are you using the javascript tracking? Or any minification tools? Maybe the JS link is broken or the parameters are stripped for some reason …
As we are just reading those parameters from our own request.
All the best
Torsten