User 24h
WordPress database error: [View 'pyntiqlv_webhooks.hour_aggregated_data_24h' references invalid table(s) or column(s) or function(s) or definer/invoker of view lack rights to use them]SELECT hour_start, players_online FROM hour_aggregated_data_24h
order by hour_start asc
User actions 24H
WordPress database error: [View 'pyntiqlv_webhooks.hour_aggregated_data_24h' references invalid table(s) or column(s) or function(s) or definer/invoker of view lack rights to use them]SELECT hour_start,
(
players_online+new_users+workcamps_built
+workshops_built_upgraded+outposts_built+items_Crafted+buffs_Activated+treasures_claimed
) as actions
FROM hour_aggregated_data_24h
group by hour_start
order by hour_start asc
User actions last date
Errors 24h
WordPress database error: [View 'pyntiqlv_webhooks.log_error_rate_per_hour_24h' references invalid table(s) or column(s) or function(s) or definer/invoker of view lack rights to use them]SELECT hour_start, fail_error_pct FROM log_error_rate_per_hour_24h
order by hour_start asc
Error msgs 24h
WordPress database error: [View 'pyntiqlv_webhooks.log_fails_error_msg_24h' references invalid table(s) or column(s) or function(s) or definer/invoker of view lack rights to use them]SELECT action_Description, errors
FROM log_fails_error_msg_24h
order by errors desc
limit 5
hour_start, activities_total, players_online, ips_online, app_versions_online, countries_online, cities_online, errors_total, mapfeatures_created, workcamps_built, new_users hour_aggregated_data_24h
