On Tuesday 05 January 2010 03:27:58 David Prévot wrote:
> severity 552097 wishlist
> retitle 552097 Please improve multiboard documentation
>
> Hi Noel,
>
> > I've used the 'php_value auto_prepend_file' method in
> > /etc/apache2/conf.d/phpbb3.conf to change database settings for
> > having more that one forum. But it does not work since in line 25 of
> > /usr/share/phpbb3/www/config.php it reads
> > "require '/etc/phpbb3/database.inc.php';" which overwrites the
> > configuration.
>
> This doesn't seem to be an issue, since the quote is in a "if":
>
> $ cat /usr/share/phpbb3/www/config.php
> <?php
> [...]
> if (!defined('PHPBB_INSTALLED')) {
> [...]
> require '/etc/phpbb3/database.inc.php';
> [...]
> }
>
> So, if your config file comport "define('PHPBB_INSTALLED', true);" as
> proposed in the example available in the documentation [1], it's not an
> issue.
>
> [1] /usr/share/doc/phpbb3/examples/config.php
>
> Nevertheless, there might be some other problems. I am actually trying
> to make it work. Hopefully, I'll come back with a documentation patch...
>
> Regards
>
> David
>
>
> I've actually used a "manual" method to achieve multiboard installation, namely creating two complete installations and saving space by soft linking .php files from one install to other. I'm sorry I can't be of more help with this. thanks Noel
signature.asc
Description: This is a digitally signed message part.

