Gossamer Forum
Home : Products : DBMan SQL : Discussion :

default user problem

Quote Reply
default user problem
i want default user to view only and i have auth_allow_default=view in sample.

i tried db.cgi?db=sample&uid=default
also db.cgi?db=sample&uid=default&do=search_form

both give following error:

Invalid database sample requested (Def file does not exist)

if i just enter db.cgi, the login window works fine. what is the problem?

Quote Reply
Re: [delicia] default user problem In reply to
This is case sensitive issue. db should be Sample instead of sample. The correct URL is below:

db.cgi?db=Sample;do=search_form

B.