You are not permitted to access databases outside the document tree.

Post Reply
User avatar
Thunderstone
Site Admin
Posts: 2504
Joined: Wed Jun 07, 2000 6:20 pm

You are not permitted to access databases outside the document tree.

Post by Thunderstone »



Your webserver probably doesn't set DOCUMENT_ROOT. You should set it
as noted in the comments at the top of the script. It should be set
to the full path of the top level directory containing your web documents.
Something like:
<$DOCUMENT_ROOT = "D:\inetpub\usearchthe">


Post Reply