{* * 2007-2014 PrestaShop * * DISCLAIMER * * Do not edit or add to this file if you wish to upgrade PrestaShop to newer * versions in the future. If you wish to customize PrestaShop for your * needs please refer to http://www.prestashop.com for more information. * * @author PrestaShop SA * @copyright 2007-2014 PrestaShop SA * @license http://addons.prestashop.com/en/content/12-terms-and-conditions-of-use * International Registered Trademark & Property of PrestaShop SA *} {literal} {if $ps_version == 0}
{include file="./header.tpl"} {/if}
{if $safe_mode || !$exec || !$request || !$response || !$shop_enable}
{l s='You have a misconfiguration' mod='atos'}

{if $safe_mode}

  • {l s='safe_mode is enabled, contact your hoster.' mod='atos'}
  • {/if}

    {if !$exec}

  • {l s='exec() function is forbidden, contact your hoster.' mod='atos'}
  • {/if}

    {if !$request}

  • {$bin_dir|escape:'htmlall':'UTF-8'}request{if $is_win|intval == 1}.exe{/if} {l s='is not executable, contact your hoster' mod='atos'}
  • {/if}

    {if !$response}

  • {$bin_dir|escape:'htmlall':'UTF-8'}response{if $is_win|intval == 1}.exe{/if} {l s='is not executable, contact your hoster' mod='atos'}
  • {/if}

    {if !$shop_enable}

  • {l s="Your shop is under maintenance. So your bank can't access to the orders validation file." mod='atos'}
  • {/if}

    {/if}
    {include file="./tabs/documentation.tpl"}
    {include file="./tabs/conf.tpl"}
    {if $debugMode === true}
    {include file="./tabs/troubleshooting.tpl"}
    {/if} {include file="./tabs/contact.tpl"}
    {if $ps_version == 0} {include file="./translations.tpl"}
    {/if}