hikashopuserview.php on line 11

  • Posts: 2614
  • Thank you received: 65
  • Hikashop Business
12 years 1 month ago #49317

Bonjour

quand j'envoies une commande dans les logs j'ai

PHP Notice: Undefined index: option in ./plugins/system/hikashopuserview/hikashopuserview.php on line 11
qui correspond a if($_GET!='com_hikashop' || $_GET!='user') return;


PHP Notice: Undefined property: JUser::$gid in ./plugins/hikashoppayment/alphauserpoints/alphauserpoints.php on line 448

if(hikashop_level(2)) {
$groups=unserialize($method->payment_params->groups);
if(!empty($order->customer->user_cms_id)) {
$gid = $order->customer->gid;
} else {
$my =& JFactory::getUser();
$gid = $my->gid;
}

Please Log in or Create an account to join the conversation.

  • Posts: 81851
  • Thank you received: 13138
  • MODERATOR
12 years 1 month ago #49319

Je n'ai pas ce plugin de notre coté.

Il suffit de mettre un @ avant $_GET et $_GET

Please Log in or Create an account to join the conversation.

  • Posts: 2614
  • Thank you received: 65
  • Hikashop Business
12 years 1 month ago #49323

c'est bon
il reste $gid = $my->gid;
PHP Notice: Undefined property: JUser::$gid in ./plugins/hikashoppayment/alphauserpoints/alphauserpoints.php on line 448

merci

Please Log in or Create an account to join the conversation.

  • Posts: 81851
  • Thank you received: 13138
  • MODERATOR
12 years 1 month ago #49369

Pareil, il suffit de mettre un @ avant $my->gid

Please Log in or Create an account to join the conversation.

  • Posts: 2614
  • Thank you received: 65
  • Hikashop Business
12 years 1 month ago #49445

merci

Please Log in or Create an account to join the conversation.

Time to create page: 0.058 seconds
Powered by Kunena Forum