Title: Problems with the plugin
Last modified: August 25, 2020

---

# Problems with the plugin

 *  [chuchuju](https://wordpress.org/support/users/chuchuju/)
 * (@chuchuju)
 * [5 years, 9 months ago](https://wordpress.org/support/topic/problems-with-the-plugin-13/)
 * 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](https://wordpress.org/support/users/eventualo/)
 * (@eventualo)
 * [5 years, 9 months ago](https://wordpress.org/support/topic/problems-with-the-plugin-13/#post-13345913)
 * 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](https://wordpress.org/support/users/chuchuju/)
 * (@chuchuju)
 * [5 years, 9 months ago](https://wordpress.org/support/topic/problems-with-the-plugin-13/#post-13378272)
 * 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.

 * ![](https://s.w.org/plugins/geopattern-icon/alo-easymail_574f4b.svg)
 * [ALO EasyMail Newsletter](https://wordpress.org/plugins/alo-easymail/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/alo-easymail/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/alo-easymail/)
 * [Active Topics](https://wordpress.org/support/plugin/alo-easymail/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/alo-easymail/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/alo-easymail/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [chuchuju](https://wordpress.org/support/users/chuchuju/)
 * Last activity: [5 years, 9 months ago](https://wordpress.org/support/topic/problems-with-the-plugin-13/#post-13378272)
 * Status: not resolved