saplets 0 Report post Posted January 6, 2011 i am not able to deep integrate bbpress nd pagelines this are the errors displayed when i try compiling the page: Warning: Division by zero in /home2/sapletsc/public_html/wp-content/forum/bb-config.php on line 2 Warning: Division by zero in /home2/sapletsc/public_html/wp-content/forum/bb-config.php on line 2 Warning: Division by zero in /home2/sapletsc/public_html/wp-content/forum/bb-config.php on line 2 Warning: Division by zero in /home2/sapletsc/public_html/wp-content/forum/bb-config.php on line 2 Warning: require_once(0php???‚¬?„?) [function.require-once]: failed to open stream: No such file or directory in /home2/sapletsc/public_html/wp-content/forum/bb-config.php on line 2 Fatal error: require_once() [function.require]: Failed opening required '0php???‚¬?„?' (include_path='.:/usr/lib64/php:/usr/lib/php') in /home2/sapletsc/public_html/wp-content/forum/bb-config.php on line 2 Share this post Link to post Share on other sites
Andrew 207 Report post Posted January 6, 2011 Hmmm.. This is probably caused by one of two things: 1. Plugin conflict (with WP plugin) 2. Funky Server settings. Try disabling plugins in WP first, then once both installs are plugin free... think if it could be a server issue. Still no dice, then post here with an update Share this post Link to post Share on other sites
saplets 0 Report post Posted January 7, 2011 Hello Mr. Andrew , As you said may be it is coz. of plugin conflict but there are 34 Active Plugins so deactivating them wont be feasible since some plugins have loads of data on back-end , and this could cause error in connection with their respective fields in the database tables. and what kinda server settings are possible in this case, Since the normal Integration was successfully carried on same server settings. Share this post Link to post Share on other sites
Andrew 207 Report post Posted January 7, 2011 Well it appears to be a bbPress issue, I'd post this there and see what they have to say about it... bbpress.org Share this post Link to post Share on other sites
jccoldwell 0 Report post Posted February 7, 2011 Andrew, this is a deep integration issue that many people are posting about with pagelines framework, this error code is what appears after the require_once line is added... Anurag am i correct, does this appear if you remove the require once call? Share this post Link to post Share on other sites
cmunns 16 Report post Posted February 7, 2011 There are a few things to try. Use an absolute path in the require_once call and also make sure there are no spaces before or after the opening and closing PHP brackets of the bb-config file. Share this post Link to post Share on other sites