From 1cb1a7ee59d26ce9daa683ffb0f62000296b0c10 Mon Sep 17 00:00:00 2001 From: "jake%bugzilla.org" <> Date: Fri, 4 Apr 2008 11:47:46 +0000 Subject: Bug 275595 - The bz-devel ENTITY no longer exists in the Bugzilla Guide. It should now be possible to compile this version with either Jade or xmlto. Patch by Colin S. Ogilvie r=jake --- docs/en/xml/Bugzilla-Guide.xml | 27 +++++++++++---------------- docs/en/xml/about.xml | 2 +- docs/en/xml/troubleshooting.xml | 40 +--------------------------------------- 3 files changed, 13 insertions(+), 56 deletions(-) diff --git a/docs/en/xml/Bugzilla-Guide.xml b/docs/en/xml/Bugzilla-Guide.xml index 07e4233b7..d24c238d0 100644 --- a/docs/en/xml/Bugzilla-Guide.xml +++ b/docs/en/xml/Bugzilla-Guide.xml @@ -31,44 +31,39 @@ For a devel release, simple bump bz-ver and bz-date --> - - - - + + + + Bugzilla Documentation"> + - - - + + - + - - - + + - - - - + - ]> diff --git a/docs/en/xml/about.xml b/docs/en/xml/about.xml index 6e502ee75..281b4633a 100644 --- a/docs/en/xml/about.xml +++ b/docs/en/xml/about.xml @@ -1,6 +1,6 @@ - + About This Guide diff --git a/docs/en/xml/troubleshooting.xml b/docs/en/xml/troubleshooting.xml index c4ed53b00..3500f5251 100644 --- a/docs/en/xml/troubleshooting.xml +++ b/docs/en/xml/troubleshooting.xml @@ -1,5 +1,5 @@ - + Troubleshooting @@ -29,19 +29,6 @@ fix the problem. If not, see below for some commonly-encountered errors. If that doesn't help, post the errors to the newsgroup. - - - Bugzilla can also log all user-based errors (and many code-based errors) - that occur, without polluting the web server error log. To enable - Bugzilla error logging, create a file that Bugzilla can write to, named - errorlog, in the Bugzilla data - directory. Errors will be logged as they occur, and will include the type - of the error, the IP address and username (if available) of the user who - triggered the error, and the values of all environment variables; if a - form was being submitted, the data in the form will also be included. - To disable error logging, delete or rename the - errorlog file. -
@@ -318,31 +305,6 @@ at /usr/lib/perl5/site_perl/5.6.0/File/Temp.pm line 233.
-
- - checksetup.pl reports "Client does not support authentication protocol - requested by server..." - - - - This error is occurring because you are using the new password - encryption that comes with MySQL 4.1, while your - DBD::mysql module was compiled against an - older version of MySQL. If you recompile DBD::mysql - against the current MySQL libraries (or just obtain a newer version - of this module) then the error may go away. - - - - If that does not fix the problem, or if you cannot recompile the - existing module (e.g. you're running Windows) and/or don't want to - replace it (e.g. you want to keep using a packaged version), then a - workaround is available from the MySQL docs: - - - -
-