Search Results for 'bbpress'
-
AuthorSearch Results
-
December 25, 2007 at 9:55 pm #62127
In reply to: stick/closed topics
fel64
MemberWouldn’t it be best to mark the entire topic link up? Sounds good, though.
Anyway, for enhancements add a ticket on https://trac.bbpress.org/ and mark it as such.
December 25, 2007 at 4:43 pm #62122In reply to: Can someone make a ticket for me?
Ben L.
Memberfel64 wrote:
Should be fixed I thought. https://trac.bbpress.org/changeset/903
That only prevents keymasters from demoting themselves. What I want them to prevent is administrators demoting keymasters.
December 25, 2007 at 3:34 pm #62121In reply to: Can someone make a ticket for me?
fel64
MemberShould be fixed I thought. https://trac.bbpress.org/changeset/903
December 25, 2007 at 1:32 pm #62153In reply to: Slugs vs Ugly Permalinks
chrishajer
ParticipantIn WordPress, when a page title is the same as a previous one, the slug gets a number appended to it,
like this-was-written-about-before-1
, so I imagine bbPress has the same protection built in. The slug needs to be unique.December 25, 2007 at 11:45 am #61171In reply to: Fatal Error Prior to Installation
goldfiinger
MemberI copied and pasted WP_config details and forgot to change it to BBDB
define(‘BBDB_NAME’, ‘bbpress’); // The name of the database
define(‘BBDB_USER’, ‘username’); // Your MySQL username
define(‘BBDB_PASSWORD’, ‘password’); // …and password
define(‘BBDB_HOST’, ‘localhost’);
As soon as i corrected these I no longer had any errors.
December 24, 2007 at 8:34 pm #58669In reply to: cookie sharing between wp and bb
italways
MemberHi, livibetter
Thanks! I have sorted it out, besides “$bb->cookiepath = ‘/’; “, I added the following in bbpress config.php
“
$bb->path = ‘/bbpressfolder/’;
$bb->usercookie = ‘wordpressuser’;
$bb->passcookie = ‘wordpresspass’;
“
It is strange that I still can not find any cookie file generated when I logged in WP but my WP works correctly, so weird… anyway, my problem is resolved, I am happy now:)
December 24, 2007 at 6:03 pm #58668In reply to: cookie sharing between wp and bb
livibetter
MemberI think bbPress works normal, but WordPress may not. After you logging in WordPress, is that logging effective? Can you get into WordPress admin pages?
December 24, 2007 at 5:04 pm #58667In reply to: cookie sharing between wp and bb
italways
MemberHi, livebetter
Thanks for your reply!
I added “$bb->cookiepath = ‘/’;” in the configure.php, but it does not make any difference, then I check my cookie, and find something interesting, when I logged in WP, it did not create any cookie at all, but when I logged bbpress, it creates cookie for mysite.com, probably that is the reason caused the problem, how do you think? thanks!
December 24, 2007 at 3:05 pm #58666In reply to: cookie sharing between wp and bb
livibetter
Memberyes.
I think you only need
$bb->cookiepath = '/';
If this is not working, please check your browser’s cookies. See what WordPress and bbPress send to you with what host and path. If you not sure what to check, try to clean cookies, then log in WordPress and bbPress.
December 24, 2007 at 1:59 pm #58665In reply to: cookie sharing between wp and bb
italways
MemberHi, livibetter
yes, $bb->wp_home and $bb->wp_siteurl set as http://mysite.com
do you mean this link:
https://bbpress.org/forums/topic/cookie-domain-settings?replies=4
December 24, 2007 at 3:17 am #61168In reply to: Fatal Error Prior to Installation
livibetter
MemberSeems that
l10n.php
of bbPress wasn’t loaded.Did you also do a WordPress FUNCTIONS integration?
What is your
config.php
of bbPress? (you can post it to http://bbpress.pastebin.com , remember to remove dbname, dbuser, dbpassword)December 24, 2007 at 3:11 am #58664In reply to: cookie sharing between wp and bb
livibetter
MemberAre
$bb->wp_home
and$bb->wp_siteurl
set ashttp://mysite.com
?There is a setting can force bbPress to access specific cookie path (like
/
, that is what you need), but I don’t remember what it is. You can try to search for that.If you find that post, please also link to it in this topic.
December 24, 2007 at 3:03 am #62139In reply to: Fatal error: During Installation
livibetter
MemberHave you followed the steps of How do I get Pretty Permalinks working??
December 23, 2007 at 4:40 pm #58663In reply to: cookie sharing between wp and bb
italways
MemberHi, livibetter
Thanks for your reply! yes, I installed them as you said, and my WP is in the root directory.
bbPress: http://mystie.com/forum
When I logged in WP, then go to bbPress, it need sign again, actually, I can sign in with another different account in bbPress, and it won’t impact the account in WP, like they are absolutely in different cookie domain.
Do you have any idea about this? thanks!
December 23, 2007 at 3:44 pm #62136In reply to: Fatal error: During Installation
goldfiinger
MemberYes i’ve changed it back now and its all working fine just completed the install.
Only thing now is that i can’t seem to post or read the test posts that are already there.
It’s saying :
The requested URL /home/bbpress/topic/1 was not found on this server.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
When i click on: your first topic
Or when i try to post a new topic
Any ideas ?
Correction I can post topics I just can’t view any. But it does show the new topics I’ve made. But doesn’t let me view them ?
December 23, 2007 at 3:19 pm #62134In reply to: Fatal error: During Installation
goldfiinger
MemberAs discussed in this post https://bbpress.org/forums/topic/fatal-error-prior-to-installation?replies=10
Comma’ing out lines 81 & 82 seems to do the trick. (i hope)
But now i get 5 new Errors
As follows:
Warning: constant() [function.constant]: Couldn’t find constant BBDB_NAME in /home/the3eco/public_html/home/bbpress/bb-includes/db.php on line 58
Warning: constant() [function.constant]: Couldn’t find constant BBDB_USER in /home/the3eco/public_html/home/bbpress/bb-includes/db.php on line 59
Warning: constant() [function.constant]: Couldn’t find constant BBDB_PASSWORD in /home/the3eco/public_html/home/bbpress/bb-includes/db.php on line 60
Warning: mysql_get_server_info() [function.mysql-get-server-info]: Access denied for user ‘nobody’@’localhost’ (using password: NO) in /home/the3eco/public_html/home/bbpress/bb-includes/db.php on line 73
Warning: mysql_get_server_info() [function.mysql-get-server-info]: A link to the server could not be established in /home/the3eco/public_html/home/bbpress/bb-includes/db.php on line 73
Cannot select DB.
Not sure if everyone has this much trouble installing bbpress but its becoming a pain, I’m sure the information i entered in my config is correct as i just copied and pasted from the wp-config file. Don’t understand how i could have done it wrong.
Anyway if anyone can help it would be much appreciated.
Thanks.
December 23, 2007 at 12:51 pm #2729Topic: Fatal error: During Installation
in forum Troubleshootinggoldfiinger
MemberChanged my config information & followed the steps at DevLounge
Now when i try to go to the install page @
http://the3rdplace.co.uk/home/bbpress/
I get this error :
Fatal error: Call to undefined function: __() in /home/the3eco/public_html/home/bbpress/bb-includes/
default-filters.php on line 81
This is line 81 :
bb_register_view( ‘no-replies’, __(‘Topics with no replies’), array( ‘post_count’ => 1 ) );
Anyone have any advice on what i should do ?
Many thanks in advance
December 23, 2007 at 5:08 am #62001livibetter
MemberRecent discussion indicates r971 could be a temporary good solution.
Go to the bottom https://trac.bbpress.org/browser/trunk?rev=971
Download the ZIP, and use it to upgrade
I am not sure if it will touch you database or not, anyway backup is a good habit.
Please tell us if this works or not.
December 23, 2007 at 5:00 am #62006In reply to: (Installation Problem) Help , it’s gone all wrong!
livibetter
MemberI assume you did an overlap install of bbPress onto WordPress!
/home/readme.html
,/home/license.txt
and/home/wp-login.php
are working.But
/home/index.php
isn’t.except
index.php
, the first three files are not in bbPress; and you say you have clean up bbPress files. So, DID YOU DO AN OVERLAP INSTALL???If so, just download WordPress package, and extract
index.php
from it, then put it into/home
.December 23, 2007 at 4:51 am #58662In reply to: cookie sharing between wp and bb
livibetter
Member@italways, was you installing WordPress and bbPress in this directory hierarchy:
WordPress: /wordpress
bbPress: /wordpress/bbpress
December 23, 2007 at 12:57 am #62000terrypearson
MemberCan someone actually explain what the solution was? I am getting the same error.
December 22, 2007 at 7:21 pm #62004In reply to: (Installation Problem) Help , it’s gone all wrong!
chrishajer
ParticipantIf you deleted everything in your root WordPress folder, you’re going to have to reinstall WordPress first, then your theme and plugins. That would be the first step, well before installing bbPress.
For the record, bbPress should be in a subdirectory of your WordPress installation if you’re going to try and integrate it.
So maybe you have your WordPress at /var/www/goldfiinger/home/, and if so, you would put bbPress at /var/www/goldfiinger/home/bbpress/.
December 22, 2007 at 6:56 pm #61015neziniux
MemberI spent a whole day trying to resolve the same problem, until I came accross a sollution. Try the following improvements, worked for me.
In the bb-settings.php version 0.8.3 line 172 find the code:
if ( is_callable( ‘glob’ ) )
foreach ( glob(BBPLUGINDIR . ‘_*.php’) as $_plugin )
require($_plugin);
Replace it with:
if ( is_callable( ‘glob’ ) ) {
$pluginarray = glob(BBPLUGINDIR . ‘_*.php’);
if ($pluginarray)
foreach ( $pluginarray as $_plugin )
require($_plugin);
}
The source (in German): http://www.brusdeylins.info/bbpress/problem-in-bb-settings/#comment-67
December 22, 2007 at 6:07 pm #58897bedbugger
Participantkboan23,
Even if you manually fix the role of users registered in bbpress to “subscriber” the display name field is still blank. So unless I am missing something, you do need to fix this problem. Otherwise, bbpress registrants become subscribers login at wordpress and their username shows as Anonymous.
December 22, 2007 at 4:11 pm #55391In reply to: Pretty Permalinks Not Working
djuggler
Membermvh: None yet. I’m going to start digging into code and rewrite rules in my spare time. http://make2for1.com/ is about as basic an install of bbpress as can be done. Implementing bbpress shouldn’t be this difficult.
Obviously mod_rewrite at 1and1 works fine since WordPress pretty permalinks work. I use them at http://realityme.net/ with no problems.
If I get a solution, I will definitely post it here.
-
AuthorSearch Results