Search code examples
phpapiconnectionfilemaker

FileMaker PHP API Connection Issue


I have recently created a script which should be passed an IP address of the users FM DB Server location, then the script will connect to that server with the given username, password, IP Address and DB Name.

However, no matter what I pass as the IP, it never throws an error.

Is there some form of error handling within the FileMaker PHP API for connection errors?

Thanks in advance!


Solution

  • The server that you're making the calls from needs to have curl support - make sure that's enabled. Best bet is to try locally against your FMS box with the test database - once you've got that working then you can try the remote connection.