SyntaxError in <controller not set>#<action not set>
All of a sudden I started getting the error
SyntaxError in <controller not set>#<action not set>
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