Search Results for 'test'
-
Search Results
-
Hello,
I’ve been running 0.9.4 for about six months now without major problems but today something happened. No new posts can be made and the following error displays:
bbPress database error: [Duplicate entry '7582' for key 1]
INSERT INTO bb_posts (<code>topic_id</code>,<code>post_text</code>,<code>post_time</code>,<code>poster_id</code>,<code>poster_ip</code>,<code>post_status</code>,<code>post_position</code>,<code>forum_id</code>) VALUES ('6','
test post text text text text
','2009-05-25 11:56:28','3','88.222.104.78','0','121','8')
Warning: Cannot modify header information - headers already sent by (output started at /path-to-bbpress/bb-includes/db-mysql.php:130) in /path-to-bbpress/bb-includes/pluggable.php on line 232New posts get registered in the latest-discussions list but the link to them is “#post-0” and they don’t display in the actual topic, nor in the admin panels. They actually don’t exist in the DB.
The last existing post in bb_posts is with post_id of 7581
Luckily I have a working backup before the error occurred but I want to know what might have caused it.
Topic: If I integrate …
.. the latest bbpress with the latest wordpress. Could I use the bbPress forum list loop on the frontpage of my wordpress theme? so i can show all the latest discussions.. this wont be on a sidebar, so i dont want a plugin to do this, I just want to use the same code bbPress uses but on WordPress to show the forum topics?
is this possible.? thanks in advanced.
Hi, I have installed wpmu2.7.1, BuddyPress 1.0 and bbpress “Brubeck” version 0.9.0.4.
I installed wpmu first all good
I installed buddy press all good
I installed bbpress all good
I added a few bbpress plugins for groups , comminuty blogs and another for fbconnect all good
Then i read about intergrating the logins and was linked to the screen cast step by step…even tho is said basic wp install i noticed the tag was MU so i continued.
I got to the bit where you generate the secret keys I did this grabbed the 4 keys pasted into wp-config, i left the salt and other keys in tact. Saved and uploaded the file.
Then the video said check you can login…i checked but i canont login to WPMU I get no error only a white screen, this is for admin and member logins.
Any idea what to do if the login test in the video fails?
There are no errors in the error log, there is no error on screen, only a white blank page.
I now cannot install the plugin mentioned above as i have no access to the dashboard.
How can i get the original auth/secret keys back?
Or how can i fix it, i don’t reallly want to start again as i have spent days on other tweaks and skinning and such that would be painful to lose.
I can still login to bbpress fine.
Thanks in advance for any pointers…
I dunno if my post gets deleted, but I posted this twice already and can’t find it, so here another try.
I tried installing the latest version of the social network from buddypress two days ago, but I fear it isn’t working properly. Whenever I click on a link, be it a member, blog, post, groups, create groups, etc I get redirected back to my homepage where my blog is. Is there a plugin that I am missing or do I have to set up sth?
Thanks.
I’ve tried installing bbPress 0.9.0.4 twice now, and with the same results both times. It installs, runs, lets me into the ACP to change things, etc. I add nothing more than a topic and a post, and get this for every link I select;
Not Found
The requested URL /topic/welcome-to-the-forum was not found on this server.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
It’s all in the DB, so what’s happening? Any help appreciated before I go mad (have tried 5 BB packages in 3 weeks trying to meet my users requirements).
[edit]
Aha! Found a post elsewhere about changing Pretty Permalinks, and that was what wrecked it. Should perhaps have some sort of internal test when you click the dropdown list..?
Oh, I checked my webserver’s log and found that my rather obsolete German translation is still downloaded frequently. So I decided to rework it for the latest stable bbPress 0.9.0.4.
You can download my language file on my German blog.
And now for the folks that understand German better than English:
Oha, ich habe einen Blick in die Logdateien meines Webservers geworfen und musste dabei feststellen, dass meine ziemlich veraltete deutsche Übersetzung immer noch häufig heruntergeladen wird. Deshalb habe ich meine Übersetzung für die aktuelle stabile Version 0.9.0.4 von bbPress überarbeitet.
Wer mag, kann meine Sprachdatei in meinem kleinen Blog herunterladen…
Today I installed the bbPress Attachments plugin, which seems to work well.
But then I tried to delete a topic, got a PHP header already sent error, and when I returned to the Front Page, in the Forums and Latest Discussions tables I no longer have the Topics & Posts counts in the Forums table, nor do I have the Posts, Last Poster and Freshness columns in the Latest Discussions.
I’m running .9.0.3.
Anyone have any ideas what might have happened and/or how I could resolve this?
Installation seemed to go perfectly. The forum was completely operable and Test Users registering through bbpress were created on the WP side. Unfortunately, I received errors trying to log into WP backend. Calling “myurl.com/wp-admin” resulted in a blank page with:
“Warning: Cannot modify header information – headers already sent by (output started at /home/user/public_html/sitefolder/wp-config.php:80) in /home/user/public_html/sitefolder/wp-includes/pluggable.php on line 850”
In order to finally get back into my admin panel
I deleted all BB_tables from db – didn’t work.
Deleted all bbpress files – didn’t work.
Refreshed wp-includes folder and root wp files – worked.
Now I’m back to a WP site with no forum tables or software and will try again after work.
Any ideas what’s going on here?
For anyone having problems with WPMU integration with bbPress, make sure you have the latest (1.0-alpha-6) version of the bbPress Integration plugin.
This newer version of the plugin is compatible with bbPress 1.0-rc-1 and should give you better advice about what to manually insert into your WPMU wp-config.php
One of the users has set in WP a nickname in Cyrillic (which reads in place of the username in latin). In WP it shows up fine, however, when that user info read by BB it is displayed as ??????????. My guess is that it read from db utf8 but then it goes through single byte string function that kinda kills it. Any other parts of the posts, topics, body and such are read and displayed fine in Cyrillic. Thus it is my understanding that the user name gets de-utf8 somewhere in the process of maybe checking for its validity or something else.
The $collation_query is “SET NAMES ‘utf8’ COLLATE ‘utf8_general_ci'” in class.bpdb.php
Any idea where to start looking? I have what was the latest alpha.
What function reads users from WP db?