On your ns_getcsv question; AOLServer 4.0 has broken out the DB API into
it's own module -- nsdb, whereas before you would get it as part of the
core.
What that means is that your server uses any of the ns_db apis, you need
to add nsdb.so to your modules section.
The surprising part, is that ns_getcsv is implemented within the DB API.
  To get that function, you need to have the nsdb module configured into
your server.

Mark

Kevin S. Davis wrote on 2/10/2004, 12:00 PM:

 > Greetings!  First time poster here, but I have used AS for a number of
 > years.
 >
 > I just upgraded from 3.5.something to 4.0.1 and ran into a couple
 > issues I
 > haven't seen discussed...
 >
 > First, ns_getcsv seems to be gone.  LOL, that's probably a good thing.  I
 > was using it when I should know better.  I can implement it if I still
 > need
 > it, but it was handy for the quick hack.
 >
 > Next, I can't seem to get nsperm to work.  The nsperm module loads fine
 > according to server.log and I am using the same perms and passwd files
 > from
 > 3.5, but AS will serve up an entry from perms without asking for
 > authentication.  It's as if it doesn't even read the perms file (the file
 > permissions are correct).  What am I missing here?
 >
 > Thank you for the help,
 > Kevin
 >
 >
 > --
 > AOLserver - http://www.aolserver.com/
 >
 > To Remove yourself from this list, simply send an email to
 > <[EMAIL PROTECTED]> with the
 > body of "SIGNOFF AOLSERVER" in the email message. You can leave the
 > Subject: field of your email blank.


--
AOLserver - http://www.aolserver.com/

To Remove yourself from this list, simply send an email to <[EMAIL PROTECTED]> with the
body of "SIGNOFF AOLSERVER" in the email message. You can leave the Subject: field of 
your email blank.

Reply via email to