• Resolved Thomeuxe

    (@thomeuxe)


    Hello pll_staff !

    I encountered an error using the WP plugin MailPoet on my website using Polylang.

    I got 4 times this error :

    Notice: Trying to get property of non-object in C:\wamp\www\SkinObs-wordpress\wp-content\plugins\polylang\admin\admin.php on line 119

    It occurs when I open a MailPoet “pop up” (on click on the “Add Pictures” button on the sidebar for exemple).

    Hope you’ll solve this little problem ! Thank you for your awesome plugin !
    Thomeuxe

    https://www.ads-software.com/plugins/polylang/

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

    (@chouby)

    Hi!

    Could you edit the same file at line 102 and replace

    $screen = get_current_screen();

    by

    $screen = get_current_screen();
    if (empty($screen))
      return;

    and tell me if it solves your issue?

    Thread Starter Thomeuxe

    (@thomeuxe)

    Thank you ! It works just perfectly now !

    Plugin Author Chouby

    (@chouby)

    I will include the modification in the future v1.7 ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘PLL & MailPoet conflict (admin/admin.php error)’ is closed to new replies.