Title: Error found
Last modified: April 17, 2025

---

# Error found

 *  [millerwdk](https://wordpress.org/support/users/millerwdk/)
 * (@millerwdk)
 * [1 year ago](https://wordpress.org/support/topic/error-found-6/)
 * I found this error message showing up on my website. fixed by updating your plugin
   code
 * > Warning: Undefined array key 0 in /var/www/vhosts/connect.providencecare.ca/
   > httpdocs/wp-content/plugins/buddypress-docs/includes/theme-bridge.php on line
   > 384
   > Warning: Attempt to read property “content” on null in /var/www/vhosts/connect.
   > providencecare.ca/httpdocs/wp-content/plugins/buddypress-docs/includes/theme-
   > bridge.php on line 384
 * I fixed it by this, I hope you can fix this issue on the next update.
 * file:
   _wp-content/plugins/buddypress-docs/includes/theme-bridge.php_Update this
   code_$rendered = do\_blocks( $templates[0]->content );_to:_if ( empty( $templates)
   || empty( $templates[0] ) || empty( $templates[0]->content ) ) {__return $templates;
   __}__$rendered = do\_blocks( $templates[0]->content );_

The topic ‘Error found’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/buddypress-docs.svg)
 * [BuddyPress Docs](https://wordpress.org/plugins/buddypress-docs/)
 * [Support Threads](https://wordpress.org/support/plugin/buddypress-docs/)
 * [Active Topics](https://wordpress.org/support/plugin/buddypress-docs/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/buddypress-docs/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/buddypress-docs/reviews/)

 * 0 replies
 * 1 participant
 * Last reply from: [millerwdk](https://wordpress.org/support/users/millerwdk/)
 * Last activity: [1 year ago](https://wordpress.org/support/topic/error-found-6/)
 * Status: not resolved