Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×

This topic is 7900 days old. Please don't post here. Open a new topic instead.

Recommended Posts

Posted

Hi,

I am receiving a 501 - Not Implemented error when trying to access a very simple web page with a single CDML tag in it.

Setup:

I am running FMPro v6 Trial edition with a single database file, images.fmp5

The images database contains 1 layout named "basic" and three fields: "filename" [text], "thumbnail" [container, reference only], and "filepath" [text]. The database currently has 17 records in it, with all fields for each populated with data.

I have Sharing enabled via Web Companion only, with all Views set to "basic"; Filemaker Network Sharing is set to Single User.

Under Application preferences, I have Web Companion enabled with Instant Web Publishing disabled, logging to all three files, Remote admin disabled and Filemaker Pro Access Priveleges selected.

I have a CDML "format" file in my Web directory named "browse.htm" which contains a single CDML tag:

<html>

<head>

<title>Test File</title>

</head>

<body bgcolor="#ffffff">

<p>

[FMP-Field: filename, Raw]<br />

</p>

</body>

</html>

I am attempting to access the file with the URL:

http://localhost/FMP?-db=images.fmp5&-lay=basic&-format=browse.htm&-view

via IE5 from the machine that FMPro is running on.

Invariably, I receive the following error...

Not Implemented

The server does not support the functionality

required to fulfill this request

The access logs record this hit so there isn't any other server process that's intercepting it--and it's 501 result, but there are no entries in the error logs.

Does anyone know what might be causing this to return. There have been very few users that have run into this error, so the archives aren't too much use.

Thanks

Posted

I just pulled the CDML tag out so that the browse.htm file looks like this:

<html>

<head>

<title>Test File</title>

</head>

<body bgcolor="#ffffff">

<p>

Hi there!

</p>

</body>

</html>

And it *still* returns a 501 error.

Argh!

Posted

Hi me,

Well to start with you're(I'm) not even getting out of the gate properly...

You(I) need to check for formatting on your access urls...

You(I) wrote that the URL is:

http://localhost/FMP?-db=images.fmp5&-lay=basic&-format=browse.htm&-view

Which is not valid for this sort of thing.

A better URL is:

http://localhost/FMPro?-db=images.fmp5&-lay=basic&-format=browse.htm&-view

Note: "FMPro?" as opposed to "FMP"

I don't know where you(I) got that URL from, (I think you(I) got it from one of the other posts regarding basic access for CWP), but it's erroneous.

Good Luck!

This topic is 7900 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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

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