Search Results for 'test'
-
Search Results
-
I upgraded bbpress after upgrading my wordpress site to the latest version (2.5.1). The install complained that there were already forums/threads in the database, but said the install went OK. The problem I’m having, however, is that when I go to the forums, I get a t_string error referring to line 20 of the bb_config.php file.
This line is the prefix used for the tables.
$bb_table_prefix = ‘bb_’; // Only letters, numbers and underscores please!
So, I’m guessing that it thinks it is a new install instead of merely an upgrade. How do I get the updated version to simply read in the existing forums and threads?
Thank you so much for any help. These are busy forums and there will be limited patience with this problem.
I have the latest version of bbpress installed to my own server, and it is integrated with wordpress (also the latest).
I added one new forum a few weeks ago, but today I tried and it gave me the error: “Something strange happened. Try reloading the page.”
I did reload the page several times, but it still doesn’t work! I am completely stuck…I can’t add new forums or categories…please HELP!
These plugins I have installed and activated:
Use Display Name
Wordpress Integration
Allow Images
Avatar Upload
bbPress Avatars
bbPress Signatures
That’s all…anyone know how to fix this problem?
Thanks in advance!!!!
Hello!
I searched through the forums and wasn’t able to find anything quite like what I’m getting, so I figured I’d post.
I just did a fresh install of the latest versions of wordpress and bbpress over the past few days. I installed and tested several plugins for wordpress and started doing some minor css updates, and exported/imported my blog posts from my old server to the new server – but haven’t done much with bbpress except to integrate with wordpress.
I have PHP 5.2.5, MySQL 4.1.22, and Linux on a shared server. Everything’s on the same domain (well, an IP address until I get things situated on my new server) and there are no subdomains involved. WordPress uses the root www folder, and bbress uses www/forum/. WordPress and bbpress have separate databases, but all the secret keys, etc. are all setup to match and everything is configured per the install instructions.
It took several attempts to get bbpress installed because it was giving me an database error at the last step stating that I may need to do a fresh install – even though it *was* a fresh install. After several attempts, I decided to try it without the wordpress integration, and that seemed to do the trick. I had assumed that everything was ok after that and it was just a minor hiccup during the installation…?
All that said…
– Login/logout works for each user so far.
– Registration works.
– When I’m signed in as “Admin” I can get to the Admin panel.
However:
– when I try to view the “Admin” account profile, I get a wordpress 404 at www/forum/profile/admin.
– Clicking on any topics or forums (I believe I created them before the integration?) even a view of topics with no replies I get the same 404.
– On the other hand, when logged in as my other user account “elorg” and trying to view that account’s profile page, it redirects me to a wordpress blog entry… that happens to have “elorg” as the first few characters in the subject…?
– And… When creating a new thread titled “test” as my “Admin” account – I was able to post it, but was redirected to… a wordpress entry who’s subject starts with “test” as the first few characters…? That can’t be a coincidence, right? So…
– I logged in as my “elorg” account for good measure, and created a new thread with a one word subject that I know I have a blog post
– When going back to the forum and attempting to open any of the new threads, it forwards me to the same journal entries as it did when I tried to create the threads.
Any ideas? At this point, I might just try to start from scratch and see what happens…
I am well stumped, I really am
I have read as much as I can find on issues with integration but still no love.
The setup:
Server IIS.
Latest WP.
Latest BB.
ALL secret codes match.
Config files have the suggested added lines of code.
Priv mappings are all set correctly.
So far though, I can get only one account to auto login into wp from bb, and that’s only if I log in through BB only, ie. if I login through WP, it does not carry over to BB but does from BB to WP. This user incidentally has an account setup both in BB and WP.
Any other BB account can not log into WP, regardless of being logged into BB first.
Any ideas out there? I’m loving both new versions, but I have close to 2000 users that I would like to allow contribution privs to WP with their existing BB accounts – it seems WP does not see any of the BB users.
Cheers!
I’m using the latest version of tinyMCE in my bbPress forum, but have run into an issue while editing posts. This problem occurs in both TinyMCE AND FCKeditor, so it must be related to how bbPress handles these types of plugins.
I can post new topics fine and everything works. However, when I go in to edit a post the WYSIWYG editor loses all <p> tags, forcing everything to appear on a single line. All other formatting is retained correctly by the editor.
Any idea on how I can fix this problem?