Paginate Author’s Post List on Custom Author Page (ANOTHER THEORY)

Try my (free & open source) “Easy Pagination Deamon”. It’s pretty advanced and should work on author templates too. Just stick with the readme presented on the link and works for paginated posts & pages too. You can also integrate it in your theme folder and call it in your functions.php with something like include_once( 'pagination.class.php' ); and then call it in your tempalte with oxo_pagination( array( 'your arguments' ) );.