Ulysses
Ulysses Stuff => General Chat & Help and Support => Topic started by: 8dario888 on August 09, 2012, 08:13:13 PM
-
Hello, I have logging to files enabled, log chat, log players and log spawns. All of them are working correctly in the logs except Log Chat. I am not sure if this is just an issue with my installation or other users. A long with ULX I am running URS Beta and FPP. All my addons are up to date also. This isn't an issue that has just popped up I have never seen it log chat since I've been using it.
If you need some more information just let me know :).
-
Our chat hook is purposely being called last. Since it's not logging this means that one of your addons is returning a value from the chat hook, which is normally a developer error. You can search your addons for "PlayerSay" to find it. Hope this helps!
-
Alright I'll give that a shot and let you know how it goes thanks.
-
Alright I'll give that a shot and let you know how it goes thanks.
Did you manage to get the issue sorted?
I was checking my logs today and noticed chat logging wasn't working.
The last time it was working was the 12th by the looks of my logs. I'm going to do a clean upload of the latest svn tomorrow to see if that fixes it and I'll post details if it doesn't otherwise.
-
Did you manage to get the issue sorted?
I was checking my logs today and noticed chat logging wasn't working.
The last time it was working was the 12th by the looks of my logs. I'm going to do a clean upload of the latest svn tomorrow to see if that fixes it and I'll post details if it doesn't otherwise.
Our chat hook is purposely being called last. Since it's not logging this means that one of your addons is returning a value from the chat hook, which is normally a developer error. You can search your addons for "PlayerSay" to find it. Hope this helps!