[SOLVED]Invalid arguments social/hikasho

  • Posts: 155
  • Thank you received: 4
10 years 5 months ago #192798

-- HikaShop version -- : 2.3.5
-- Joomla version -- : 3.4
-- PHP version -- : 5.3.10-1ubuntu3.16
-- Browser(s) name and version -- : Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.115 Safari/537.36
-- Error-message(debug-mod must be tuned on) -- : hikashopsocial/hikashopsocial.php on line 336

Hallo.

I have updated my Joomla site from 2.5 to 3.3 and now to 3.4 followwing the howto from joomla. All worked fine only some issues.

I have a problem with the social pugin which gives me

Warning: implode(): Invalid arguments passed in /srv/www/mysite.com/plugins/system/hikashopsocial/hikashopsocial.php on line 336


Now also google results are like this :
www.google.it/webhp?sourceid=chrome-inst...hp%20on%20line%20336

i switched it off and the error disappears.

I would like to use it.

How can i resolve this problem?

Thanks for reply

Last edit: 10 years 5 months ago by Cattelan.

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

  • Posts: 26264
  • Thank you received: 4043
  • MODERATOR
10 years 5 months ago #192800

Hi,

Edit the plugin file and replace the line

$url_options = $k . '=' . urlencode($v);
Into
$url_options[] = $k . '=' . urlencode($v);
And it will fix the issue.

Regards,


Jerome - Obsidev.com
HikaMarket & HikaSerial developer / HikaShop core dev team.

Also helping the HikaShop support team when having some time or couldn't sleep.
By the way, do not send me private message, use the "contact us" form instead.
The following user(s) said Thank You: Cattelan

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

  • Posts: 155
  • Thank you received: 4
10 years 5 months ago #192842

This worked for me thanks !

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

Time to create page: 0.056 seconds
Powered by Kunena Forum