__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
<?php
/**
* @package akeebabackup
* @copyright Copyright (c)2006-2024 Nicholas K. Dionysopoulos / Akeeba Ltd
* @license GNU General Public License version 3, or later
*/
defined('_JEXEC') || die;
use Joomla\CMS\Language\Text;
/** @var \Akeeba\Component\AkeebaBackup\Administrator\View\Alice\HtmlView $this */
?>
<div class="akeeba-panel--red">
<header class="akeeba-block-header">
<h3>
<?= Text::_('COM_AKEEBABACKUP_ALICE_ERR_ANALYZEFAILED_HEADER') ?>
</h3>
</header>
<p>
<?= Text::_('COM_AKEEBABACKUP_ALICE_ERR_ANALYZEFAILED_INFO') ?>
</p>
<h4>
<span class="akeeba-label--red--small">
<?= $this->errorException->getCode() ?>
</span>
<?= $this->errorException->getMessage() ?>
</h4>
<p>
<?= $this->errorException->getFile() ?> :: L<?= $this->errorException->getLine() ?>
</p>
<pre><?= $this->errorException->getTraceAsString() ?></pre>
</div>
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| default.php | File | 1.81 KB | 0664 |
|
| error.php | File | 984 B | 0664 |
|
| result.php | File | 2.4 KB | 0664 |
|
| step.php | File | 1.57 KB | 0664 |
|