When I create a new doc and click “Save,” instead of seeing the saved doc I get a string of alternating error messages of the form
Warning: array_search() expects parameter 2 to be array, integer given in /home/user/site/wp-content/plugins/buddypress-docs/includes/addon-taxonomy.php on line 260
Warning: array_values() expects parameter 1 to be array, integer given in /home/user/site/wp-content/plugins/buddypress-docs/includes/addon-taxonomy.php on line 267
finally ending with
Warning: Cannot modify header information – headers already sent by (output started at /home/user/site/wp-content/plugins/buddypress-docs/includes/addon-taxonomy.php:260) in /home/user/site/wp-includes/pluggable.php on line 896
However, the doc is saved and is visible in the group’s list of docs.
Any suggestions?