Jump to content

Impossible de s’enregister car erreur sur "my-account.php"


Fredooo

Recommended Posts

voila le code :

<?php

/* SSL Management */
$useSSL = true;

include(dirname(__FILE__).'/config/config.inc.php');
include(dirname(__FILE__).'/init.php');

if (!$cookie->isLogged())
Tools::redirect('authentication.php?back=my-account.php');

include(dirname(__FILE__).'/header.php');
$smarty->assign(array(
'voucherAllowed' => intval(Configuration::get('PS_VOUCHERS')),
'returnAllowed' => intval(Configuration::get('PS_ORDER_RETURN')),
'HOOK_CUSTOMER_ACCOUNT' => Module::hookExec('customerAccount')));

$smarty->display(_PS_THEME_DIR_.'my-account.tpl');

include(dirname(__FILE__).'/footer.php');

?>


Mais je n'y connais rien en php ...

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...