How to show content without excerpt?

As explained in Codex Function Reference, you can set the argument $stripteaser to true in order to not show the excerpt:

the_content( null, true );

error code: 523