Jump to content
View in the app

A better way to browse. Learn more.

FMForums.com

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

FM PHP Server Issue.

Featured Replies

I have a Filemaker and PHP connection set up.When I try to login to the PHP application i get an error with error code 22 and error description as 'Unknown Error'.

The Filemaker version is Filemaker Server 11 and the Client version is Filemaker 9.

Does anybody know about this error and how to resolve it?

Why is the client version of relevance?

The PHP page should be on a webserver, that connects to the FMS or FMSA server with the Web Publishing Engine set up on it. Where are you seeing Error 22?

tir, do one thing. Make you connection file like this:

-----

define("FM_HOST","http://192.168.2.4");//your server ip

define("FM_FILE", "Khan");// file name

define("FM_USER", "admin");// database username

define("FM_PASS", "admin");// database password

require_once('fmview.php');

require_once('error.php');

require_once('FileMaker.php');

//connection string

$fm = new FileMaker(FM_FILE, FM_HOST, FM_USER, FM_PASS);

--

  • Author

The PHP pages are stored in "C:intelputwww root" folder.

I get the error while accessing the file through the browser.

you should use FileMaker server to put the database file. and according to me you should use Xammp as PHP server. Put your folder in the htdocs folder of Xammp in C drive. Please try explore more about your issues.

1)check the folder permission.

2) Upload the files again on server, or

3) Reinstall fm server and upload the files again.

Create an account or sign in to comment

Important Information

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

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.