Not recognizing commands sporadically one day to the next

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I'm running Acad2018 and have a fairly large .lsp file containing numerous functions that I load in acaddoc.lsp. I had it all working fine yesterday. Every command worked.
When I start cad this morning, some of the commands aren't being recognized. It will give me "UNKNOWN COMMAND" errors, even though they exist in the lisp file, and worked yesterday.
I've manually reloaded the lisp file multiple times, but to no avail. I even copy and pasted one of the commands to it's own file, loaded it, and it still says "unknown command". Very strange. Hard to trouble shoot when it worked perfectly yesterday, and nothing has changed.
My file containing my lisp routines was originally created in Acad2013. Not sure if that matters? It does give me the following message regularly now:
Cannot invoke (command) from *error* without prior call to (*push-error-using-command*).
Converting (command) calls to (command-s) is recommended.
But the they still seem to work.
Any ideas would be greatly appreciated.
Thank-you
Doug