Forum Replies Created
-
In reply to: wpmu 1.5.1 + bbpress 0902 Login Cookie Solved!
Hi, I just installed WP MU 2.7 and am trying to merge it with the latest bbpress install but have some major confusion with the config file secret keys. In new 2.7+ versions of WordPress and WPMU there is no mention of SECRET_KEY or SECRET_SALT, the config instead lists the following 7 keys:
define(‘AUTH_KEY’, ‘XXXXXXXXXXXXXXXXXXXXXX’);
define(‘SECURE_AUTH_KEY’, ‘XXXXXXXXXXXXXXXXXXXXXX’);
define(‘LOGGED_IN_KEY’, ‘XXXXXXXXXXXXXXXXXXXXXX’);
define(‘NONCE_KEY’, ‘XXXXXXXXXXXXXXXXXXXXXX’);
define(‘AUTH_SALT’, ‘XXXXXXXXXXXXXXXXXXXXXX’);
define(‘LOGGED_IN_SALT’, ‘XXXXXXXXXXXXXXXXXXXXXX’);
define(‘SECURE_AUTH_SALT’, ‘XXXXXXXXXXXXXXXXXXXXXX’);
While the BBPRESS config only lists one key:
define(‘BB_SECRET_KEY’, ‘XXXXXXXXXXXXXXXXXXXXXX’);
Which key in WPMU 2.7+ is equivalent to BB_SECRET_KEY?
Or, do i now need to define all 7 of the WordPress secret keys in bbpress as well? Eg. BB_AUTH_KEY, BB_SECURE_AUTH_KEY, BB_LOGGED_IN_KEY, etc…
Any help clearing up this config confusion would be great. Thanks!
In reply to: Importing from vanillaI’m also looking to switch from Vanilla to bbpress. Using the above SQL statements, how does the data get copied from the vanilla tables into the appropriate bbpress tables?
In reply to: 404 Errors in Internet Explorer OnlyI think i’m going to take your advice ck and not include the call to wp in bbpress.
In reply to: 404 Errors in Internet Explorer OnlyStill, the only thing i can think of that is causing this is some sort of incompatibility between WordPress 2.3.3 and BBpress 0.8.3.1.
In reply to: 404 Errors in Internet Explorer OnlyYes, I definitely already know the require_once wp-blog-header.php is mucking things up, as i said above, when i remove that everything works fine, the 404s stop and the validator can read the forum.
In reply to: 404 Errors in Internet Explorer OnlyThe server that Chris tested did have a few of plugins running at the time (Allow Images, Avatar Upload, Quote, Comment Quicktags) but regardless, the second test forum has no plugins and has the same errors.
As far as why i’m running wp and bbpress, thats so i don’t have to change multiple files whenever there’s an update to the header, footer, sidebar etc. and so i can use wordpress functions in sidebar to show recent posts, etc. Its one website so i’d like it to have just one set up templates.
In reply to: 404 Errors in Internet Explorer OnlyOn the second test site i have setup i am not using any plugins in bbpress. I think the problem might be bigger than just IE, as indicated by the command line test Chris made and also since validator.w3.org is returning a 404 every time.
In reply to: 404 Errors in Internet Explorer OnlySince godaddy takes a few hours to recognize htaccess files i did the php5 thing on the hostgator hosted site (formatmag.com) instead and it’s still giving the 404 errors despite the change.
http://clutchmagonline.com/forums/phpinfo.php (running 4.3.11)
http://formatmag.com/bbpress/phpinfo.php (now running php 5.2.2)
Also, one other thing i noticed with the hostgator hosted site is when i login into the admin and click the Users link it gives me this message “You are not allowed to do this here”.
As soon as i remove the call to wp-blog-header.php then the 404’s stop and the validator sites work with the forum URLs again.
In reply to: 404 Errors in Internet Explorer OnlyTo test things further i did a fresh install of bbpress on a different server (this one hosted by hostgator) and again did the require_once wp-blog-header.php etc… and i’m getting a similar problem with these weird 404 errors. They occur much less frequently than the last forum but they are still there. And further, I just ran it through http://validator.w3.org and its giving me a 404 just like the other forum did. Here’s a link to this second test forum i just setup: http://formatmag.com/bbpress
I think this might be some sort of incompatibility between WordPress 2.3.3 and BBpress 0.8.3.1, since those are really the only similarities i can think of between these two test forums, since they are seperate domains and seperate servers and have the same problem.
In reply to: 404 Errors in Internet Explorer Onlyno redirecting, everything is hosted on godaddy.
In reply to: 404 Errors in Internet Explorer OnlyI’m still getting the 404 about 95% of the time in IE. The front page of the forum usually loads, but clicking back and forth into some of the sub forums etc.. gives me a 404 pretty much every time, does this not happen for you in IE?
Not exactly sure what that command line response means, but in the forum directory there isn’t a .htaccess file, there used to be one in there when i had first tried to setup pretty permalinks, but i removed it that a few days ago when i found out bbpress + slugs + godaddy hosting does not work (which i don’t really understand but have given up on for now).
And our wordpress .htaccess file is pretty standard i think:
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPressA pretty large segment of our visitors use IE, so i don’t think we’ll be able to launch the forum as is with this error occuring.
In reply to: 404 Errors in Internet Explorer Onlykernow, i don’t think that is it, since our actual wordpress site runs just fine as do other wordpress sites in IE7, its just the bbpress forum. And i’ve tried this on a couple of computers running IE7, one with a build from yesterday and one with a slightly older build.
In reply to: 404 Errors in Internet Explorer OnlyLike dreamsoft, I also just tried using validator.w3.org on our forum and it came up as 404. Its very confusing why only the validators and IE have this problem and no other browsers do.
In reply to: 404 Errors in Internet Explorer OnlyHere’s the URL, and i’ve set it back to the default theme as well: http://clutchmagonline.com/forums
Its loading once in a while, but clicking around here and there you definitely still get the 404 errors.
In reply to: Is there a Post Preview Plugin?Any update on this? i’m surprised nobody has done this yet.
In reply to: Plugin: Avatar UploadWhere can you download this plugin??? This link in the plugin repository does not work:
https://bbpress.org/plugins/topic/avatar-upload/avatar-upload.0.8.3.zip
It gives me a 404 File Not Found message