Search Results for '+.+default+.+'
-
Search Results
-
Having an error when attempting to use the bb-avatar upload plugin. Its when anyone tries to access the avatar page we get presented with this error:
“Warning: include() [function.include]: Filename cannot be empty in /home/X/pastelportal.com/bbpress/bb-includes/functions.bb-template.php on line 45
Warning: include() [function.include]: Failed opening ” for inclusion (include_path=’.:/usr/local/lib/php:/usr/local/php5/lib/pear’) in /home/X/pastelportal.com/bbpress/bb-includes/functions.bb-template.php on line 45″
We were using a custom theme and it was working fine. We just switched about an hour ago to the default theme and now its doing this. I have done some searches and found a few solutions, issue is those solutions were related to other problems and I’m not sure if they would work with this.
I will say we were presented with a similar error when we upgraded to the latest bechet version of bbpress (1.0.2) but it was fixed after the admin did some tinkering around. But this time we are both clueless to what is going on.
We did change back to the custom theme for a moment, its working fine. But just the default theme, its not working.
Sorry moved from previously badly named topic!!
i’m unable to post a new topic on my forum. it just gives “this topic has been closed”.
i have integrated BBPress with WordPress and installed the platform pro theme which all looks fine and i login to wordpress and don’t have to login again when i go into the forum.
if i go back to the default theme there is no problem with posting a new topic.
this is the thread in the pagelines forum where we have been discussing this issue.
Topic: Translation error
Hello, I am translating bbpress po file and when I press save in poedit I get error.
17:56:06: C:UsersZDesktopbbpen_EN.po:7: field `Project-Id-Version’ still has initial default value
17:56:06: C:UsersZDesktopbbpen_EN.po:4034: a format specification for argument 2 doesn’t exist in ‘msgstr’
17:56:06: msgfmt: found 1 fatal error
How to fix this?
i’m unable to post a new topic on my forum. it just gives “this topic has been closed”.
i have integrated BBPress with WordPress and installed the platform pro theme which all looks fine and i login to wordpress and don’t have to login again when i go into the forum.
if i go back to the default theme there is no problem with posting a new topic.
this is the thread in the pagelines forum where we have been discussing this issue.
Topic: more stupid questions
I am using the default theme. There is a bbpress logo on the top right of my screen.
How do I make this logo clickable on every page of my forum?
I want it to link to back to my main page.
Thanks in advance
Topic: Basic newbie question
version 1.02
default theme
no plugins
I notice the 1st line of login.php is:
<?php bb_get_header(); ?>
but when I click on http://www.mydomain.com/bb-login.php the register/lost password part of my header does not display at all. How can I get it to show?
Any help would be appreciated.
Thank you,
I am trying to install bbpress for my website and unfortunately it doesn’t seem to matter what I put in the boxes I get the following error(s). Now I am not trying to integrate it with WordPress just yet so it should be fairly straight forward (however it apparently is not). Any help and suggestions would be greatly appreciated. Oh, and I have tried disabling all my security features and that didn’t work either. Knowing my luck it is something stupid and it will work like a charm in two seconds but whatever it is, I’m not seeing an immediate solution to the problem.
Here is the code:
SQL ERROR!
>>> Database: taylordarcy_com (mysql.taylordarcy.com)
>>>>>> CREATE TABLE IF NOT EXISTS
wp_7w6sfp_bb_forums(forum_idint(10) NOT NULL auto_increment,forum_namevarchar(150) NOT NULL default ”,forum_slugvarchar(255) NOT NULL default ”,forum_desctext NOT NULL,forum_parentint(10) NOT NULL default 0,forum_orderint(10) NOT NULL default 0,topicsbigint(20) NOT NULL default 0,postsbigint(20) NOT NULL default 0,PRIMARY KEY (
forum_id),KEY
forum_slug(forum_slug)) DEFAULT CHARACTER SET ‘DB_CHARSET’ COLLATE ‘DB_COLLATE’;
>>>>>> Unknown character set: ‘DB_CHARSET’
SQL ERROR!
>>> Database: taylordarcy_com (mysql.taylordarcy.com)
>>>>>> CREATE TABLE IF NOT EXISTS
wp_7w6sfp_bb_meta(meta_idbigint(20) NOT NULL auto_increment,object_typevarchar(16) NOT NULL default ‘bb_option’,object_idbigint(20) NOT NULL default 0,meta_keyvarchar(255) default NULL,meta_valuelongtext,PRIMARY KEY (
meta_id),KEY
object_type__meta_key(object_type,meta_key),KEY
object_type__object_id__meta_key(object_type,object_id,meta_key)) DEFAULT CHARACTER SET ‘DB_CHARSET’ COLLATE ‘DB_COLLATE’;
>>>>>> Unknown character set: ‘DB_CHARSET’
SQL ERROR!
>>> Database: taylordarcy_com (mysql.taylordarcy.com)
>>>>>> CREATE TABLE IF NOT EXISTS
wp_7w6sfp_bb_posts(post_idbigint(20) NOT NULL auto_increment,forum_idint(10) NOT NULL default 1,topic_idbigint(20) NOT NULL default 1,poster_idint(10) NOT NULL default 0,post_texttext NOT NULL,post_timedatetime NOT NULL default ‘0000-00-00 00:00:00’,poster_ipvarchar(15) NOT NULL default ”,post_statustinyint(1) NOT NULL default 0,post_positionbigint(20) NOT NULL default 0,PRIMARY KEY (
post_id),KEY
topic_time(topic_id,post_time),KEY
poster_time(poster_id,post_time),KEY
post_time(post_time),FULLTEXT KEY
post_text(post_text)) TYPE = MYISAM DEFAULT CHARACTER SET ‘DB_CHARSET’ COLLATE ‘DB_COLLATE’;
>>>>>> Unknown character set: ‘DB_CHARSET’
SQL ERROR!
>>> Database: taylordarcy_com (mysql.taylordarcy.com)
>>>>>> CREATE TABLE IF NOT EXISTS
wp_7w6sfp_bb_terms(term_idbigint(20) NOT NULL auto_increment,namevarchar(55) NOT NULL default ”,slugvarchar(200) NOT NULL default ”,term_groupbigint(10) NOT NULL default 0,PRIMARY KEY (
term_id),UNIQUE KEY
slug(slug),KEY
name(name)) DEFAULT CHARACTER SET ‘DB_CHARSET’ COLLATE ‘DB_COLLATE’;
>>>>>> Unknown character set: ‘DB_CHARSET’
SQL ERROR!
>>> Database: taylordarcy_com (mysql.taylordarcy.com)
>>>>>> CREATE TABLE IF NOT EXISTS
wp_7w6sfp_bb_term_relationships(object_idbigint(20) NOT NULL default 0,term_taxonomy_idbigint(20) NOT NULL default 0,user_idbigint(20) NOT NULL default 0,term_orderint(11) NOT NULL default 0,PRIMARY KEY (
object_id,term_taxonomy_id),KEY
term_taxonomy_id(term_taxonomy_id)) DEFAULT CHARACTER SET ‘DB_CHARSET’ COLLATE ‘DB_COLLATE’;
>>>>>> Unknown character set: ‘DB_CHARSET’
SQL ERROR!
>>> Database: taylordarcy_com (mysql.taylordarcy.com)
>>>>>> CREATE TABLE IF NOT EXISTS
wp_7w6sfp_bb_term_taxonomy(term_taxonomy_idbigint(20) NOT NULL auto_increment,term_idbigint(20) NOT NULL default 0,taxonomyvarchar(32) NOT NULL default ”,descriptionlongtext NOT NULL,parentbigint(20) NOT NULL default 0,countbigint(20) NOT NULL default 0,PRIMARY KEY (
term_taxonomy_id),UNIQUE KEY
term_id_taxonomy(term_id,taxonomy),KEY
taxonomy(taxonomy)) DEFAULT CHARACTER SET ‘DB_CHARSET’ COLLATE ‘DB_COLLATE’;
>>>>>> Unknown character set: ‘DB_CHARSET’
SQL ERROR!
>>> Database: taylordarcy_com (mysql.taylordarcy.com)
>>>>>> CREATE TABLE IF NOT EXISTS
wp_7w6sfp_bb_topics(topic_idbigint(20) NOT NULL auto_increment,topic_titlevarchar(100) NOT NULL default ”,topic_slugvarchar(255) NOT NULL default ”,topic_posterbigint(20) NOT NULL default 0,topic_poster_namevarchar(40) NOT NULL default ‘Anonymous’,topic_last_posterbigint(20) NOT NULL default 0,topic_last_poster_namevarchar(40) NOT NULL default ”,topic_start_timedatetime NOT NULL default ‘0000-00-00 00:00:00’,topic_timedatetime NOT NULL default ‘0000-00-00 00:00:00’,forum_idint(10) NOT NULL default 1,topic_statustinyint(1) NOT NULL default 0,topic_opentinyint(1) NOT NULL default 1,topic_last_post_idbigint(20) NOT NULL default 1,topic_stickytinyint(1) NOT NULL default 0,topic_postsbigint(20) NOT NULL default 0,tag_countbigint(20) NOT NULL default 0,PRIMARY KEY (
topic_id),KEY
topic_slug(topic_slug),KEY
forum_time(forum_id,topic_time),KEY
user_start_time(topic_poster,topic_start_time),KEY
stickies(topic_status,topic_sticky,topic_time)) DEFAULT CHARACTER SET ‘DB_CHARSET’ COLLATE ‘DB_COLLATE’;
>>>>>> Unknown character set: ‘DB_CHARSET’
Database installation failed!!!
Hi all,
I’m trying to see if there is functionality built into bbPress; I want users when the arrive on the forum to have highlighted topics where there are new posts/replies since last visit.
I’ve been looking through the default themes and haven’t found any joy in there.
Googling a bit and I can’t find any clear answers

