XF 1.5 XF Returning Arbitrary Numeric Permissions Value

Joe Link

Well-known member
This issue does involve this add-on. @sonnb has stated that it's an issue with XF and told me to post a thread here asking for assistance.

We have five upgrade levels with corresponding user groups and up times:

1. Bronze - 6 days
2. Silver - 5 days
3. Gold - 4 days
4. Platinum - 3 days
5. Diamond/Lifetime - 2 days

The group with the lowest up time setting is the one that applies. The issue is that whenever any user is added to the Silver user group their up time is 5-days, even if they're also a Gold/Platinum/Diamond user group member. None of the other user groups have this problem, only the Silver group up time overrides the other groups.

Code:
sonnb - Up Thread - Delay Between Thread Up (seconds)
Global Permission Values
Registered:    604800
SM2 - Silver:    432000
SM3 - Gold:    345600
SM6 - Lifetime:    259200
Final Value (Global):    432000

We cannot duplicate this issue on our test server, only our live server.
 
Top Bottom