add friend not working

I'm new to ELGG, but so far so good.

There is only one thing that is not working on my site.

When i click on add friend it lead to an empty page and stop working. I've to use the back button in the browser to go back where i click on add friend and nothing is happend no friend request is pending.

I use version 1.7.4 and use theme_666 now, but disabling the theme will not solve the problem.

Who can give me the solution for this problem?

Thanks.

 

  • I can tell you that friending works on a standard 1.7.4 install. You'll want to take a look at this page for figuring out what is going wrong: http://docs.elgg.org/wiki/White_page

     

  • i did what it say in the wiki and it say that it has a conflict with beechat.

    Fatal error: Call to a member function rollBack() on a non-object in  home/...../mod/beechat/start.php on line 123.

    and this is the code

    line 121        {
    line 122            error_log('beechat_xmpp_add_friend: ' . $e->getMessage());
    line 123            $dbh_ejabberd->rollBack();
    line 124            return (false);
    line 125        }

    When i turn of the beechat mod the problem was solved, but we like to use the beechat mod do you have any idea how to solve this?

     

    Thanks.

  • @Cash

     

    i think that i found the problem.

    I change the settings in beechat and the add friend is working now.

    Thanks for your support