[Spam] [bbDev] installation issue

Michael D Adams mikea at turbonet.com
Thu Feb 8 03:01:04 GMT 2007


On Feb 7, 2007, at 5:30 PM, Aditya Naik wrote:
> here is the related config file options:
>     // Just the domain name; no directories or path. There should  
> be no trailing slash here.
>     $bb->domain = 'http://localhost'; // Example: 'http:// 
> bbpress.example.com'
>     // There should be both a leading and trailing slash here. '/'  
> is fine if the site is in root.
>     $bb->path   = '/wordpress/forums/';                   //  
> Example: '/forums/'
>
> $bb->wp_home = 'http://localhost/wordpress';  // WordPress -  
> Options->General: Blog address (URL) // No trailing slash
> $bb->wp_siteurl = 'http://localhost/wordpress';  // WordPress -  
> Options->General: WordPress address (URL) // No trailing slash
>
> *** Your $bb->domain setting cannot be parsed.

You're right, it's a regex bug.  Can you try the patch at http:// 
trac.bbpress.org/ticket/573 to see if that works?

Don't you just love bugs that "should essentially never happen" ? :)

Michael


More information about the bbDev mailing list