[TYPO3-commerce] Commerce error when confirming buy

Stephan Viftrup sviftrup at gmail.com
Tue Feb 13 11:21:27 CET 2007


Hi there.

Using Commerce i get this error after the user confirms the buy and conditions:

Warning: array_merge() [function.array-merge]: Argument #2 is not an 
array in 
/mounted-storage/home30c/sub002/sc26417-RTOV/mediamax.dk/typo3conf/ext/commerce/pi3/class.tx_commerce_pi3.php 
on line 1624

Warning: array_merge() [function.array-merge]: Argument #1 is not an 
array in 
/mounted-storage/home30c/sub002/sc26417-RTOV/mediamax.dk/typo3conf/ext/commerce/pi3/class.tx_commerce_pi3.php 
on line 1625

Since the conformation mail is stil sent and the order + user is saved 
i tried to comment out line 1624 and 1625 which seems to work. But im 
sure that is not the way of "solving" this error.

the two lines are:

$markerArray = array_merge($markerArray,$additionalMarker);
$markerArray = array_merge($markerArray,$this->languageMarker);


as far as i can tell the $additionalMarker string is not set within the 
function, but i am unsure of how to proceed.

Any help is much appriciated.

thank you
Stephan



More information about the TYPO3-project-commerce mailing list