Luup code not working in scenes

Scenes that I have been using for awhile now suddenly stopped working. Only the scenes with Luup code that I have executed is not working. It almost like scenes no longer have the ability to run the luup code. I have even created a simple scene that only has one line of code (tested in the develop apps section) and it won’t work when manually triggered.
Any Ideas?

A syntax error in one (unrelated) scene can kill the LUA engine.

Did you add or modify a scene recently?

Turn on Verbose logging in Vera.
Then examine the log with a fine tooth comb when you reload LUA … looking for potential errors.

Thanks aa6vh this is likely the problem. I’ll look at the other scripts and turn on verbose logging as RichardTSchaefer suggested.