Commit b892bd58 authored by jake%bugzilla.org's avatar jake%bugzilla.org

Add id's to sections that didn't have them.

parent 6c9ed14d
<!-- <!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"> --> <!-- <!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"> -->
<!-- $Id: troubleshooting.xml,v 1.1 2004/12/07 11:41:59 jake%bugzilla.org Exp $ --> <!-- $Id: troubleshooting.xml,v 1.2 2004/12/07 12:29:04 jake%bugzilla.org Exp $ -->
<appendix id="troubleshooting"> <appendix id="troubleshooting">
<title>Troubleshooting</title> <title>Troubleshooting</title>
...@@ -31,7 +31,7 @@ ...@@ -31,7 +31,7 @@
</para> </para>
</section> </section>
<section> <section id="trbl-testserver">
<title>The Apache webserver is not serving Bugzilla pages</title> <title>The Apache webserver is not serving Bugzilla pages</title>
<para>After you have run <command>checksetup.pl</command> twice, <para>After you have run <command>checksetup.pl</command> twice,
run <command>testserver.pl http://yoursite.yourdomain/yoururl</command> run <command>testserver.pl http://yoursite.yourdomain/yoururl</command>
...@@ -47,7 +47,7 @@ TEST-OK Webserver is preventing fetch of http://landfill.bugzilla.org/bugzilla-t ...@@ -47,7 +47,7 @@ TEST-OK Webserver is preventing fetch of http://landfill.bugzilla.org/bugzilla-t
</programlisting> </programlisting>
</section> </section>
<section> <section id="trbl-perlmodule">
<title>I installed a Perl module, but <title>I installed a Perl module, but
<filename>checksetup.pl</filename> claims it's not installed!</title> <filename>checksetup.pl</filename> claims it's not installed!</title>
...@@ -70,7 +70,7 @@ TEST-OK Webserver is preventing fetch of http://landfill.bugzilla.org/bugzilla-t ...@@ -70,7 +70,7 @@ TEST-OK Webserver is preventing fetch of http://landfill.bugzilla.org/bugzilla-t
</orderedlist> </orderedlist>
</section> </section>
<section> <section id="trbl-bundleBugzilla">
<title>Bundle::Bugzilla makes me upgrade to Perl 5.6.1</title> <title>Bundle::Bugzilla makes me upgrade to Perl 5.6.1</title>
<para>Try executing <command>perl -MCPAN -e 'install CPAN'</command> <para>Try executing <command>perl -MCPAN -e 'install CPAN'</command>
...@@ -88,7 +88,7 @@ TEST-OK Webserver is preventing fetch of http://landfill.bugzilla.org/bugzilla-t ...@@ -88,7 +88,7 @@ TEST-OK Webserver is preventing fetch of http://landfill.bugzilla.org/bugzilla-t
</section> </section>
<section> <section id="trbl-dbdSponge">
<title>DBD::Sponge::db prepare failed</title> <title>DBD::Sponge::db prepare failed</title>
<para>The following error message may appear due to a bug in DBD::mysql <para>The following error message may appear due to a bug in DBD::mysql
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment