Tejas Posted April 20, 2015 Posted April 20, 2015 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.
doughemi Posted April 21, 2015 Posted April 21, 2015 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).
Wim Decorte Posted April 21, 2015 Posted April 21, 2015 Hi All, I am using IIS 7 ,Filemaker 11 and PHP 5.2.17. IIRC PHP 5.2.11 is the supported version for FMS11. 1
Tejas Posted April 21, 2015 Author Posted April 21, 2015 Hi doughemi and Wim Decorte, Thank you for your replies. I will try both and see if it gets fixed.
Recommended Posts
This topic is 3560 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 accountSign in
Already have an account? Sign in here.
Sign In Now