Hi,
I’ve got troubles getting this plug working….I use wp 3.1.1
First, there’s an extra character at the biginning of the baur.php file, only appear in the wordpress online editor (output a header error)
Then, after deleting this character, I’v got warnings on publishing or editing a post :
Warning: Missing argument 2 for baur_Plugin::clear_user_post_ranks() in /homepages/13/d191175333/htdocs/wp-content/plugins/bainternet-user-ranks/baur.class.php on line 257
Warning: Missing argument 3 for baur_Plugin::clear_user_post_ranks() in /homepages/13/d191175333/htdocs/wp-content/plugins/bainternet-user-ranks/baur.class.php on line 257
Warning: Missing argument 2 for baur_Plugin::clear_user_post_ranks() in /homepages/13/d191175333/htdocs/wp-content/plugins/bainternet-user-ranks/baur.class.php on line 257
Warning: Missing argument 3 for baur_Plugin::clear_user_post_ranks() in /homepages/13/d191175333/htdocs/wp-content/plugins/bainternet-user-ranks/baur.class.php on line 257
Warning: Cannot modify header information – headers already sent by (output started at /homepages/13/d191175333/htdocs/wp-content/plugins/bainternet-user-ranks/baur.class.php:257) in /homepages/13/d191175333/htdocs/wp-includes/pluggable.php on line 897
I’ve try to look into the database if something was written but get nothing
(SELECT * FROM wp_usermeta
WHERE meta_key = “ba_ur”)
thanks !