-
Notifications
You must be signed in to change notification settings - Fork 68
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to access /admin/actitvity #189
Comments
It just disabled in admin panel. https://github.com/goryn-clade/pathfinder/blob/master/public/templates/view/admin.html#L22 |
So it's not a config issue, thanks for digging :D Do you have any idea why it's like that ? Or if there is an alternative way to get logs about the activity ? Like who scanned things, ... ? (even if it's a db or a logfile) |
There is activity logs in the map. Map -> information -> log. Should be enabled in map settings beforehand. Note that you should do this fix if you use docker containers solution: goryn-clade/pathfinder-containers#66 |
EDIT (while writing): @nefyodovve has a point here, that "disabled" tag doesn't look dynamic to me, but I could be missing something. I'm gonna boot up my dev environment within this weekend and take a look. Thank you for your kind words! Can you confirm that, under the section in your Also note; if my memory serves me well, this data is only available to an So if the Pathfinder Admin is CHARACTER.0.ID = 277137239
CHARACTER.0.ROLE = SUPER Can you confirm that you are viewing this as an actual Pathfinder admin?
The data is available in the DB, as long as logging is turned on for the map. I had this beautiful SQL Query somewhere that would group every members alts of calculate the sum by the main character and print out a sorted order. I'll see if I can find it somewhere. This is something I aim to improve, because if you using the |
@TyrHeimdalEVE I can confirm that button 'Activity' in admin panel is disabled. I'm admin with SUPER role, and have Logging for maps are in map information in main app, and can be enabled by managers/admins per-map. |
I know those question are not related to the issue, but related to what I intend to do with the data :
To be honest : I'm not looking for a handout, if you guys tell me that those data are in the DB, and that I can access the DB, I'll dig in, just looking for an answer on the faisability of it all. Thanks for the work ! -- Back to the issue, yes, I'm an ADMIN in the config, and LOG_ACTIVITY_ENABLED is ON for all three levels (member, corp, alliance) :) |
Are you looking for this statistics? |
That's absolutely what I was looking for, awesome ! I'm not sure another tab ("Activity") is needed then, I guess it's a non issue with those infos there ! Thanks again, it's all good for me :D |
I'd still like to follow up on this and verify why it's disabled, so keeping it open (for now). :-) Regarding the above statistics; it'll only show people in your own corporation afaik so any shared alts will not be counted. Have a great weekend, and thanks for reporting it nonetheless! |
Hi, thanks for the awesome work on Pathfinder and the container image.
We're bumping against a small issue, in the admin panel, where the tab "Activity" is greyed out (class
disabled
on the HTML), and we can't find why nor how to activate it.In the
/setup
everything looks good (either with the checkmark, or enabled regarding activity/log), and in the config files, ACTIVIY is enabled for all level, and same on the map level with "Store user statistics" ernabled.Are we missing something obvious ? And what can we provide to help with the issue ?
Have a good day !
The text was updated successfully, but these errors were encountered: