This example demonstrates a common Python error: TypeError: unsupported operand type(s) for +: 'int' and 'str'. This occurs when attempting to use the + operator with an integer and a string, which ...
If I have ajax enabled, I see: "There was an error processing your request, please try again at a later time" When I disable ajax, I see a bunch of weird gibberish ...