hikashopuserview.php on line 11

  • Posts: 2665
  • Thank you received: 68
  • Hikashop Business
13 years 2 days 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: 83741
  • Thank you received: 13548
  • MODERATOR
13 years 2 days 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: 2665
  • Thank you received: 68
  • Hikashop Business
13 years 2 days 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: 83741
  • Thank you received: 13548
  • MODERATOR
13 years 21 hours ago #49369

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

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

  • Posts: 2665
  • Thank you received: 68
  • Hikashop Business
13 years 2 hours ago #49445

merci

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

Time to create page: 0.047 seconds
Powered by Kunena Forum