I was not able to re-produce this error. Are you using a language translation plugin ? If so, which language translation plugin ?
Thread Starter
b4pro
(@b4pro)
I use WP RUS. This error occurs when you install the plugin. The plugin is not activated.
I’ve done some research and found this is due to the fact that your WordPress installation is running on PHP version less than 5.3 which does not support anonymous functions. Anyways I have changed the code in that file so it should fix this problem. Let me know if it is working for you now.
Thread Starter
b4pro
(@b4pro)
Parse error: syntax error, unexpected T_FUNCTION in /var/www/u2206335/data/www/lytcity.ru/obt/wp-content/plugins/buddypress-profile-tabs/admin/class-bp-profile-tabs-admin.php on line 58
Alright I have removed that anonymous function as well. I would really suggest updating the PHP version on your server or switching to a new hosting service though, as the PHP version you are using is from more than 5 years ago – PHP Version 5.3 changelog . It could cause you problems with other plugins or themes in the future, so I would suggest updating.