Title: Fatal error on pages with shortcode
Last modified: August 21, 2016

---

# Fatal error on pages with shortcode

 *  Resolved [PDY138](https://wordpress.org/support/users/pdy138/)
 * (@pdy138)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/fatal-error-on-pages-with-shortcode/)
 * Hi,
 * I have installed and activated the plugin, but on both pages with the shortcodes
   on, i get this
 * Fatal error: Call to undefined function ot_get_media_post_ID()
 * Do you know why this is?
 * Thanks,
 * Paul
 * [https://wordpress.org/plugins/front-end-publishing/](https://wordpress.org/plugins/front-end-publishing/)

Viewing 3 replies - 1 through 3 (of 3 total)

 *  Plugin Author [Hassan Akhtar](https://wordpress.org/support/users/khaxan/)
 * (@khaxan)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/fatal-error-on-pages-with-shortcode/#post-5073300)
 * This function (ot_get_media_post_ID()) is not a part of front-end publishing.
   It is probably some other (probably media related) plugin that’s causing the 
   issue. Please try deactivating the other plugins and reverting to the default
   theme. If the problem persists let me know.
 *  [azherahmed](https://wordpress.org/support/users/azherahmed/)
 * (@azherahmed)
 * [12 years ago](https://wordpress.org/support/topic/fatal-error-on-pages-with-shortcode/#post-5073594)
 * [@pdy138](https://wordpress.org/support/users/pdy138/) Your bug is with the Hueman
   theme.
 * Find this line in in `wp-content/themes/hueman/option-tree/ot-loader.php`:
 * `if ( ! is_object( $post ) )`
 * And change it to
 * `if ( ! is_object( $post ) && function_exists('ot_get_media_post_ID'))`
 * Fixed it for me.
 *  Plugin Author [Hassan Akhtar](https://wordpress.org/support/users/khaxan/)
 * (@khaxan)
 * [12 years ago](https://wordpress.org/support/topic/fatal-error-on-pages-with-shortcode/#post-5073595)
 * Thanks [@azherahmed](https://wordpress.org/support/users/azherahmed/).

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Fatal error on pages with shortcode’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/front-end-publishing_343434.svg)
 * [Frontend Publishing](https://wordpress.org/plugins/front-end-publishing/)
 * [Support Threads](https://wordpress.org/support/plugin/front-end-publishing/)
 * [Active Topics](https://wordpress.org/support/plugin/front-end-publishing/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/front-end-publishing/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/front-end-publishing/reviews/)

 * 3 replies
 * 3 participants
 * Last reply from: [Hassan Akhtar](https://wordpress.org/support/users/khaxan/)
 * Last activity: [12 years ago](https://wordpress.org/support/topic/fatal-error-on-pages-with-shortcode/#post-5073595)
 * Status: resolved