Custom Post Type Pagination on Single.php?

The problem is you’re using next_posts_link() etc… note the plural form ‘posts’.

To link to previous and next single posts you need to use next_post_link() and previous_post_link().

Basically change ‘posts’ to ‘post’ in the function names.

File not found.