Thank you very much, it no longer throws the error.
in my case the facebook button is not displayed.
I have the following error:
Fatal error: Cannot redeclare is_admin() (previously declared in /home/path/public_html/wp-includes/load.php:566) in /home/path/public_html/foro/Sources/Security.php on line 839
I’ve solved by modifying the following lines in the file security.php asked whether it is right.
function admin_forum()
{
isAllowedTo('admin_forum');
}
Wpsmf I use version 0.3.2, WP 3.0 and SMF version 1.1.1911
Please, I need your help