fmbug Posted May 15, 2012 Posted May 15, 2012 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.
fmbug Posted May 21, 2012 Author Posted May 21, 2012 FMAPI is different in FMP 12 Adv and FMP 11 Adv. We need to replace the FMAPI 11 with FMAPI 12.
Recommended Posts
This topic is 4826 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