May 15, 201213 yr Dear All, Please help me... Whenever i am trying to connect to a layout of FileMaker Pro 12 Advanced using FMPHP. I am getting the following error. I am using FileMaker Server 12 Advanced and FileMaker Pro 12 Advanced. The error is: Communication Error: (22) The requested URL returned error: 401 - This can be due to an invalid username or password, or if the FMPHP privilege is not enabled for that user. Everything is enable in Priviledge sets options. The same thing is executable on FMS 11 advanced and FM Pro 11 Advanced. But here it is giving the error. I am using these lines of codes: $fetchData=$fm->newFindCommand('List_View'); *$result=$fetchData->execute(); $value=$result->getRecords(); In (*) line, it is giving communication error.
May 21, 201213 yr Author FMAPI is different in FMP 12 Adv and FMP 11 Adv. We need to replace the FMAPI 11 with FMAPI 12.
Create an account or sign in to comment