When i try to comment on posts in Buddypress i get the following error above the comment field (right above the “log out” button):
Warning: printf() [function.printf]: Too few arguments in /usr/home/web/web85579/wp-content/plugins/buddypress/bp-themes/bp-default/comments.php on line 103
I’ve located the lines:
<?php printf( __('Logged in as %2$s.’, ‘buddypress’), bp_loggedin_user_domain(), $user_identity ); ?> <a href="” title=””>
I’m a noob at .php and therefore I can’t seem to locate the error. Any help would be great!
The topic ‘Comments.php error’ is closed to new replies.
Kasper Isager
@kasperisager
14 years, 5 months ago
Hello!
When i try to comment on posts in Buddypress i get the following error above the comment field (right above the “log out” button):
Warning: printf() [function.printf]: Too few arguments in /usr/home/web/web85579/wp-content/plugins/buddypress/bp-themes/bp-default/comments.php on line 103
I’ve located the lines:
<?php printf( __('Logged in as %2$s.’, ‘buddypress’), bp_loggedin_user_domain(), $user_identity ); ?> <a href="” title=””>
I’m a noob at .php and therefore I can’t seem to locate the error. Any help would be great!