PHP error on profile page after update
-
My instal is: wp 3.5 and BP 1.6.4
After updating, i had an php error like “missing argument 1…”
I have found the error and fixed it :
in: buddypress-profile-progression/theme/bppp-member.phpYou need to change :
<?php echo bppp_get_user_progression_percent();?>for:
<?php echo bppp_get_user_progression_percent($user_id);?>Cool plugin anyway !
Hope that help 😉http://ww.wp.xz.cn/extend/plugins/buddypress-profile-progression/
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘PHP error on profile page after update’ is closed to new replies.