In the FileMaker Server browser admin console, both Web Server and Web Publishing Engine are active (green check). When I go to the Test page (http://localhost:16001/test/
) and click Test PHP Custom Web Publishing I get Error 22: Unknown Error
. When I try to connect to a database using my own PHP code, I get Communication Error: (22) The requested URL returned error: 404 Not Found - This can be due to an invalid username or password, or if the FMPHP privilege is not enabled for that user.
Clearly, neither of these messages give good insight into where the problem is. In the admin console, all of the relevant databases (both the test database and the active database for my own PHP code) show that they have fmwebdirect
and PHP
enabled. Where should I be looking to find the cause of this problem?
Details:
FileMaker Server 14.0.4.414
Mac OS X El Capitan (10.11.1)