Newbies Yeroc Posted October 2, 2003 Newbies Posted October 2, 2003 Hello there! I'm trying to get CDML to work with my FileMaker database, with no luck so far. My problem now is that when I try to submit a page with CDML using this: <form method="post" action="FMPro"> I get the message: No file exists at
Garry Claridge Posted October 2, 2003 Posted October 2, 2003 How about this: <form method="post" action="http://evans.sfsu.edu:591/FMPro"> All the best. Garry
MeltDown Posted October 8, 2003 Posted October 8, 2003 Did you configure your web companion plug-in to use Web Security Databases for security? If so, you must have the Web Security Database open, and it must include a record showing access priviledges for the database you are trying to connect to via the internet.
Steve T. Posted October 17, 2003 Posted October 17, 2003 I think Garry's right... <FORM ACTION="http://evans.sfsu.edu:591/FMPro" METHOD="POST"> Since you're using port :591, I guess you already know about the Apache being on :80. Keep Instant Web Publishing off if you don't need it. Use the Web Security Database if you don't have your own custom security solution. --ST
Recommended Posts
This topic is 7699 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