Forums

Join
bbPress Support ForumsTroubleshootingI have avatars showing but i get a error msg?

Info

I have avatars showing but i get a error msg?

  1. http://www.monstershideout.com/page_id1055/forums/topic.php?id=7
    If you look at the post, it looks fine, the avatar, shows, but i get this msg? What do i do?

    bbPress database error: [Table 'monstet5_bbp01.options' doesn't exist]
    select option_value from options where option_name = 'gravatar_local' limit 1

  2. That table name looks wrong (based on the table name from the Simple Online List you posted in the other topic). What version of bbPress are you using and how are you getting the avatars to show? Plugin?

    monstet5_bbp01.bb_online
    Looks like monstet5_bbp01 is the database name, and bb_ is the table prefix, and online is the table name created by the Simple Online List?

    If that's the case there, how do you have an options table here with no table prefix, just a database name?

    Unless you used bbp01. as your table prefix instead of bbp01_?

  3. I am using the latest bbpress i belive

    and i have showavatar plugin enabled

    it told me to put
    <?php if(function_exists('pws_get_avatar')) pws_get_avatar(); ?>
    in post.php which i did, and the avatars started showing

    but the database thing i do not get, i went to mysql admin and the database is their, and its bbph01

  4. You have the latest stable bbPress then, 0.9.0.5? When you log in as keymaster, what version is shown at the bottom of the backend admin screens?

    What is your database name and what is the table prefix from your bb_config.php?

  5. You must log in to post.