Info
- 69 posts
- 29 voices
- Started 5 years ago by fabtest
- Latest reply from gerikg
- This topic is not resolved
*seamless* wordpress integration
-
- Posted 2 years ago #
Hi, 2 problems and I hope you guys can help me out :)
1. I'm getting this error:
Warning: require_once(/hermes/web10/b811/pow.oktearoom/htdocs/forum/htdocs/blog/wp-config.php) [function.require-once]: failed to open stream: No such file or directory in /hermes/web10/b811/pow.oktearoom/htdocs/forum/bb-config.php on line 66
Fatal error: require_once() [function.require]: Failed opening required '/hermes/web10/b811/pow.oktearoom/htdocs/forum/htdocs/blog/wp-config.php' (include_path='.:/usr/local/lib/php-5.2.2/lib/php') in /hermes/web10/b811/pow.oktearoom/htdocs/forum/bb-config.php on line 66
I know that i defined the path incorrectly..i want it to say /htdocs/blog/wp-config.php and NOT htdocs/forum/htdocs/blog/wp-config.php
How do i write it without it including the htdocs/forum part. (my blog is on my /blog directory and the forum is in the /forum directory). Sorry, i'm a hug newb but I'd appreciate some guidance.
Problem 2:
Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /hermes/web10/b811/pow.oktearoom/htdocs/blog/wp-blog-header.php:4) in /hermes/web10/b811/pow.oktearoom/htdocs/blog/wp-content/plugins/wp-e-commerce/merchants/paypal_certified.php on line 741
That is showing up at the top of my blog. Any idea on how to tackle that?
Thanks
Bob
-
- Posted 2 years ago #
Can someone just help me figure out how to type out the format for the location of the wp-config.php in my first problem? thanks.
-
- Posted 2 years ago #
Does having separate WordPress and BBpress databases make calling a WP header from a BB page impossible?
-
- Posted 2 years ago #
No, that does not make it impossible. It's completely unrelated. Start a new topic with your issue and give as much detail as possible.
-
- Posted 2 years ago #
@ vilimaunula..... where did you include this code? in which file? in which line?
<?php if ($forumpage == TRUE) {
bb_title();
echo " :.: AKN&I";
} else ...
to add the forum feed:<?php if ($forumpage == TRUE) bb_feed_head(); ?>
and are you sure this code is right.. for getting bbpress title?
Thanks,
cNc -
- Posted 1 year ago #
HI,
I am almost done, however here come the things I can´t fix.
1.- I am not able to sent a comment in the blog, I get this message:
Warning: Cannot modify header information - headers already sent by (output started at /mnt/web8/20/59/51979159/htdocs/wp-config.php:1) in /mnt/web8/20/59/51979159/htdocs/wp-comments-post.php on line 88
Warning: Cannot modify header information - headers already sent by (output started at /mnt/web8/20/59/51979159/htdocs/wp-config.php:1) in /mnt/web8/20/59/51979159/htdocs/wp-comments-post.php on line 89
Warning: Cannot modify header information - headers already sent by (output started at /mnt/web8/20/59/51979159/htdocs/wp-config.php:1) in /mnt/web8/20/59/51979159/htdocs/wp-comments-post.php on line 90
Warning: Cannot modify header information - headers already sent by (output started at /mnt/web8/20/59/51979159/htdocs/wp-config.php:1) in /mnt/web8/20/59/51979159/htdocs/wp-includes/pluggable.php on line 868
However, the comment is accepted.
2.- I am not able to use the WP dashboard, any option I choose, like edit post, edit pluggins or so, ends in the following error.

Warning: Cannot modify header information - headers already sent by (output started at /mnt/web8/20/59/51979159/htdocs/wp-config.php:1) in /mnt/web8/20/59/51979159/htdocs/wp-includes/pluggable.php on line 8683.- I do not have a login/register option in my BBPRESS.
4.- When adding an answer to a post in the BBpress site, I get this messageWarning: Cannot modify header information - headers already sent by (output started at /mnt/web8/20/59/51979159/htdocs/wp-config.php:1) in /mnt/web8/20/59/51979159/htdocs/wp-includes/pluggable.php on line 868
However, the comment is accepted.My Blog is http://severus.es and the forums are at http://severus.es/forums.
I am using WP2.9.2 and BBPress 1.02 -
- Posted 1 year ago #
@severus
The integration shouldn't affect WordPress.
-
- Posted 1 year ago #
Hi gerikg
The integration is working already without errors. I just gave up and copied back the backup and suddenly it showed perfect. I do not have an explanation for that, but it works.
Now I am into the details.
— the login/register function did not show, so I took it out of the header and put it on the content and it works. I have still to give a better format that does not get over the content.
— I want to add a Grey background over every second post. No idea how to do it. Any idea?
— I have probably to redo the integration since when I log in WP it log me out in BBpress and viceversa.
— I have to refine some details still (font colors, etc)
The sites are:
WP: http://www.severus.es
BBPress: http://www.severus.es/foroI won´t add the forums links in the menu until it is 100% integrated.
Thanks a lot for the explanations here.
-
- Posted 1 year ago #
Learn to use an add-on feature on FireFox browser called FireBug. That can help you with what css line you need to edit (to make the grey background), etc, etc.
-
You must log in to post.