Hello,
I've implemented the business api with php and can't get it to work on
our production server (linux, apache, php5).
The same code works on other servers without a problem. Here's the
link to a test page:
http://arpe.es/php-kit/getSearchResults.php?words=beach&language_id=2
It gives a lot of warnings like this:
Warning: array_key_exists() [function.array-key-exists]: The second
argument should be either an array or an object in /home/clientes/
arpe.es/www/php-kit/xml-rpc.php on line 96
I suspect it might be a server configuration error but I don't know
what to check. Could someone please give me a hint about what the
error could be?