maxrisc:
More than likely you are missing zlib on your server which will cause errors on the API communication.
Edit the file /alp/includes/config/ebay.config.php
Find the line that looks like this
[ebay-transaction-config]
use-http-compression=1
>
> and make it look like this
>
> ```
[ebay-transaction-config]
use-http-compression=0
Zlib is helpful to increase communication speed because it can compress the files to and from eBay.
Turning the use-http-compression=0 seem to resolve my:
Get Categories
Fatal error: Call to undefined method EbatNs_ResponseError::getCategoryVersion() in /home/content/v/i/n/vintagemusic/html/zennew13/alp/getCategoriesSQL
I actually got a prompt to update my categories from eBay - still having issues with:
Warning: Call-time pass-by-reference has been deprecated in /home/content/v/i/n/vintagemusic/html/zennew13/alp/includes/EbatNs/EbatNs_Client.php on line 231
Warning: Call-time pass-by-reference has been deprecated in /home/content/v/i/n/vintagemusic/html/zennew13/alp/includes/EbatNs/EbatNs_Client.php on line 250
Warning: Call-time pass-by-reference has been deprecated in /home/content/v/i/n/vintagemusic/html/zennew13/alp/includes/EbatNs/EbatNs_Client.php on line 250
Warning: Call-time pass-by-reference has been deprecated in /home/content/v/i/n/vintagemusic/html/zennew13/alp/includes/EbatNs/EbatNs_Client.php on line 254
Warning: Call-time pass-by-reference has been deprecated in /home/content/v/i/n/vintagemusic/html/zennew13/alp/includes/EbatNs/EbatNs_Client.php on line 254
Warning: Call-time pass-by-reference has been deprecated in /home/content/v/i/n/vintagemusic/html/zennew13/alp/includes/EbatNs/EbatNs_Client.php on line 358