We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55f0779 commit 695040cCopy full SHA for 695040c
docbook/adminguide/en/troubleshooting.sgml
@@ -17,6 +17,20 @@
17
<para>Additional information about MantisBT common errors.
18
</para>
19
20
+ <section id="admin.troubleshooting.errors.1502">
21
+ <title>Error 1502 - Category not found</title>
22
+
23
+ <para>This error generally occurs when the Category specified by
24
+ <link linkend="admin.config.defaults">$g_default_category_for_moves</link>
25
+ has been deleted from the database.
26
+ </para>
27
28
+ <para>To resolve this issue, you need to set this parameter to a valid Category Id.
29
+ This can be done either globally in config_inc.php, or via the Manage Configuration
30
+ page (globally or per project).
31
32
+ </section>
33
34
<section id="admin.troubleshooting.errors.2800">
35
<title>Error 2800 - Invalid form security token</title>
36
0 commit comments