Hey,
I get an error when i try to buy item in my shop (i saw the error in console chrome browser)
my printscreen:
the error in the response:
Quote:
<br /><strong>Warning</strong>: array_merge() [<a href='function.array-merge'>function.array-merge</a>]: Argument #1 is not an array in <strong>[path]/dbtech/vbshop/actions/ajax.php</strong> on line <strong>166</strong><br />{"error":"error"}
|
And this is line 166 in ajax.php
PHP Code:
$item = array_merge($item, $iteminfo[$vbulletin->GPC['shopid']][$vbulletin->GPC['itemid']]);
how to fix that?
because of that bug i cant buy anything