Hi Chouby!
I'm developing a site using Buddypress (along with bbpress).
As soon as I add a language to Polylang I get the following notices:
Notice: bbp_setup_current_user was called incorrectly. The current user is being initialized without using $wp->init(). Please see Debugging in WordPress for more information. (This message was added in version 2.3.) in /path/to/wordpress/wp-includes/functions.php on line 3245
Notice: bp_setup_current_user was called incorrectly. The current user is being initialized without using $wp->init(). Please see Debugging in WordPress for more information. (This message was added in version 1.7.) in /path/to/wordpress/wp-includes/functions.php on line 3245
Is there a way that you recommend to change when the polylang plugin is loaded?
Thanks!