Thanks, I used the file and I did not have the error with the ot_tax.php file any longer.
BUT
as described before there is still a change in behavior of the array_merge function in php 5 (see http://be.php.net/array_merge) so I used the follwoing code in line 1515 of paypalwwp.php:
Code:
// debug
$this->zcLog('ec_step1 - 2 -submit', print_r(array_merge((array)$return_url, (array)$cancel_url, (array)$options), true));
as otherwise I got an error that item #1 and #2 are no arrays.
By the way. There is no error message any longer, but express checkout still does not work. I think it is because I do have a German and a Belgium paypal account, but no North American one. Any time I return form Paypal I enter the order process in step 1 (or get to split login if not logged in) and on step 2 (payment) I have to enter a payment option of my other two paments (paypal ipn and eurotransfer), but no express checkout....
But, thanks anyway.
Best regards
Dieter Brandenburger