Title: Latest version broken
Last modified: August 21, 2016

---

# Latest version broken

 *  [ironlion37](https://wordpress.org/support/users/ironlion37/)
 * (@ironlion37)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/latest-version-broken/)
 * Warning: Cannot modify header information – headers already sent by (output started
   at /wp-content/plugins/zopim-live-chat/accountconfig.php:20) in /wp-includes/
   pluggable.php on line 1121
 * [https://wordpress.org/plugins/zopim-live-chat/](https://wordpress.org/plugins/zopim-live-chat/)

Viewing 8 replies - 1 through 8 (of 8 total)

 *  [Rizal](https://wordpress.org/support/users/datmasehbeta/)
 * (@datmasehbeta)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/latest-version-broken/#post-5131992)
 * same with me,
 * after install this new update, my wordpress show this
 * The plugin generated 471 characters of unexpected output during activation. If
   you notice “headers already sent” messages, problems with syndication feeds or
   other issues, try deactivating or removing this plugin.
 *  [skylineprints](https://wordpress.org/support/users/skylineprints/)
 * (@skylineprints)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/latest-version-broken/#post-5132023)
 * same here. exact same error message as above.
 *  [dan_frameconcepts](https://wordpress.org/support/users/dan_frameconcepts/)
 * (@dan_frameconcepts)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/latest-version-broken/#post-5132058)
 * After updating plugin, I get this error whenever updating a post, page, anything:
 * `Warning: Cannot modify header information - headers already sent by (output 
   started at /home/.../public_html/wp-content/plugins/zopim-live-chat/accountconfig.
   php:20) in /home/.../public_html/wp-admin/post.php on line 235`
 * `Warning: Cannot modify header information - headers already sent by (output 
   started at /home/.../public_html/wp-content/plugins/zopim-live-chat/accountconfig.
   php:20) in /home/.../public_html/wp-includes/pluggable.php on line 1121`
 *  [webaware](https://wordpress.org/support/users/webaware/)
 * (@webaware)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/latest-version-broken/#post-5132076)
 * You can hack a fix (PHP 5.3+) by replacing the style block at the top of accountconfig.
   php in the plugin with this:
 *     ```
       <?php add_action('admin_print_styles', function() { ?>
       <style type="text/css">
       	.btn_orange {
       		display: inline-block;
       		width: 150px;
       		padding: 10px 0px;
       		background: #F38313;
       		color: #fff !important;
       		border-radius: 5px;
       		font-weight: 700;
       		font-style: normal;
       		font-size: 14px;
       		border: none;
       		text-shadow: 0px -1px 1px rgba(0, 0, 0, 0.2);
       		text-decoration: none;
       		text-align: center;
       		border: 1px solid #E37A13;
       		box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.2);
       	}
       </style>
       <?php }); ?>
       ```
   
 *  [bencxr](https://wordpress.org/support/users/bencxr/)
 * (@bencxr)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/latest-version-broken/#post-5132081)
 * Hi webaware,
    thank you for your suggestion, the update has been rolled out. 
   Appreciate your help!
 * Regards,
    Team Zopim
 *  [webaware](https://wordpress.org/support/users/webaware/)
 * (@webaware)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/latest-version-broken/#post-5132085)
 * [@bencxr](https://wordpress.org/support/users/bencxr/): that code works OK for
   PHP 5.3+ but **will break** on PHP 5.2. I suggest you refactor it to use a named
   function, not a closure. Otherwise, you’ll get a new crop of “doesn’t work” reports
   from people still hosted on [old, obsolete, unsupported versions of PHP](http://php.net/eol.php)(
   and [there’s lots of them](http://wpcentral.io/version-usage/)!)
 * cheers,
    Ross
 *  [bencxr](https://wordpress.org/support/users/bencxr/)
 * (@bencxr)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/latest-version-broken/#post-5132086)
 * [@webaware](https://wordpress.org/support/users/webaware/), yeap did a refactor
   to register and enqueue the styles. Should work for all versions now. Thanks 
   you for your help really appreciate it.
 * Regards,
    Team Zopim
 *  [webaware](https://wordpress.org/support/users/webaware/)
 * (@webaware)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/latest-version-broken/#post-5132087)
 * Good stuff, looking good now.
 * cheers
    Ross

Viewing 8 replies - 1 through 8 (of 8 total)

The topic ‘Latest version broken’ is closed to new replies.

 * ![](https://ps.w.org/zopim-live-chat/assets/icon.svg?rev=1522846)
 * [Zendesk Chat](https://wordpress.org/plugins/zopim-live-chat/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/zopim-live-chat/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/zopim-live-chat/)
 * [Active Topics](https://wordpress.org/support/plugin/zopim-live-chat/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/zopim-live-chat/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/zopim-live-chat/reviews/)

 * 8 replies
 * 6 participants
 * Last reply from: [webaware](https://wordpress.org/support/users/webaware/)
 * Last activity: [11 years, 8 months ago](https://wordpress.org/support/topic/latest-version-broken/#post-5132087)
 * Status: not resolved