-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

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


-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)

iEYEARECAAYFAktCo6wACgkQ18/WetbTC/pIzACfQJcru2DJ1uQcB/tc3dgGBIbY
H5wAn1T/ifW6E7f/rFsEE8VpUizEr4DR
=TrLj
-----END PGP SIGNATURE-----



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to