Search Results for '"wordpress'
-
AuthorSearch Results
-
February 13, 2008 at 6:52 pm #62900
In reply to: 404 Errors in Internet Explorer Only
chrishajer
ParticipantThe error does not occur for me consistently in IE. Normally, it loads everywhere fine. Are there specific pages that do not load for you or is it random?
The WordPress .htaccess looks fine.
Good to know it’s GoDaddy hosting (for troubleshooting anyway.)
The command line is just using command line tools on Linux to see the response from the server, which eliminates the possibility of it be a browser based issue.
The server always sends a 404 error, even though the page sometimes load. The fact that it sends a 404 is the problem. The fact that the page sometimes loads is something I don’t understand, but if you can fix the 404 response, the pages will always load fine, no matter which browser you use.
February 13, 2008 at 6:43 pm #62899In reply to: 404 Errors in Internet Explorer Only
319
ParticipantI’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.
February 13, 2008 at 6:04 pm #62896In reply to: 404 Errors in Internet Explorer Only
319
Participantkernow, 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.
February 13, 2008 at 6:00 pm #62894In reply to: 404 Errors in Internet Explorer Only
kernow
MemberI had a problem with WordPress in IE7, and I installed the latest version of IE7 which cured the problem. There has been several beta versions of IE7, and it could just be that you are running an old version. Worth a check….
February 13, 2008 at 6:35 am #2887Topic: 404 Errors in Internet Explorer Only
in forum Troubleshooting319
ParticipantHi, i have a wordpress integrated bbpress forum (sharing the same database and users) and everything works great except 95% of the time the forum pages come up as “404 – Page Not Found” errors when using IE7. This only happens in IE as i’ve tested things in Safari, Firefox and Opera on both a mac and PC and have no problems at all. The Internet Explorer 404 errors happen when trying to load any forum page, including all admin screens. Once in a while a page might load up proper and usually you can get the 404 to go away on a page if you sit there and refresh it about 6 or 7 or 30 times.
The main wordpress backed site (2.3.3) is domain.com and the bbpress install (0.8.3.1) is in domain.com/bbpress. To try and track down the problem, i did a seperate install in domain.com/bbpress2 using a separate database, not the WP one, and this weird IE only problem starts happening as soon as i add the require_once(‘/home/content/domain/html/wp-blog-header.php’); bit to the top of the bbpess config.
The wordpress site itself works just fine in IE7 and never serves up these seemingly random 404 errors, its just the forum that is the problem. Any help figuring out what could possibly be causing this would be extremely appreciated! This strange error is driving me nuts, i hate IE!
jompen8
Memberamazing ty so much!
BUT I discorverd a new big problem doh
Look here:
http://www.jompen8.byethost13.com/wordpress/bbpress/
whatever i click on, for example the thread “Your first topic” , I came to my wordpress site
I dont want that ;/ All this problems. I´m sorry but if u can help me for the 111 time i would be so happy.
Is it something with the config-file again?
Best Regards
Johan
chrishajer
ParticipantHow about this for getting bbPress to look like WordPress:
https://bbpress.org/forums/topic/getting-same-header-footer-and-background-color-as-wordpress
You can also search the forum for integration or browse the integration tag. There have been some good tutorials posted but I can’t find them right now.
jompen8
MemberDoh:
I got this error when i clicked on Site management on bbpress:
Warning: glob() has been disabled for security reasons in /home/vol2/byethost13.com/b13_1521748/htdocs/wordpress/bbpress/bb-admin/plugins.php on line 7
maybe u know ,chrishajer?
Is it something i can download like the fisrt erro I got?
jompen8
MemberI love you! It worked !! Thank u so much!
But now to how to make it look like my wordpress theme. Do u have any tip or link where i can find that information?
chrishajer
ParticipantYes, the URL is wrong in the config. The URL should be http://www.jompen8.byethost13.com/wordpress/bbpress/ for the location of your bbPress installation, and http://www.jompen8.byethost13.com/wordpress for the location of your WordPress installation (if you are planning on integrating user logins.)
The link or button you put in your WordPress installation should point here: http://www.jompen8.byethost13.com/wordpress/bbpress/. You can delete page 24 in WordPress (unless you want to use a WordPress redirect plugin to have an actual WordPress page, so the link appears easily in your navigation – just redirect it to http://www.jompen8.byethost13.com/wordpress/bbpress/).
Once that is all sorted, you will have a forum installation accessible from WordPress, but it will look nothing like your blog theme. There’s more work involved in making that happen, copying over the header and footer and sidebar and making the forum look like the blog. It’s all doable, it just takes time and energy and some CSS and HTML skills (maybe some PHP too.)
First get it in the proper location, accessible at the proper URL, then worry about getting it to look like you want. Because bbPress is not a plugin for WordPress, it is not going to look like your blog pages at all without some work.
jompen8
Memberoh I missed your message before my last one.
“It looks like you made bbPress a page inside your WordPress installation?”
Yes, I´m afraid.
So maybe the full-url is wrong in the config-file? Do I have to reinstall the whole thing then? And what should the full-url-thing be next time.
I tested right now to create a page (the URL to my forum) and that worked But as u see u cant do anything when u are there.
I´m really confused right now,doh.
I just want to have a forum, a link to it in the menu, it should be integrated (not just for itself, it should be like a new page)
Is this possible? its feels hopeless.
//Johan
chrishajer
ParticipantAt this URL I see a blank forum WordPress page that has a title of “Forum”:
http://jompen8.byethost13.com/?page_id=24
That’s not how it works. You need to have the bbPress directory inside the WordPress folder. It looks like WordPress runs the whole site, so your forum will be available at http://jompen8.byethost13.com/bbpress/ .
To get to the forum, you need to make a link in your navigation to “Forum” (just like there is now) but it won’t be a WordPress page, it will just be the URL of your forum (http://jompen8.byethost13.com/forum/).
bbPress is not a plugin for WordPress and it won’t look like your WordPress installation (with header, footer, sidebar and style) unless you do some work.
February 12, 2008 at 2:05 pm #62830In reply to: Installation Error Message
chrishajer
ParticipantThat’s the best setup for integration, with the bbPress directory a subdirectory of the WordPress directory. The thing that threw me was that this is still a valid (if somewhat broken) URL:
http://www.johnwade.ca/Forums/
I think the integration needs to happen up front, in the config.php, since an integrated install modifies the wp_users table and does not create a bb_users table. I’m not sure if you can go back and edit the config to make it integrated later. I don’t think it would work since the table creation and modification are done upon installation.
chrishajer
ParticipantIt looks like you made bbPress a page inside your WordPress installation? I’d say that’s incorrect in your config. Or, does that page_id 24 just redirect to a forum URL??
chrishajer
ParticipantFor integration, you have it set up properly with the forum folder inside the WordPress folder. So, the URL is correct if you want that setup. If you don’t care about WordPress integration (mostly user logins) then you would put the forum folder on the same level as the WordPress folder.
jompen8
MemberThank u ! the installation worked!
BUT! I have one problem:
I wanted my forum to be at http://jompen8.byethost13.com/?page_id=24/
but i cant see it there?! ( at the page called “forum” )
Instead it is here at http://www.jompen8.byethost13.com/wordpress/bbpress/
Do you know what i have done wrong? Plz help me !
can it be something with that full-url in my config.php file here :
<?php
// ** MySQL settings ** //
define(‘BBDB_NAME’, ‘My databas-name’); // The name of the database
define(‘BBDB_USER’, ‘My username’); // Your MySQL username
define(‘BBDB_PASSWORD’, ‘My pass’); // …and password
define(‘BBDB_HOST’, ‘sql112.byethost13.com’); // 99% chance you won’t need to change these last few
define(‘BBDB_CHARSET’, ‘utf8’); // If you are *upgrading*, and your old config.php does
define(‘BBDB_COLLATE’, ”); // not have these two contstants in them, DO NOT define them
// If you are installing for the first time, leave them here
// Change the prefix if you want to have multiple forums in a single database.
$bb_table_prefix = ‘bb_’; // Only letters, numbers and underscores please!
// The full URL of your bbPress install
$bb->uri = ‘http://jompen8.byethost13.com/?page_id=24’;
// What are you going to call me?
$bb->name = ‘New bbPress Site’;
// This must be set before you run the install script.
$bb->admin_email = ‘jompen8@hotmail.com’;
// Set to true if you want pretty permalinks, set to ‘slugs’ if you want to use slug based pretty permalinks.
$bb->mod_rewrite = slug;
// The number of topics that show on each page.
$bb->page_topics = 30;
// A user can edit a post for this many minutes after submitting.
$bb->edit_lock = 60;
// Your timezone offset. Example: -7 for Pacific Daylight Time.
$bb->gmt_offset = 0;
// Change this to localize bbPress. A corresponding MO file for the
// chosen language must be installed to bb-includes/languages.
// For example, install de.mo to bb-includes/languages and set BBLANG to ‘de’
// to enable German language support.
define(‘BBLANG’, ”);
// Your Akismet Key. You do not need a key to run bbPress, but if you want to take advantage
// of Akismet’s powerful spam blocking, you’ll need one. You can get an Akismet key at
// http://wordpress.com/api-keys/
$bb->akismet_key = ‘my askimet key’; // Example: ‘0123456789ab’
// The rest is only useful if you are integrating bbPress with WordPress.
// If you’re not, just leave it as it is.
$bb->wp_table_prefix = ‘wpi4f_’; // WordPress table prefix. Example: ‘wp_’;
$bb->wp_home = ‘http://jompen8.byethost13.com’; // WordPress – Options->General: Blog address (URL) // Example: ‘http://example.com’
$bb->wp_siteurl = ‘http://jompen8.byethost13.com’; // WordPress – Options->General: WordPress address (URL) // Example: ‘http://example.com’
/* Stop editing */
if ( !defined(‘BBPATH’) )
define(‘BBPATH’, dirname(__FILE__) . ‘/’ );
require_once( BBPATH . ‘bb-settings.php’ );
?>
February 12, 2008 at 2:17 am #62827In reply to: Installation Error Message
johnwade
MemberSome success. I found where things were getting stopped up. In the config section looking for “what are you going to call me” (By now I had a few choice words.) I included an apostrophe. When I removed it, the installation went smoothly and I can get into the admin side of things.
Can I now, after the fact integrate with wordpress by making the changes in the config file? Or is it plugin time. bbpress is inside the folder containing the wp files.
jw
February 11, 2008 at 10:12 pm #62826In reply to: Installation Error Message
chrishajer
ParticipantInteresting (16:12 CST):
Your bbPress URL (http://www.johnwade.ca/Forums/) is not a subdirectory of your WordPress URL (http://www.johnwade.ca/puppyplaydate).
Sharing login cookies is possible but is more complicated. See the documentation about integrating bbPress and WordPress.
In the meantime, remove the http://www.johnwade.ca/puppyplaydate setting from your config.php file, or you may not be able to log in.February 11, 2008 at 8:49 pm #50332In reply to: Using RSS Feeds
fooddude
MemberI’m running bbpress 0.8.3.1 integrated into my wordpress 2.3.3. BBPress is in the same database as my WordPress. The problem is, I can’t get a feed from the front page. If I point Feedburner or whatever to bbpress, it discovers a feed (wordpressblog/bbpress/rss.php), but it returns a not valid error. If I go to it in my browser, I get a blank page.
I’ve tried reinstalling bbpress, and switching to the default theme to no avail. Anyone have any ideas?
February 11, 2008 at 6:53 pm #62838In reply to: bbpress & wordpress integration
kernow
Memberthanks for the info. Have installed and sync’ed WordPress and BBpress on xammp now. Really there is nothing like an install you can play with without worrying about it all crashing
Re the integration plugins with security issues, what is the situation with those?
February 11, 2008 at 6:28 pm #62822In reply to: Installation Error Message
johnwade
MemberMeant, drop and I’ve started over. WordPress went fine. bbpress went into a folder called forum and got this error:
Parse error: parse error in /home/cust2/user1080446/html/puppyplaydate/Forums/config.php on line 16
Fatal error: Class bb_walker_forumadminlistitems: Cannot inherit from undefined class bb_walker in /home/cust2/user1080446/html/puppyplaydate/Forums/bb-admin/admin-functions.php on line 582
Here is the config file:
<?php
// ** MySQL settings ** //
define(‘BBDB_NAME’, ‘******’); // The name of the database
define(‘BBDB_USER’, ‘*******’); // Your MySQL username
define(‘BBDB_PASSWORD’, ‘*******’); // …and password
define(‘BBDB_HOST’, ‘********’); // 99% chance you won’t need to change these last few
define(‘BBDB_CHARSET’, ‘utf8’); // If you are *upgrading*, and your old config.php does
define(‘BBDB_COLLATE’, ”); // not have these two contstants in them,
DO NOT define them
// If you are installing for the first time, leave them here
// Change the prefix if you want to have multiple
forums in a single database.
$bb_table_prefix = ‘playforum_’; // Only letters, numbers and underscores please!
// The full URL of your bbPress install
$bb->uri =
‘http://www.johnwade.ca/puppyplaydate/Forums/’;
// What are you going to call me?
$bb->name = ‘John Wades Puppy Play Date Site’;
// This must be set before you run the
install script.
$bb->admin_email = ‘johnwade@johnwade.ca’;
// Set to true if you want pretty permalinks, set to ‘slugs’ if you want to use slug based pretty permalinks.
$bb->mod_rewrite = false;
// The number of topics that show on each page.
$bb->page_topics = 30;
// A user can edit a post for this many minutes after submitting.
$bb->edit_lock = 60;
// Your timezone offset. Example: -7 for Pacific Daylight Time.
$bb->gmt_offset = -4;
// Change this to localize bbPress. A corresponding MO file
for the
// chosen language must be installed to bb-includes/languages.
// For example, install de.mo to bb-includes/languages and set BBLANG to ‘de’
// to enable German
language support.
define(‘BBLANG’, ”);
// Your Akismet Key. You do not need a key to run bbPress, but if you want to take advantage
// of Akismet’s powerful spam
blocking, you’ll need one. You can get an Akismet key at
// http://wordpress.com/api-keys/
$bb->akismet_key = ‘xxxxxxxxx’; // Example: ‘0123456789ab’
// The rest is
only useful if you are integrating bbPress with WordPress.
// If you’re not, just leave it as it is.
$bb->wp_table_prefix = ‘ppd_’; // WordPress table prefix. Example:
‘wp_’;
$bb->wp_home = ‘http://www.johnwade.ca/puppyplaydate’; // WordPress – Options->General: Blog address (URL) // Example: ‘http://example.com’
$bb->wp_siteurl =
‘http://www.johnwade.ca/puppyplaydate’; // WordPress – Options->General: WordPress address (URL) // Example: ‘http://example.com’
/* Stop editing */
if (
!defined(‘BBPATH’) )
define(‘BBPATH’, dirname(__FILE__) . ‘/’ );
require_once( BBPATH . ‘bb-settings.php’ );
?>
February 11, 2008 at 5:38 pm #2878Topic: Error
in forum Installationjompen8
MemberI got this error when i tried to install :
Warning: glob() has been disabled for security reasons in /home/vol2/byethost13.com/b13_1521748/htdocs/wordpress/bbpress/bb-settings.php on line 169
http://www.jompen8.byethost13.com/wordpress/bbpress/bb-admin/install.php
Can anybody help me? Please
Regards Johan
February 11, 2008 at 5:11 pm #62821In reply to: Installation Error Message
chrishajer
ParticipantWhat do you mean by dump? It doesn’t look like there’s anything there to save, so I would drop the tables and start over by letting WordPress and bbPress create new tables in the database with the proper (different) table prefixes (from your configs.)
February 11, 2008 at 3:32 pm #62818In reply to: Installation Error Message
chrishajer
ParticipantInteresting…
I don’t know why it would redirect to the home page vs. giving you a failed login attempt. I registered, received my email, tried logging in, and it seemed like it just redirected to the front page of the forum again.
Is the WordPress installation going to be here:
http://www.johnwade.ca/puppyplaydate/ ?
If so, with integration, the bbPress installation should be here then (I believe):
http://www.johnwade.ca/puppyplaydate/Forums/
but it’s actually here:
http://www.johnwade.ca/Forums/
I wonder if the cookie path is wrong and that prevents bbPress from setting the proper cookie and thus thinks you’re not logged in, or that you logged back out since there is no valid cookie?
I checked the cookies that were set and I have a cookie path of /puppyplaydate/ for wordpressuser and wordpresspass. I would expect the cookie path to be /Forums/ with this setup.
As a test, I just stopped accepting cookies for my site (integrated with WordPress as well), then tried logging in. If I tried to log in while I was viewing a forum, it just silently redirected me to the forum home page. This seems like confirmation that it’s a cookie issue at this point. I can make mine do what yours is doing.
If I set the 2 cookies manually in Firefox, I am logged in! Check this out:
Screenshot of me logged into your forum:
http://www.chrishajer.com/bbpress/ppd-profile.png
Screenshot of the cookies I manually set (note path
/Forums/
):http://www.chrishajer.com/bbpress/ppd-cookies.png
Here is the response from your server where it tries to set the cookies with a path of /puppyplaydate/:
http://www.chrishajer.com/bbpress/ppd-response.txt
HTH
February 11, 2008 at 3:24 pm #62837In reply to: bbpress & wordpress integration
_ck_
ParticipantIntegration works fine.
If you are using WordPress 2.3.x you need bbPress 0.8.3.x and if you are using WordPress trunk (2.5 alpha) you should use bbPress trunk r1075.
Essentially cookie hashes and paths have to be sync’ed and a plugin is needed on the bbPress side to set WordPress roles if they register through bbPress.
I’ve assembled most of the details here:
http://bbshowcase.org/forums/topic/better-bbpress-wordpress-integration-the-missing-faq
Or you can comb through the integration tag here:
-
AuthorSearch Results