I can't seem to get a list of all paypal transactions. I'm trying to use paypal APIs but I can't seem to understand. I found an answer here but couldn't get it to work. When pasting it into a php file, inserting the username, password and signature, i get an error.
Warning: curl_setopt(): CURLOPT_FOLLOWLOCATION cannot be activated when an open_basedir is set in /home/u925636669/public_html/system.php on line 13 NULL
I'm not that good in PHP so help would be appreciated. If you could, I would also like to use that code to return an array of all the transactions with info about how much was paid, by whom and when.
Also, is there a way to test it without paying anything?