3
* Xibo - Digital Signage - http://www.xibo.org.uk
4
* Copyright (C) 2006-2013 Daniel Garner
6
* This file is part of Xibo.
8
* Xibo is free software: you can redistribute it and/or modify
9
* it under the terms of the GNU Affero General Public License as published by
10
* the Free Software Foundation, either version 3 of the License, or
13
* Xibo is distributed in the hope that it will be useful,
14
* but WITHOUT ANY WARRANTY; without even the implied warranty of
15
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16
* GNU Affero General Public License for more details.
18
* You should have received a copy of the GNU Affero General Public License
19
* along with Xibo. If not, see <http://www.gnu.org/licenses/>.
23
use Xibo\Helper\Theme;
25
defined('XIBO') or die("Sorry, you are not allowed to directly access this page.<br /> Please press the back button in your browser.");
28
<div class="col-md-12">
29
<h2><?php echo Theme::Translate('Report a fault with Xibo'); ?></h2>
30
<p><?php echo Theme::Translate('Before reporting a fault it would be appreciated if you follow the below steps.'); ?></p>
32
<div class="ReportFault">
34
<li><p><?php echo Theme::Translate('Check that the Environment passes all the Xibo Environment checks.'); ?></p>
35
<?php echo Theme::Get('environment_check'); ?>
38
<li><p><?php echo Theme::Translate('Turn ON full auditing and debugging.'); ?></p>
39
<form id="1" class="XiboAutoForm" action="index.php?p=admin" method="post">
40
<input type="hidden" name="q" value="SetMaxDebug" />
41
<input class="btn btn-default" type="submit" value="<?php echo Theme::Translate('Turn ON Debugging'); ?>" />
45
<li><p><?php echo Theme::Translate('Recreate the Problem in a new window.'); ?></p>
48
<li><p><?php echo Theme::Translate('Automatically collect and export relevant information into a text file.'); ?> <?php echo Theme::Translate('Please save this file to your PC.'); ?></p>
49
<a class="btn btn-default" href="<?php echo Theme::Get('collect_data_url'); ?>" title="Collect Data"><?php echo Theme::Translate('Collect and Save Data'); ?></a>
52
<li><p><?php echo Theme::Translate('Turn full auditing and debugging OFF.'); ?></p>
53
<form id="2" class="XiboAutoForm" action="index.php?p=admin" method="post">
54
<input type="hidden" name="q" value="SetMinDebug" />
55
<input class="btn btn-default" type="submit" value="<?php echo Theme::Translate('Turn OFF Debugging'); ?>" />
59
<li><p><?php echo Theme::Translate('Click on the below link to open the bug report page for this release.'); ?> <?php echo Theme::Translate('Describe the problem and upload the file you obtained earlier.'); ?></p>
60
<a class="btn btn-default" href="https://github.com/xibosignage/xibo/issues/new" title="<?php echo Theme::Translate('Ask a question'); ?>" target="_blank"><?php echo Theme::Translate('Ask a question'); ?></a>
66
<div class="ReportFault">
67
<h2>Further Action</h2>
68
<p><?php echo Theme::Translate('We will do our best to use the information collected above to solve your issue.'); ?>
69
<?php echo Theme::Translate('However sometimes this will not be enough and you will be asked to put your Xibo installation into "Test" mode.'); ?></p>
73
<li><p><?php echo Theme::Translate('Switch to Test Mode.'); ?></p>
74
<form class="XiboAutoForm" action="index.php?p=admin" method="post">
75
<input type="hidden" name="q" value="SetServerTestMode" />
76
<input class="btn btn-default" type="submit" value="<?php echo Theme::Translate('Switch to Test Mode'); ?>" />
80
<li><p><?php echo Theme::Translate('Recreate the Problem in a new window and Capture a screenshot.'); ?><?php echo Theme::Translate('You should send your screenshot to info@xibo.org.uk with a reference to the Launchpad Question/Bug you have created previously.'); ?></p>
83
<li><p><?php echo Theme::Translate('Switch to Production Mode.'); ?></p>
84
<form class="XiboAutoForm" action="index.php?p=admin" method="post">
85
<input type="hidden" name="q" value="SetServerProductionMode" />
86
<input class="btn btn-default" type="submit" value="<?php echo Theme::Translate('Switch to Production Mode'); ?>" />
b'\\ No newline at end of file'