Jump to content

Filemaker API Integration with PHP


Tejas

This topic is 3287 days old. Please don't post here. Open a new topic instead.

Recommended Posts

Hi All,

I am using IIS 7 ,Filemaker 11 and PHP 5.2.17.

I have installed IIS and Filemaker 11 server correctly and also for the default site added in the handler mapping section the correct path for the FM webpublishing PHP which is 

C:\Program Files (x86)\FileMaker\FileMaker Server\Web Publishing\publishing-engine\php\php5isapi.dll.

But when I run the php code then I get an error as :

PHP Notice:  Only variable references should be returned by reference in C:\Program Files (x86)\FileMaker\FileMaker Server\Web Publishing\publishing-engine\php\FileMaker\Command.php on line 126.

Can any1 please help?

Thank you in advance.

 

Link to comment
Share on other sites

I think I ran into the same problem with FMS 10 and PHP 5.x .  It went away when I installed FMS 12. The change from PHP4 to PHP5 apparently broke some of the original API code.

You could try to download and install FMS 13 Trial (on another machine, not your server machine), pull the API files  (in the \php\FileMaker directory) from that, and replace the FMS 11 files in  \php\FileMaker\  (be sure to save the originals in another location in case this causes more problems than it solves).

Link to comment
Share on other sites

This topic is 3287 days old. Please don't post here. Open a new topic instead.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.