tir Posted December 5, 2011 Posted December 5, 2011 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?
webko Posted December 7, 2011 Posted December 7, 2011 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?
fmbug Posted December 8, 2011 Posted December 8, 2011 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); --
tir Posted December 8, 2011 Author Posted December 8, 2011 The PHP pages are stored in "C:intelputwww root" folder. I get the error while accessing the file through the browser.
fmbug Posted December 13, 2011 Posted December 13, 2011 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.
Deepak Kumar Posted December 14, 2011 Posted December 14, 2011 1)check the folder permission. 2) Upload the files again on server, or 3) Reinstall fm server and upload the files again.
Recommended Posts
This topic is 5021 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