Search Results for '"wordpress"'
-
AuthorSearch Results
-
February 11, 2008 at 5:11 pm #62821
In reply to: Installation Error Message
chrishajer
ParticipantWhat do you mean by dump? It doesn’t look like there’s anything there to save, so I would drop the tables and start over by letting WordPress and bbPress create new tables in the database with the proper (different) table prefixes (from your configs.)
February 11, 2008 at 3:32 pm #62818In reply to: Installation Error Message
chrishajer
ParticipantInteresting…
I don’t know why it would redirect to the home page vs. giving you a failed login attempt. I registered, received my email, tried logging in, and it seemed like it just redirected to the front page of the forum again.
Is the WordPress installation going to be here:
http://www.johnwade.ca/puppyplaydate/ ?
If so, with integration, the bbPress installation should be here then (I believe):
http://www.johnwade.ca/puppyplaydate/Forums/
but it’s actually here:
http://www.johnwade.ca/Forums/
I wonder if the cookie path is wrong and that prevents bbPress from setting the proper cookie and thus thinks you’re not logged in, or that you logged back out since there is no valid cookie?
I checked the cookies that were set and I have a cookie path of /puppyplaydate/ for wordpressuser and wordpresspass. I would expect the cookie path to be /Forums/ with this setup.
As a test, I just stopped accepting cookies for my site (integrated with WordPress as well), then tried logging in. If I tried to log in while I was viewing a forum, it just silently redirected me to the forum home page. This seems like confirmation that it’s a cookie issue at this point. I can make mine do what yours is doing.
If I set the 2 cookies manually in Firefox, I am logged in! Check this out:
Screenshot of me logged into your forum:
http://www.chrishajer.com/bbpress/ppd-profile.png
Screenshot of the cookies I manually set (note path
/Forums/
):http://www.chrishajer.com/bbpress/ppd-cookies.png
Here is the response from your server where it tries to set the cookies with a path of /puppyplaydate/:
http://www.chrishajer.com/bbpress/ppd-response.txt
HTH
February 11, 2008 at 3:24 pm #62837In reply to: bbpress & wordpress integration
_ck_
ParticipantIntegration works fine.
If you are using WordPress 2.3.x you need bbPress 0.8.3.x and if you are using WordPress trunk (2.5 alpha) you should use bbPress trunk r1075.
Essentially cookie hashes and paths have to be sync’ed and a plugin is needed on the bbPress side to set WordPress roles if they register through bbPress.
I’ve assembled most of the details here:
http://bbshowcase.org/forums/topic/better-bbpress-wordpress-integration-the-missing-faq
Or you can comb through the integration tag here:
February 11, 2008 at 8:42 am #62847In reply to: Put the bbPress in WordPress blog
alexandreperei
MemberIt is, because i took out the pt_BR, i have put in config.php, and it works well, but i need trasnlation to portuguese, portugal.
February 11, 2008 at 3:36 am #62814In reply to: Installation Error Message
johnwade
MemberI tried creating a new user and logging in but was unsuccessful. Can’t try the forum as far as posting as I can’t log in. Sambauers – I did change the prefix and that helped get things on track, just the log on and getting to the admin section.
I wonder if I should be deleting everything again, wordpress as well, go to mysql and dump the tables and start from scratch (again.)
Your thoughts? Not looking forward to it but will if you think a clean start would eliminate some possibilities.
jw
February 11, 2008 at 3:19 am #62813In reply to: Installation Error Message
Sam Bauers
ParticipantYour WordPress table prefix needs to be different to your bbPress table prefix.
February 11, 2008 at 2:50 am #62812In reply to: Installation Error Message
chrishajer
ParticipantDid you clear out the user in WordPress and start over by creating a new user? Did you reinstall WordPress as well? I wonder if any modification were made by bbPress to the WordPress tables when you tried to install bbPress with the same table prefix for both bbPress and WordPress.
Can you try just logging in as a user, or registering a new user, then logging in? Does that work, and does the forum work, it’s just that you can’t access bb-admin directly?
February 10, 2008 at 10:05 pm #62846In reply to: Put the bbPress in WordPress blog
chrishajer
ParticipantI believe that is due to the language files. Look here for more info:
https://bbpress.org/forums/topic/latest-wordpress-038-bbpress-in-another-language
It looks like your site is in Portuguese, but maybe this Spanish thread will be useful:
February 10, 2008 at 9:46 pm #62810In reply to: Installation Error Message
chrishajer
ParticipantIn your config.php, you should start with mod_rewrite being false. I suspect you have it set to true or slugs, and that is creating problems for you as well.
$bb->mod_rewrite = false;
That should take care of the bb-admin issue, unless you are currently logged in and NOT a keymaster or admin. If you are logged in as a regular member and try to access the admin page, I believe you are directed to the bbPress installation instead of admin.
UPDATED INFO after thinking about it: It’s also possible that this redirection is occurring because the creation of tables and modification of tables did not go well, and it’s not reading your user information properly and it does not know you are keymaster with access to bb-admin.
Regarding the SQL errors, is it possible your WordPress installation already used ppd_ as a table prefix, and then you used it in your config.php for the bbPress table prefix as well? If that’s the case, the errors are because it is trying to create tables that already exist or modifying tables with the wrong names. From the snippet of config.php you posted earlier, you showed
$bb->wp_table_prefix = 'playdate_';
but alsoppd_
in the line below (the ‘for example’ part), and the errors here show ppd_ as the table prefix. Oddly enough, there are some errors with just ppd and no underscore as the table prefix as well.Seems like it’s a combination of configuration things at this point. Maybe the $bb_table_prefix was set to the same thing as the $bb->wp_table_prefix with the exception of the underscore (so, ppd vs. ppd_). That info doesn’t agree with the piece of the config.php you posted though where you said
$bb->wp_table_prefix = 'playdate_';
I suspect the whole picture has not been posted since you’re working on it and trying things and then you make a change and the old information no longer applies.
Right now, you have the database connection issue figured out. You should be using different table prefixes for wordpress and bbpress: wp_ and bb_ are the defaults. In the bbPress config.php, the $bb->wp_table_prefix should be the same as whatever it is in your wp-config.php and THAT should be different from the bbPress table prefix, set earlier in the config.php at $bb_table_prefix.
February 10, 2008 at 5:47 pm #62845In reply to: Put the bbPress in WordPress blog
alexandreperei
MemberWhen i post in my blog apear this error:
Fatal error: Cannot redeclare class CachedFileReader in /home/blogtug/public_html/forum/bb-includes/streams.php on line 163
February 10, 2008 at 5:02 pm #62844In reply to: Put the bbPress in WordPress blog
alexandreperei
MemberI already did it. See at http://www.blogtuga.org and the forum at http://www.blogtuga.org/forum
February 10, 2008 at 3:45 pm #2877Topic: Put the bbPress in WordPress blog
in forum Installationalexandreperei
MemberHow can i do this, i already install bbPress, and everything is fine, i used the bbsync plugin, i already configured it, but what i have to do more?
February 10, 2008 at 11:30 am #2875Topic: bbpress & wordpress integration
in forum Troubleshootingkernow
MemberI’m a bit confused. What is the current situation re WordPress and bbpress integration. I’ve browsed the ‘help’ guides, and some mention integration is fine, others mention a plugin which currently is under a shadow re security. Currently I’m having a problem with my forum integration, so am planning to install versions WordP and BB on xammp to experiment.
Assuming I’m installing the two on locahost, what should be edited on the config file to ensure it works correctly?
February 10, 2008 at 5:34 am #62807In reply to: Installation Error Message
chrishajer
ParticipantYes, absolutely on the localhost issue. I always have to change that since my database is on a different server. What DB_HOST is used in the WordPress wp-config.php? If you are using the same database, user and password, but with different tables, then the BBDB_HOST and DB_HOST should be the same value in both files. Whatever you are using in WordPress you need to use in bbPress since you mentioned previously that you were going for an integrated install.
Very simply, the DB_HOST and BBDB_HOST are just machine names where the database lives. If the database (MySQL) is on the same machine as your web server, then localhost is appropriate. If it’s on another host, then you need to enter the publicly accessible name of that host, like mine is always something like db1234.perfora.net. That machine exists on the Internet, and MySQL connections to it are done via port 3306 by default (you don’t need to tell it to do that.)
Once this database connection issue is resolved, I think there is still going to be the error with the bb_walker stuff…
February 10, 2008 at 4:35 am #62806In reply to: Installation Error Message
covertandcloaked
MemberIs it possible the problem lays in my use of local host in spite of the “99% chance you won’t need to change . . .”
What does one change it to when one is the 1%? Is this even a possibility if the same info was used in wordpress installation?
I cut and paste just the actual db name, password and username and nothing else.
I don’t know whether I’m using a port or socket, that’s getting out of my pay grade. I’ve done multiple installs though of wordpress without problems.
jw
February 9, 2008 at 6:19 pm #62802In reply to: Installation Error Message
covertandcloaked
MemberWhen I get the appropriate files. Should I install with a configuartion without WordPress integration in mind and if I get the installation up and running can I make changed from there to integrate?
jw
February 9, 2008 at 6:12 pm #62801In reply to: Installation Error Message
covertandcloaked
MemberI have not done anything, plug in, or template, just unzipped the download from bbpress website, unzipped, made the appropriate changes to the config.php and uploaded. I will delete everything from server and my computer and download and start from scratch. However the link offered earlier to .8.3.1 has a note in the thread saying not to use it if there is planned wordpress integration, which is my goal.
Where and what should I download to begin again?
jw
February 9, 2008 at 2:43 am #62798In reply to: Installation Error Message
covertandcloaked
MemberYou were right. I’m back to the original error. I’ve made use of the config portion as well as follows.
// The rest is only useful if you are integrating bbPress with WordPress.
// If you’re not, just leave it as it is.
$bb->wp_table_prefix = ‘playdate_’; // WordPress table prefix. Example: ‘ppd_’;
$bb->wp_home = ‘http://www.johnwade.ca/puppyplaydate’; // WordPress –
Options->General: Blog address (URL) // Example: ‘http://example.com’
$bb->wp_siteurl = ‘http://www.johnwade.ca/puppyplaydate’; // WordPress –
Options->General: WordPress address (URL) // Example: ‘http://example.com’
Here the error message.
Parse error: parse error in /home/cust2/user1080446/html/bbpress/config.php on line 4
Fatal error: Class bb_walker_forumadminlistitems: Cannot inherit from undefined class bb_walker in /home/cust2/user1080446/html/bbpress/bb-admin/admin-functions.php on line 582
jw
February 8, 2008 at 10:35 pm #62793In reply to: Installation Error Message
covertandcloaked
MemberI should add that I have a couple of WordPress Blogs successfully installed and have used the same db settings cut and pasted from them to the bbpress config.php file.
jw
February 8, 2008 at 4:14 pm #61328In reply to: Now that interface is dead…
_ck_
ParticipantIt’s fairly easy to test loading/decoding times using firefox+fasterfox or firebug but there are plenty of studies around the web if you want nitty-gritty details:
a quick search:
http://batiste.dosimple.ch/blog/2007-07-02-1/
http://ejohn.org/blog/library-loading-speed/
http://jst.pbwiki.com/summary.php
http://www.julienlecomte.net/blog/2007/08/13/
jquery with simple whitespace removal and variable name shrinking, *not* actual compression, sent via a server with proper gzip support (mod_gzip, apache2, litespeed, etc) is always fastest. Packed is always the worst. Not only that, packed has to be unpacked for EVERY page load. It’s never ready to run. So it uses more browser memory, and has a delay *every* time.
By the way, what does jquery actually do within bbpress’s topics for regular users? I don’t get it, there’s no javascript actions. bbpress used to have ajax posting but that was removed a long time ago (it should come back sometime…)
If you absolutely must distribute bbpress (and wordpress) with jquery in a more compressed form, please use the jsmin version but definitely not the packed version.
February 8, 2008 at 12:05 pm #2872Topic: add a link
in forum Troubleshootingfir
MemberHi Guys,
This is prob a very simple thing to do, but after hours of scouring the forums I still can’t find the solution. I have bbpress installed with wordpress, I’ve done all the back-end integration, I know that front-end integration is possible but I’ll leave that for another day. So how do you go about creating a hyper-link on bbpress that will redirect users back to my wordpress blog ? All I need is just a simple link-type button.
Thanks!
Fir
morganoconnell
ParticipantSounds similar to my situation. All posts are appearing fine in bbPress (from the forum and blog comments). However, in WordPress I only see several duplicates of the most recent comment.
If I deactivate the bbSync plugin all the blog comments are displayed as normal.
Anyone know how to resolve this?
http://www.madmtb.com/wordpress
Wordpress 2.3.3
bbPress 0.8.3.1
February 5, 2008 at 2:37 pm #62473In reply to: Email address as user name?
a-bishop
MemberGuys, and what about OpenID? My users are able to login to WordPress, but bbPress just strips all dots while trying to login. E.g. WP login: a-bishop.com, bb Login page shows a-bishopcom and says that password is incorrect. How can we fix it?
February 5, 2008 at 8:21 am #62740In reply to: Install4free.bbpress.org?
Sam Bauers
ParticipantUnfortunately there are cookie and password hash incompatibilities between 1075 and the current release of WordPress. Otherwise we probably would release it.
February 5, 2008 at 6:35 am #62739In reply to: Install4free.bbpress.org?
_ck_
ParticipantBuild 1075 has gotten pretty good on the nearly auto-install part.
It’s smarter than previous versions.
Since it’s password compatible with WordPress 2.4, if no other build is public-ready by then, I’d suggest releasing 1075 as bbPress 0.8.4 to somewhat match numbers.
-
AuthorSearch Results