Thorpe Mayes <[EMAIL PROTECTED]> wrote: >Procedures that I place in the ../aolserver/modules/tcl library are not >working. I restart the server after adding the file. The error message in >the log is that it is an invalid command name.
Whenever this happened to me it was always due to a syntax error earlier on in the file that aborted its load when AOLserver started up. Nothing after the error in the file is executed, so any procedures defined there do not appear. Hence "invalid command". Look for error messages in your log right at the beginning, when AOLserver is starting up. I'll bet your file is not loading successfully. Then look for the place in the file where the real error is. >When I try to locate the file, it does not show up. When I run updatedb >and then run locate, the file shows up, This is normal behaviour for locate: it can't find new files until its database is updated. It is nothing to do with your problem. Regards, Jeremy Henty -- 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.
