Spuds / SMF-Member-Awards

Member Awards for SMF 2.0
Other
8 stars 8 forks source link

Some errors on action=profile;area=showAwards;u=xxx #23

Closed dragomano closed 11 years ago

dragomano commented 11 years ago

Notice: Use of undefined constant intval - assumed 'intval' in AwardsSubs.php on line 169

Notice: Undefined index: groups in AwardsSubs.php on line 169

Warning: array_map() [function.array-map]: Argument #2 should be an array in AwardsSubs.php on line 169

The database value you're trying to insert does not exist: groups

dragomano commented 11 years ago

What is $cur_profile['groups']?

Spuds commented 11 years ago

That is loaded by AwardsManage as part of AwardsLoad function, its to indicate what groups they are in that have been assigned a group award. Its loaded in to $user_profile[$member_id] which SMF then dumps in to $cur_profile.