• Hello,
    When I try to edit a newletter, text appears in white, it’s say that there is no subscriber selected, and when I try to preview, nothing appears.
    I have this notification :

    Warning: count(): Parameter must be an array or an object that implements Countable in /htdocs/wp-content/mu-plugins/alo-easymail_multiple-posts-placeholder.php on line 54

    Fatal error: Uncaught Error: [] operator not supported for strings in /htdocs/wp-content/mu-plugins/alo-easymail_multiple-posts-placeholder.php:60 Stack trace: #0 /htdocs/wp-admin/includes/template.php(1389): alo_em_mod_meta_placeholders(Object(WP_Post), Array) #1 /htdocs/wp-admin/edit-form-advanced.php(686): do_meta_boxes(Object(WP_Screen), ‘normal’, Object(WP_Post)) #2 /htdocs/wp-admin/post-new.php(75): require(‘/htdocs/wp-admi…’) #3 {main} thrown in /htdocs/wp-content/mu-plugins/alo-easymail_multiple-posts-placeholder.php on line 60

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author eventualo

    (@eventualo)

    Hi, sorry for delay.
    Maybe it can be enough to replace line 54 of file alo-easymail_multiple-posts-placeholder.php:

    $real_count = count($placeholders);

    with this line:

    $real_count = count((array)$placeholders);

    I hope it helps. Let me know, then I’ll update the plugin.

    Thread Starter chuchuju

    (@chuchuju)

    Hello
    Thank you for your reply
    I’m sorry but it didn’t change anything…

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Problems with the plugin’ is closed to new replies.