|
From: Benjamin C. <bc...@us...> - 2002-02-28 18:55:47
|
Update of /cvsroot/phpbt/phpbt/docs/sgml In directory usw-pr-cvs1:/tmp/cvs-serv30999/docs/sgml Modified Files: installation.sgml Log Message: Updated the installation instructions to note the magic_quotes_gpc requirement Index: installation.sgml =================================================================== RCS file: /cvsroot/phpbt/phpbt/docs/sgml/installation.sgml,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- installation.sgml 1 Dec 2001 17:56:33 -0000 1.4 +++ installation.sgml 28 Feb 2002 18:55:44 -0000 1.5 @@ -13,6 +13,9 @@ <step> <para>After completing the installation, login and start reporting bugs.</para> +<important> +<para>You must have <varname>magic_quotes_gpc</varname> set to On either in <filename>php.ini</filename> or in <filename>.htaccess</filename> (see <ulink url="http://www.php.net/manual/en/configuration.php">http://www.php.net/manual/en/configuration.php</ulink> for more info).</para> +</important> <note> <para>Optional: Install JpGraph (<ulink url="http://www.aditus.nu/jpgraph/">http://www.aditus.nu/jpgraph</ulink>) if you wish to use it for the summary bug display on the home page.</para> </note> |