I just downloaded the TBA API and placed it on my server. I thought that the API would work pretty much right out of the box, but I can't get it to work. I inserted my API Key and changed the team number to reflect my team. I checked that php5 is installed on the server. The "Team History" (api_team_history.php) script seems to be working, but it's not pulling any data. In fact, it doesn't seem to be pulling any of the information it needs from the API client file(tba_api_client_PHP5.php).
Here's the page I set up to test the API.
http://delphielite.com/tba.php
This page is strictly the Team History code placed inside of an HTML page. Nothing special. All I get is a few of the echos from the team history page but no real information.
Can anyone help me get this working.