Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Hassan Akhtar

    (@khaxan)

    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.

    @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

    (@khaxan)

    Thanks @azherahmed.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Fatal error on pages with shortcode’ is closed to new replies.