Title: Fatal errors
Last modified: August 30, 2016

---

# Fatal errors

 *  Resolved [Ryan Hellyer](https://wordpress.org/support/users/ryanhellyer/)
 * (@ryanhellyer)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/fatal-errors-33/)
 * Many meta keys are throwing errors on line 158 for me, as there is no value found
   for $meta_value[0]. I have worked around it by adding an isset check.
 * `if( isset( $meta_value[0] ) && '' !== $meta_value[0] ) {`
 * I’m unsure if that is blocking the post meta revisions from working or not. I’m
   somewhat busy today, so just hacked that in as a temporary solution until I have
   time to check if it actually works or not.
 * [https://wordpress.org/plugins/wp-post-meta-revisions/](https://wordpress.org/plugins/wp-post-meta-revisions/)

Viewing 1 replies (of 1 total)

 *  Thread Starter [Ryan Hellyer](https://wordpress.org/support/users/ryanhellyer/)
 * (@ryanhellyer)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/fatal-errors-33/#post-6583773)
 * This appears to be fixed in the development version, so I’ll use that until the
   next update occurs.
 * [https://github.com/adamsilverstein/wp-post-meta-revisions](https://github.com/adamsilverstein/wp-post-meta-revisions)

Viewing 1 replies (of 1 total)

The topic ‘Fatal errors’ is closed to new replies.

 * ![](https://ps.w.org/wp-post-meta-revisions/assets/icon-256x256.png?rev=1038294)
 * [WP-Post-Meta-Revisions](https://wordpress.org/plugins/wp-post-meta-revisions/)
 * [Support Threads](https://wordpress.org/support/plugin/wp-post-meta-revisions/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-post-meta-revisions/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-post-meta-revisions/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-post-meta-revisions/reviews/)

 * 1 reply
 * 1 participant
 * Last reply from: [Ryan Hellyer](https://wordpress.org/support/users/ryanhellyer/)
 * Last activity: [10 years, 8 months ago](https://wordpress.org/support/topic/fatal-errors-33/#post-6583773)
 * Status: resolved