Découverte d'une erreur

2 posts in this topic

Posted · Report post

Bonjour

en me baladant dans les options de peel shopping 8.0.5 en backoffice, dans Configuration>Transport>modes de livraison, lorsque je choisis n'importe lequel des modes, j'ai une erreur qui s'affiche tout en haut de page :

Notice: Undefined index: STR_ADMIN_TYPES_LINK_TO_UPS in /homepages/5/d334204221/htdocs/carcyregulator/types.php on line 209

Warning: Cannot modify header information - headers already sent by (output started at /homepages/5/d334204221/htdocs/carcyregulator/types.php:209) in /homepages/5/d334204221/htdocs/lib/fonctions/fonctions.php on line 1658

Une petite aide svp ? st ce connu ou seulement de mon côté ?

Merci

 

Share this post


: post
Share on other sites

Posted · Report post

Bonjour,

Effectivement il y a bien une erreur PHP sur cette page. Cette erreur n'a aucune incidence sur le fonctionnement de la page. Pour corriger il faut remplacer dans le fichier administer/types.php la ligne

$tpl->assign('STR_ADMIN_TYPES_LINK_TO_UPS', $GLOBALS['STR_ADMIN_TYPES_LINK_TO_UPS']);

par

	if (check_if_module_active('ups')) {
		$tpl->assign('STR_ADMIN_TYPES_LINK_TO_UPS', $GLOBALS['STR_ADMIN_TYPES_LINK_TO_UPS']);
	}

 

 

Share this post


: post
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

Twitter Advisto ecommerce

Facebook PEEL Shopping