soderlind / read-offline

Read Offline allows you to download or print posts and pages. You can download the post as PDF, ePub and mobi
https://wordpress.org/plugins/read-offline/
31 stars 10 forks source link

Draft post warnings #45

Closed palicko closed 8 years ago

palicko commented 9 years ago

Hi, when I create new post and save it as "draft", warning appears:

Warning: strpos(): Empty needle in /srv/www/***/htdocs/wp-content/plugins/read-offline/inc/class-read-offline.php on line 160

Same thing happen when trying to Preview this draft post.

This can be repaired by adding additional condition to not create attachments on draft page. Add this to line 140 in class-read-offline.php if ( 'draft' == get_post_status ( $post_id )) return $post_id;

Penworks commented 8 years ago

yep I get this. I made a new thread to post all errors.

soderlind commented 8 years ago

Fixed. Please test the latest release.