User Tracker not working
-
Check your apache error logs, also I’m pinging @Tom-Elliott.
-
@Wayne-Workman Pinging me for what?
-
Apache error doesn’t show anything
-
@Polii123 Just to verify if the db really has no user tracking data in it, try to select the data manually.
mysql -D fog select * from userTracking; quit
-
@Wayne-Workman I think user tracking module is globally disabled which would be why it’s not creating entries. I ran through some pretty heavy tests. While I did see some, issues in reporting on logout, it did track logins. Sometimes logout worked others it didn’t
I don’t think it is server related as if I recall correctly the logout return is kind of a “beat the clock” thing. -
@Tom-Elliott Logout is not “beat the clock”. User tracker’s code has not changed since sometime around 0.10.0.
-
ERROR 144 (HY000): Table ‘./fog/userTracking’ is marked as crashed and last (automatic?) repair failed
Seems to be the issue, how can I fix that?
-
-
Thanks! It’s working now.
-
@Tom-Elliott This would have worked too: https://wiki.fogproject.org/wiki/index.php?title=Troubleshoot_MySQL#Repair_broken_database