D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
hrfiudwx
/
yamond.com
/
dup-installer
/
templates
/
default
/
pages-parts
/
step1
/
actions
/
Filename :
error.php
back
Copy
<?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>