Info
- 5 posts
- 3 voices
- Started 2 years ago by gerikg
- Latest reply from chrishajer
- This topic is not resolved
Deep Integration Troubleshooting
-
- Posted 2 years ago #
When I do the deep integration it works find but two people already came to me and said it makes the page blank. How does one troubleshoot this problem? I'm assuming they are using the steps on my website so the steps are the same. They are both pulling wp-load.php. WP 2.6.3 and latest bbp.
-
- Posted 2 years ago #
[11-Apr-2010 09:04:39] PHP Warning: Division by zero in /home/xx/public_html/forum/bb-config.php on line 67
line 67: include_once( ‘/home/xx/public_html/wp-load.php’ );
-
- Posted 2 years ago #
Hi gerikg,
can you post a link to your forum? Evtl. we can test it together.
On my forum i have at first also a blank page - there it was a problem with two plugins (one in bbPress, one in WordPress).
Markus
-
- Posted 2 years ago #
Thanks, they won't allow me to post their site. I always thought it was the bbpress plugin but wordpress too I didn't think of.
-
- Posted 2 years ago #
A PHP warning should cause the site to not load (it's just a warning, not an error.)
Is the wp-load.php actually available where you say it is in the include statement?
Also, does including it near the top of bb-config.php change the error at all? (I usually see it near the top, not the bottom.)
Finally, can you use the include_once function to include some other random file in the current directory? Just create a file like test.php with nothing in it other than <?php /* */ ?> and then try to include that to see if the php function is actually working or if there is maybe some server security interfering.
-
You must log in to post.