";
// line 59
echo __("Report an application fault");
// line 60
echo "
";
// line 63
if (($context["urlError"] ?? null)) {
// line 64
echo "
";
echo __("CMS configuration warning, it is very unlikely that /web/ should be in the URL. This usually means that the DocumentRoot of the web server is wrong and may put your CMS at risk if not corrected.");
echo "
";
}
// line 66
echo "
";
// line 67
if (($context["binLogError"] ?? null)) {
// line 68
echo "
";
echo __("The CMS may not be working as expected because MySQL BINLOG format is set to STATEMENT. This can effect sessions and should be set to ROW or MIXED.");
echo "
";
}
// line 70
echo "
";
// line 71
echo __("Before reporting a fault it would be appreciated if you follow the steps. Click start ");
echo "
";
// line 82
echo __("Check that the Environment passes all the CMS Environment checks.");
echo "
";
// line 84
if (($context["environmentFault"] ?? null)) {
// line 85
echo "
";
echo __("There is a critical error that you should resolve first.");
echo "
";
} elseif ( // line 86
($context["environmentWarning"] ?? null)) {
// line 87
echo "
";
echo __("There is a warning on the checklist that you should resolve.");
echo "
";
} else {
// line 89
echo "
";
echo __("All checks pass. Click next to continue");
echo "
";
}
// line 91
echo "
";
// line 93
if ((($context["environmentFault"] ?? null) || ($context["environmentWarning"] ?? null))) {
// line 94
echo "
";
// line 97
echo __("Item");
echo " |
";
// line 98
echo __("Status");
echo " |
";
// line 99
echo __("Advice");
echo " |
";
// line 103
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(($context["environmentCheck"] ?? null));
foreach ($context['_seq'] as $context["_key"] => $context["check"]) {
// line 104
echo " ";
if (($this->getAttribute($context["check"], "status", []) != 1)) {
// line 105
echo "
";
// line 106
echo twig_escape_filter($this->env, $this->getAttribute($context["check"], "item", []), "html", null, true);
echo " |
";
// line 108
if (($this->getAttribute($context["check"], "status", []) == 0)) {
// line 109
echo "
";
} else {
// line 111
echo "
";
}
// line 113
echo " |
";
// line 114
echo twig_escape_filter($this->env, $this->getAttribute($context["check"], "advice", []), "html", null, true);
echo " |
";
}
// line 117
echo " ";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['check'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 118
echo "
";
// line 121
echo __("All other checks passed");
echo "
";
}
// line 124
echo "
";
// line 128
if (($context["environmentCheck"] ?? null)) {
// line 129
echo "
";
// line 132
echo __("Item");
echo " |
";
// line 133
echo __("Status");
echo " |
";
// line 134
echo __("Advice");
echo " |
";
// line 138
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(($context["environmentCheck"] ?? null));
foreach ($context['_seq'] as $context["_key"] => $context["check"]) {
// line 139
echo " ";
if (($this->getAttribute($context["check"], "status", []) == 1)) {
// line 140
echo "
";
// line 141
echo twig_escape_filter($this->env, $this->getAttribute($context["check"], "item", []), "html", null, true);
echo " |
";
// line 143
if (($this->getAttribute($context["check"], "status", []) == 1)) {
// line 144
echo "
";
}
// line 146
echo " |
";
// line 147
echo twig_escape_filter($this->env, $this->getAttribute($context["check"], "advice", []), "html", null, true);
echo " |
";
}
// line 150
echo " ";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['check'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 151
echo "
";
}
// line 154
echo "
";
// line 170
echo __("Turn ON full auditing and debugging.");
echo "
";
// line 210
echo __("Automatically collect and export relevant information into a text file.");
// line 211
echo " ";
echo __("Please save this file to your PC.");
// line 212
echo "
";
// line 214
echo __("What items would you like to save?");
// line 215
echo "
";
// line 263
echo __("Turn full auditing and debugging OFF.");
echo "
";
// line 285
echo __("That's it!");
// line 286
echo "
";
// line 288
echo __("Click on the below link to open the bug report page for this release.");
// line 289
echo " ";
echo __("Describe the problem and include a link to the fault archive you obtained earlier - please check this archive for sensitive information, redact as appropriate, and upload it somewhere publically accessible.");
// line 290
echo "