IMPORTANT UPDATE: Please DOWNLOAD and update the Formidable PRO2PDF to the Latest Version!

v2.35 breaks Postman

Home Forums Bugs and Troubleshooting v2.35 breaks Postman

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #11524 Reply
    V K
    Guest

    Version 2.35 introduces a new call to pluggable.php which breaks Postman (and probably any other plugin that uses wp_mail):
    “Postman: wp_mail has been declared by another plugin or theme, so you won’t be able to use Postman until the conflict is resolved”

    Please see the end of this thread on how to fix it:
    https://wordpress.org/support/topic/plugin-not-working-declared-by-another-plugin/?replies=20

    regards,

    VK

    #11528 Reply
    admin
    Keymaster

    Was the prior version of the plugin working for you, or is this a new installation?

    We remain at your service.

    #11531 Reply
    V K
    Guest

    Yes, the previous version does not have that line related to pluggable-php in the code. I downgraded immediately because I need to have email sending working. From the thread I linked to:

    “pluggable.php has a function called wp_mail. When Postman loads first, as it should, Postman’s wp_mail is used and pluggable.php’s wp_mail is skipped. But, if Postman is not installed, pluggable.php’s wp_mail is used. Your problem is that pluggable.php is loaded before Postman. This is incorrect. It means something is messing with the WordPress bootstrap, and could cause other problems like weird bugs or security holes. Plugins/themes are not supposed to directly call core files. That’s what the API is for.”

    regards,
    VK

    #11545 Reply
    Jeff
    Participant

    I have this same issue, exactly.

    #11549 Reply
    admin
    Keymaster

    Check the newest update, and advise if you have any further issue.

    We remain at your service.

    #11550 Reply
    V K
    Guest

    Hi,

    Unfortunately version 2.36 still causes the same error message. It doesn’t seem to be an issue with double include, it is the include itself. Please do not reference pluggable.php directly: Here is another thread about fixing this:

    https://www.s2member.com/forums/topic/strange-conflict-with-plugin/#post-42738

Viewing 6 posts - 1 through 6 (of 6 total)
Reply To: Reply #11549 in v2.35 breaks Postman
Your information: