Search Results for 'bbpress'
-
Search Results
-
my bbpress is integrated with my wordpress. the 2 required plugins, and adding
<require_once('../wp-blog-header.php');
in my config file so i could use my wordpress theme as my bbpress template. ok, so everything was file. now i tested it’s functions.
i tried to make a test topic as sticky. apparently i can’t use sticky as long as the above code (require once etc) was in the config. i removed it and i could do as normal.
so now i ask: i wnat to keep my wordpress theme as the bbpress template, unless i use that line i can’t… that line is not allowing me to sticky/unsticky. anyway this was the error msg i got.
Warning: main(../wp-blog-header.php) [function.main]: failed to open stream: No such file or directory in /home/gray/domains/unlimitedinfinity.com/public_html/forums/config.php on line 57
Fatal error: main() [function.require]: Failed opening required '../wp-blog-header.php' (include_path='.:/usr/local/lib/php') in /home/gray/domains/unlimitedinfinity.com/public_html/forums/config.php on line 57
Edit: another error, seems i can’t access my ./bb-admin/ when the above integration is active.
Topic: Duplicate Tag MySQL Error
I tried to insert a tag that was a duplicate, and got this error:
bbPress database error: [Duplicate entry '231-1-65' for key 1]
INSERT INTO bbpress_tagged ( tag_id, user_id, topic_id, tagged_on ) VALUES ( '231', '1', '65', '2006-12-31 15:19:51')
Warning: Cannot modify header information - headers already sent by (output started at /htdocs/riverside/forum/bb-includes/db-mysqli.php:147) in /htdocs/riverside/forum/bb-includes/wp-functions.php on line 816
]]>
Are duplicate tag insertions normally caught?
Ok people, here’s the deal.. I’ve installed MediaWiki 1.8.2 on my domain: http://codex.spencerp.net/ and customized the links for it and so forth.. no big deal right… ?
What I have done so far is (in this order)..
1) Integrated bbPress to my WordPress blog.. So anyone that registers on my bbPress forums, is automatically registered into my WP blog. Usernames and Passwords work for BOTH..
2) Applied the bbPress_Auth_for_MediaWiki extension to my MediaWiki.. However, I had to use some of the modifications listed here.
Now, people can login to my MediaWiki with the usernames and passwords from either the WP blog, or the forums..
The ONLY problem I’m having now, is.. having users register for a new account on my MediaWiki “Create New Account” page.. sigh.. I’m getting the following error..
http://codex.spencerp.net/Special:Userlogin?type=signup&returnto=Main_Page
“Login error:
There was either an external authentication database error or you are not allowed to update your external account.”
Which is obviously saying, it’s trying to create a new account in the MediaWiki database.. but, where really it should be trying to make a new account in my WP database.. right? Or, that might be meaning the other way around.. I’m not sure.
My questions are:
1) Is there a way to modify the “Create New Account” page, with the WP register page codes? So, when someone tries to create a new account on my MediaWiki itself.. it calls the WP database for it?
Or..
2) Just modify the MediaWiki file, that contains the “Create Account” link, and use the link to the registration page for the WP blog itself? And if so, which MediaWiki file does this reside in?
I guess I’d rather have it simple.. and just implement the WP registration codes, into the MediaWiki file.. so there is no redirecting of the “Create Account” link in my MediaWiki..
Or, does someone know of an “extension” for MediaWiki.. that synchronizes the MediaWiki & WordPress registrations? Thanks in advanced..
spencerp
/It’s ALMOST totally there now.. the way I want her.. just that dang Registration problem on the MediaWiki sigh.
By the way, you have to be registered and signed-in, to edit my Wiki.. whee! Which means, you’ll have to register on my blog, or forums first! This is why I’d like to get this MediaWiki registration figured out soon sigh..
I just did a fresh install of bbpress, everything works smoothly except for the administrative section. The dashboard opens normally, but all links assume my admin directory is stored in the root folder, which it isn’t.
where/how do i correct the broken links?
thanks
t
Topic: Plugin – bbPortal
bbPortal 1.1 is now available for download. Running this script for the first time will show an error message. Just ignore it. It just says there is no database table yet, but this will be created as soon as you press submit.
Other changes:
– Made bbPortal a plugin
– Added an admin menu for editing the portal page (admin/content/portal)
– Fixed a bbPress CSS bug that caused all <h1> and <h2> fontsizes to be different in every browser
– Changed how the portal’s menu is placed (original #main in the style.css is put back again)
– Cause bbPortal is a plugin now, chances to the bb-includes/template-functions.php file are no longer needed.
You can put back the original bbPress template-functions.php file
You can download it here:
Happy new year!
I am recording this here only so that I don’t lose the information. My forum has been running for about a month and I have never had an issue logging out. Today only, one time, I logged out and got this error:
bbPress database error: [You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near 'LIMIT 1' at line 1]
SELECT * FROM bbpress_online WHERE user_id = LIMIT 1
Warning: Cannot modify header information - headers already sent by (output started at /htdocs/riverside/forum/bb-includes/db-mysqli.php:147) in /htdocs/riverside/forum/bb-includes/pluggable.php on line 168
This the the URL from the address bar:
http://www.example.com/forum/bb-login.php?logout
I’ve never had that before and I cannot reproduce it. It happened only once and is now fine. I had not edited any files in the past couple of days or added any new plugins. The only thing possibly related is I upgraded from Firefox 1.5.0.x to 2.0.0.1 yesterday, and this was the first time logging out on this computer with that browser (Windows XP if it matters.) Maybe that’s somehow related?