2025-03-10 14:16:05 SUCCESS: Nginx cache preload completed for both Mobile and Desktop in 0 hours, 1 minutes, 18 seconds.
However, that timestamp is several hours off from my local time. I assume because it’s using UTC. I am wondering if there is any way to put the local time into the time stamp instead of using UTC. Let me know if this is possible.
Thank you
]]>Thank you,
Radek
]]>
My host gave a warning my disk space was getting low which I didn’t understand as sites are not very heavy. Then I found that this plugin is keeping all logs and they are very big.
The logs/temp files go to this folder:
public_html/wp-content/uploads
Files are
IP2LOCATION-LITE-DB1.IPV6_.BIN-individualcode.tmp
and
IP2LOCATION-LITE-DB1.BIN-individualcode.tmp
Where in the settings of the plugin can I change this?
Thanks in advance, best,
Mirjam
]]>A) How the ‘hits’ column in the logs is incremented. Is it when the query and IP address are the same the hits value is incremented? Or does it have to be in the same session_id too?
B) Does the ‘time’ column show the timestamp of the last ‘hit’ or something else?
Thanks!
]]>The Date format presented in the Delete Cache Logs section of your plugin can be confusing to many users and does not agree with the standards of many countries.
Based on the above, and to avoid confusion, it would be great if you can update your plugin as follows:
The above would be extremely helpful.
Thank you
AH01071: Got error 'PHP message: PHP Warning: Undefined variable $account in /mnt/wordpress/wp-content/plugins/friends/feed-parsers/class-feed-parser-activitypub.php on line 314; PHP message: PHP Warning: Undefined variable $account in /mnt/wordpress/wp-content/plugins/friends/feed-parsers/class-feed-parser-activitypub.php on line 314'
The fix is simple, just insert isset:
if ( isset($account) && $account instanceof Entity_Account) {
$status->account = $account;
I have no idea if this causes pain further down the process, I haven’t really explored the Friends plugin, and since this relates to ActivityPub, it may not even be part of Friends but a 3rd party plugin? Nonetheless, if not dangerous for other reasons, this was a simple fix to my log problem.
]]>