Create New Item
Item Type
File
Folder
Item Name
Search file in folder and subfolders...
Are you sure want to rename?
File Manager
/
CredentialSource
/
actions
:
error.php
Advanced Search
Upload
New Item
Settings
Back
Back Up
Advanced Editor
Save
<?php /** * * @package templates/default */ use Duplicator\Installer\Utils\InstallerLinkManager; defined('ABSPATH') || defined('DUPXABSPATH') || exit; ?> <div id="error_action" class="bottom-step-action margin-top-2 no-display" > <div class="s1-err-msg" > <i> This installation will not be able to proceed until the archive and validation sections both pass. Please adjust your servers settings click validate buttom or contact your server administrator, hosting provider or visit the resources below for additional help. </i> <div style="padding:10px"> <?php $url = InstallerLinkManager::getCategoryUrl(InstallerLinkManager::TROUBLESHOOTING_CAT, 'install', 'Technical FAQs'); ?> » <a href="<?php echo DUPX_U::esc_attr($url); ?>" target="_blank">Technical FAQs</a> <br/> » <a href="<?php echo InstallerLinkManager::getDocUrl('', 'install', 'Online Documentation'); ?>" target="_blank"> Online Documentation </a> <br/> </div> </div> </div>