Title: Plugin broken
Last modified: August 21, 2016

---

# Plugin broken

 *  Resolved [cangpo](https://wordpress.org/support/users/cangpo/)
 * (@cangpo)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/plugin-broken-20/)
 * Warning: Parameter 1 to RW_Taxonomy_Meta::save_field_wysiwyg() expected to be
   a reference, value given in …\wp-content\plugins\taxonomy-meta\taxonomy-meta.
   php on line 518
 * Warning: Parameter 1 to RW_Taxonomy_Meta::save_field_file() expected to be a 
   reference, value given in …\wp-content\plugins\taxonomy-meta\taxonomy-meta.php
   on line 518
 * Warning: Cannot modify header information – headers already sent by (output started
   at …\wp-content\plugins\taxonomy-meta\taxonomy-meta.php:518) in …\wp-includes\
   pluggable.php on line 876
 * This messages appears, when i save category. Localhost.
 * [http://wordpress.org/extend/plugins/taxonomy-meta/](http://wordpress.org/extend/plugins/taxonomy-meta/)

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

 *  [Andrew Munro / AffiliateWP](https://wordpress.org/support/users/sumobi/)
 * (@sumobi)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/plugin-broken-20/#post-3652388)
 * I’ve got the same PHP warnings as above. Seems to be when using the WYSIWYG field.
   The data is not saved to database so we can’t use the WYSIWYG field at all.
 *  [Joshuwar](https://wordpress.org/support/users/joshuwar/)
 * (@joshuwar)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/plugin-broken-20/#post-3652462)
 * Hey cangpo and sumobi,
 * Just been poking around in the taxonomy meta plugin, and I think if you change
   line 518 to:
 * `call_user_func( array( $this, 'save_field_' . $type ), &$meta, $field, $old,
   $new );`
 * (ie. adding the ampersand to the $meta variable), the error doesn’t get thrown.
 * I haven’t tested whether this is watertight but it seems to work now at least.
 *  Thread Starter [cangpo](https://wordpress.org/support/users/cangpo/)
 * (@cangpo)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/plugin-broken-20/#post-3652470)
 * Hey Joshuwar, thanks for answer, those errors don’t appear.
    WYSIWYG field still
   have some “bugs”, so expecting plugin update to fix this 🙂

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

The topic ‘Plugin broken’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/taxonomy-meta.svg)
 * [Taxonomy Meta](https://wordpress.org/plugins/taxonomy-meta/)
 * [Support Threads](https://wordpress.org/support/plugin/taxonomy-meta/)
 * [Active Topics](https://wordpress.org/support/plugin/taxonomy-meta/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/taxonomy-meta/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/taxonomy-meta/reviews/)

 * 3 replies
 * 3 participants
 * Last reply from: [cangpo](https://wordpress.org/support/users/cangpo/)
 * Last activity: [13 years, 1 month ago](https://wordpress.org/support/topic/plugin-broken-20/#post-3652470)
 * Status: resolved