PDA

View Full Version : Error opening doc from search results



dawice
28 Mar 2008, 8:32 AM
Open view - perform a search - try to open one of the found documents. Doc does not open, get the error:

Http Status Code: 404

Reason: File not found or unable to read file

Firebug shows that the url does not include the nsf dbname (see attachment). The full url would be domain/development/noncweb.nsf/All%20By%20Item....etc.

The dbname, noncweb.nsf, has been dropped.

jratcliff
28 Mar 2008, 9:14 AM
What url are you using to open the application? We haved fixed a bug recently (available in the next release) that fixes this problem when the url you open the app with ends with just ".nsf"

Try opening the app with a slash after the .nsf or by specifying the main.html (or whatever you have named it) after the .nsf (ie. http://yourserver/yourdb.nsf/ or http://yourserver/yourdb.nsf/main.html) and then try it out. If this works for you just do this for now and until the next beta is available.

~Jack R.

dawice
28 Mar 2008, 10:22 AM
That's the problem, thanks for the quick response!

I was opening with .nsf only.