There's a known getContent issue with MW 1.21. Thus far, I haven't figured out how to fix it, but I didn't try very hard either.
Topic on Extension talk:PerPageLicense
Add
$contents = ContentHandler::getContentText( $contents );
after line 131 - directly after the call to getContent.
This makes the per page license work again.