Viewing 2 replies - 1 through 2 (of 2 total)
  • Dear carriewhite

    I can not reproduce, but … could you change line 90 in

    wp-content/plugins/types/embedded/classes/class.wpcf-post-types.php

    From:

    if (!isset($custom_post_types[$post_type]))

    To:

    if (empty($post_type) && !isset($custom_post_types[$post_type]))

    And check this problem still exists?

    Thank you for help.

    Marcin

    I have this problem, after your fix it now says the error resides on line 96. This issue only shows when an author is logged in – not the admin

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘1.7.2 upgrade bug’ is closed to new replies.