Author Topic: Chat Logging isn't working.  (Read 2536 times)

0 Members and 1 Guest are viewing this topic.

Offline 8dario888

  • Newbie
  • *
  • Posts: 8
  • Karma: 1
    • The Deviled Egg
Chat Logging isn't working.
« 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  :).

Offline Megiddo

  • Ulysses Team Member
  • Hero Member
  • *****
  • Posts: 6213
  • Karma: 394
  • Project Lead
Re: Chat Logging isn't working.
« Reply #1 on: August 14, 2012, 06:30:21 PM »
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!
Experiencing God's grace one day at a time.

Offline 8dario888

  • Newbie
  • *
  • Posts: 8
  • Karma: 1
    • The Deviled Egg
Re: Chat Logging isn't working.
« Reply #2 on: August 15, 2012, 01:53:12 AM »
Alright I'll give that a shot and let you know how it goes thanks.

Offline Wully616

  • Jr. Member
  • **
  • Posts: 64
  • Karma: 10
    • WullysGamers
Re: Chat Logging isn't working.
« Reply #3 on: September 19, 2012, 02:51:08 PM »
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.
[/url]

Offline Megiddo

  • Ulysses Team Member
  • Hero Member
  • *****
  • Posts: 6213
  • Karma: 394
  • Project Lead
Re: Chat Logging isn't working.
« Reply #4 on: September 19, 2012, 06:29:22 PM »
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!
Experiencing God's grace one day at a time.