klingsc1 Posted May 21, 2008 Posted May 21, 2008 I can't get my CWP PHP connection to work...I am getting the following error which I cannot find any info on how to resolve. Any ideas? The PHP connection to the FMServer_Sample database failed. I do have a SSL certificate installed. Notice: Undefined index: message.error.fm.60 in C:Program FilesFileMakerFileMaker ServerWeb Publishingweb-server-supporttestfmi-testphptest.php on line 36 Any ideas?
Baloo Posted May 22, 2008 Posted May 22, 2008 The undefined index error means that your code is attempting to access a slot in an associative array that does not exist. In your case it's looking for the key "message.error.fm.60". There is no Filemaker error 60 so I'm not sure what's up there. If you post your code I'll take a look and see if I can be of more help.
klingsc1 Posted May 22, 2008 Author Posted May 22, 2008 Forgive me ... I am a novice at PHP. What code do you need excactly. I am only using the Example.fp7 files that came with Server 9. I have not altered these in any way.
Baloo Posted May 27, 2008 Posted May 27, 2008 I'm looking for the code leading up to your error in the file: C:Program FilesFileMakerFileMaker ServerWeb Publishingweb-server-supporttestfmi-testphptest.php The error is on line 36 so I'll need to see the relevant code leading up to that line, or you could just include the entire file. Don't forget to change any hard-coded login or server information to something innocuous like "user", "pw" , "server", etc.
Jalz Posted May 28, 2008 Posted May 28, 2008 Hi Baloo, Sorry to jump in, have you got SSL and FMSA 9 with PHP working on a Windows 2003 machine? Cheers J
klingsc1 Posted May 28, 2008 Author Posted May 28, 2008 Yes, I am using SSL - FMSA9 - Windows Server 2003
Jalz Posted May 28, 2008 Posted May 28, 2008 Hi, I was referrning to Baloo, as I have the same setup as you and am gettinga very similar undefined error which I can't sort out.
Baloo Posted May 29, 2008 Posted May 29, 2008 No, we have FMSA 9 running with IIS on a Windows 2003 server (managed by another department), but all of our PHP code lives on a Linux/Apache server (managed by us). All of this is only on an internal network so we're not using SSL.
Recommended Posts
This topic is 6274 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