Search Results for 'phpbb'
-
Search Results
-
Topic: admin panel warning
I just converted my forum from phpBB.
Everything looks like working fine except the admin panel warning about the statistics
It is probably because the forum start date is not configured correctly somewhere but I couldnt find it so far.
Can anybody help me?
here is the warning message I get;
Warning: Division by zero in /home/hosting/public_html/forums/bb-includes/functions.bb-statistics.php on line 214
Warning: Division by zero in /home/hosting/public_html/forums/bb-includes/functions.bb-statistics.php on line 194
Warning: Division by zero in /home/hosting/public_html/forums/bb-includes/functions.bb-statistics.php on line 174
Warning: Division by zero in /home/hosting/public_html/forums/bb-includes/functions.bb-statistics.php on line 244First off, I would like to say hello this community. I have been a long time supporter of WordPress, and just recently started looking into bbPress. I am very impressed with the software so far, but would like to get a couple kinks ironed out.
I run my own gaming community at http://www.irefire.com. The main page is running off of the most recent version of WordPress. Our forums used to be PHPBB and a backup of them is at http://www.irefire.com/phpbb. Our new forums are running off of the most recent version of bbPress and are located at http://www.irefire.com/forums.
I converted our phpBB3 forums to bbPress (thanks to http://bbpress.org/forums/topic/phpbb3-gt-bbpress-converter-beta-release) but I must have done something wrong since no one’s password worked. It wasn’t a big deal since the community doesn’t have too many members, and they could just reset it. Then I integrated the userbase with my WordPress blog, and all of a sudden the only users I have are the ones that were in WordPress.
All of my users are gone except for those that were in WordPress. Even then, one of them (Giraffe) has been assigned as the author of posts he never wrote. Any help as to how to get my users back and on the forums (even if they have to reset their passwords) but keep it integrated with my WordPress (so they only need one account to post on the forums and comment on the blog) would be great. If I need to just do a clean install of bbPress and try pulling over the phpBB passwords correctly this time, help would be appreciated in how to do that.
Thank you so much.
Edit: I would also like to say that I have access to and limited knowledge of phpMyAdmin. I can still see all my old phpbb users in the _pbb database. All my the wordpress users are in my _wp database. If I could just throw the users from one database to the other, would that force them as registered users on both wordpress and bbpress?
Topic: Installation madness o_O
Hi everyone,
I’ve successfully installed PHPBB3 forums, WordPress blogs etc etc… and somehow, I’m having a nightmare installing BBpress…
I’m not a coding/IT guru but I’m not a beginner either so this makes the thing even more frustrated. By wanting to make the installation process easy, the description lacks a lot of details I believe. Here’s what I have:
– Yahoo web hosting
– MySQL Server version: 4.1.14
– MySQL client version: 3.23.49
– phpMyAdmin latest version
Steps:
1. download bbpress
2. upload it to gufugumu.com/bbpress
3. go to the url gufugumu.com/bbpress -> installation window appears fine
4. Step1 – fill the information
– Database name : guillos
– Database user : admin
– Database password : *********
Then comes the famous error : “There was a problem connecting to the database you specified. Please check the settings, then try again.”
So I can’t pass step1. I then look in the forum but could not find anything usefull. One would expect that installing a forum should not require advanced PHP or MySQL knowledge. This is quite annoying.
Also, if I try to remove the “-sample” from the “bb-config-sample.php” then I get the error message “ERROR: Could not establish a database connection”. Finally, I have also created the database in phpMyAdmin. Of course there’s 0 tables.
Any help would be extremly nice as I’m about to give up and go for PHPBB3…
Thanks in advance
Hi friends.
I have a phpBB 3.0.5 forum.Now i want to convert it to bbpress.I have my database.Can any body please help me ..how can i do it ..
waiting for your reply..
thanks in advance..
Topic: Permalink for phpbb
How can I move database from phpbb2 to bbpress with the same links without losing them scanned by google?
Hi,
How stable bbPress is? Is it ready to hold 15k users (still growing) and 100u online in one moment?
How much faster/slower is it he in comparison to PHPBB3, vbulletin, ipb?
Single Sign-on is a very convenient feature to have in an organization, and for web services (on apache, at least) it’s very conveniently provided by mod_auth_kerb.
However, there is a problem preventing its use with bbPress, namely user name handling.
Kerberos user names are of the form user@DOMAIN.TLD. bbPress username sanitization rules are too strict and strip the ‘@’ character outright. And anyway, domain concept is not supported throughout the code and in underlying database.
Moreover, the whole HTTP auth support (purportedly, a basic thing in any web app) relies on external and somewhat broken plugin (it uses bb_user_exists deprecated function, which is not working properly in 1.0, or at least it seems so to me).
In my most extant dreams (phpbb style , SPNEGO auth plugin should be also able to query an LDAP database (which is most often present in such set-ups) for extra user info.