daily error log entries of 200+ lines possibly for license check?

Posted in: Newspaper
Post count: 35

Hi,

I get daily entries in my error log of an array starting with

Array
(
[headers] => WpOrg\Requests\Utility\CaseInsensitiveDictionary Object
(
[data:protected] => Array
(
[date] => Wed, 22 Oct 2025 06:34:19 GMT
[content-type] => text/html; charset=UTF-8
[content-encoding] => br
[x-powered-by] => PHP/8.0.20
[access-control-allow-origin] => *
[access-control-allow-methods] => POST,GET,OPTIONS

Further on:

[body] => {
“api_reply”: {
“key_is_valid”: true,
“key_status”: “active_key”
},
“debug”: {
“sql”: [
{
“query”: “SELECT * FROM ip_tagdiv WHERE IP = ’85.xxx.xxx.xxx’ LIMIT 1”,
“run_time”: 4.601478576660156e-5
},
{
“query”: “SELECT * FROM ip_exceptions WHERE IP = ’85.xxx.xxx.xxx’ LIMIT 1”,
“run_time”: 2.5987625122070312e-5
},
{
“query”: “SELECT * FROM envato_cache WHERE envato_key = ‘xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx’ LIMIT 1”,
“run_time”: 0.2037210464477539
},
{
“query”: “SELECT * FROM key_domains WHERE envato_key = ‘xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx’ AND domain = ‘xxxxxxxxxxxxxx.xxx'”,
“run_time”: 0.00014209747314453125
}
]
}
}

It looks like a license check. I anonymized the values in the above text.
All in all there are more than 200 lines every day.

How can I prevent that output?

Post count: 35449

Hi,
Please make a backup for your website and contact us via email at contact@tagdiv.com and provide WP-Admin and cPanel access to investigate the problem.
Thank you!

Viewing 2 posts - 1 through 2 (of 2 total)
The forum ‘Newspaper’ is closed to new topics and replies.