Gavin_+ 56 Report post Posted August 12, 2011 Hi Apologies in advance for a question that is asked frequently but please don't point me at the video it doesn't answer this for me.. Have got to the point where you have to add: require_once(dirname(__FILE__) . ???/../wp-load.php??™); have tried a few different types of directory atab.org.uk/wp-load.php atab.org.uk/public_html/wp-load.php /public_html/wp-load.php just can't get it to work... any ideas? Share this post Link to post Share on other sites
Rob 547 Report post Posted August 13, 2011 Gavin, I pretty much ignored the video and simply went to Plugins>Add New, searched for BuddyPress, the Template Pack and other things, installed them automatically and all worked fine. It took me less than 5 minutes and I didn't have to customize any code. Have you tried that? Former PageLines Moderator, Food Expert and Raconteur Share this post Link to post Share on other sites
fritz 0 Report post Posted August 13, 2011 Inside the root directory for bbpress install, open up the bb-config.php file and add this: require_once(dirname(__FILE__) . '/../wp-load.php') right below: define( 'BB_LANG', '' ); Hope this helps. Share this post Link to post Share on other sites
Gavin_+ 56 Report post Posted August 14, 2011 Hi Fritz Just to be clear I have tried: require_once(dirname(__FILE__) . ???/../wp-load.php??™); and require_once(atab.org.uk/wp-load.php ??™); and require_once(atab.org.uk/public_html/wp-load.php ??™); and require_once(/public_html/wp-load.php ??™); and none of them work! Share this post Link to post Share on other sites
catrina 103 Report post Posted August 14, 2011 Try: require_once('../../publ_html/wp-load.php'); Please read the docs before posting. Please do not private message me unless I ask you to. Designer | Catrina Dulay Founder | Catrina and Mouse Share this post Link to post Share on other sites
Gavin_+ 56 Report post Posted August 15, 2011 THanks everyone - its working now. Share this post Link to post Share on other sites