SyntaxError in <controller not set>#<action not set>

All of a sudden I started getting the error

SyntaxError in #

If I remove all source code from the controller and just have an empty
index method I still get the same error. How is this possible?

John