Info
- 4 posts
- 2 voices
- Started 2 years ago by msstenq
- Latest reply from chrishajer
- This topic is not resolved
I have avatars showing but i get a error msg?
-
- Posted 2 years ago #
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 -
- Posted 2 years ago #
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 ofbbp01_? -
- Posted 2 years ago #
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 showingbut the database thing i do not get, i went to mysql admin and the database is their, and its bbph01
-
- Posted 2 years ago #
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?
-
You must log in to post.