Here is the error from today:
[01-May-2010 05:54:00] PHP Warning: array_merge() [<a href='function.array-merge'>function.array-merge</a>]: Argument #3 is not an array in /*/*/public_html/includes/modules/payment/paypalwpp.php on line 2200
Line 2200 reads:
PHP Code:
$this->zcLog('findMatchingAddressBookEntry - 1-stats', 'lookups:' . "\n" . print_r(array_merge($country->fields, array('zone_country_id' => $country_zone_check->fields['zone_id']), $zone->fields), true) . "\n" . 'check_zone: ' . $check_zone . "\n" . 'zone:' . $zone_id . "\nSubmittedAddress:".print_r($address_question_arr, TRUE));
Not sure what this error is about or if it's related to permission issue. Nonetheless after the error the Add to Cart button started the problem again where when you click add to cart it just keeps spinning, the item is added to cart but the page doesn't change.