Title: sefr's Replies | WordPress.org

---

# sefr

  [  ](https://wordpress.org/support/users/sefr/)

 *   [Profile](https://wordpress.org/support/users/sefr/)
 *   [Topics Started](https://wordpress.org/support/users/sefr/topics/)
 *   [Replies Created](https://wordpress.org/support/users/sefr/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/sefr/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/sefr/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/sefr/engagements/)
 *   [Favorites](https://wordpress.org/support/users/sefr/favorites/)

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Instant Indexing for Google] Status 500 error](https://wordpress.org/support/topic/status-500-errir/)
 *  [sefr](https://wordpress.org/support/users/sefr/)
 * (@sefr)
 * [6 years ago](https://wordpress.org/support/topic/status-500-errir/#post-12695080)
 * Hello, I had an 500 Internal Server Error. I have tried to install plugin on 
   4 different servers with fresh WP installations. Finally, I was sure that the
   problem wasn’t on server side, so I went back to Google Cloud Platform / Service
   Accounts and found the reason. I have downloaded .json file two times and used
   the older one, not newest. Everyone who have 500 error, please use the latest
   downloaded json. Best
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Wired Impact Volunteer Management] Defined role for a new Volunteer registration](https://wordpress.org/support/topic/defined-role-for-a-new-volunteer-registration/)
 *  Thread Starter [sefr](https://wordpress.org/support/users/sefr/)
 * (@sefr)
 * [8 years, 8 months ago](https://wordpress.org/support/topic/defined-role-for-a-new-volunteer-registration/#post-9492024)
 * Yes, it should be “Volunteer” as default role, but we have CRM system with Woocommerce
   payments that assign everyone automatically as “Donor”.
 * How I can specife the role in functions.php? (for registered Volunteer). Like
   e.g. for woocommerce:
 * /**
    * Replace ‘customer’ role (WooCommerce use by default) with your own one.**/
   add_filter(‘woocommerce_new_customer_data’, ‘wc_assign_custom_role’, 10, 1);
 * function wc_assign_custom_role($args) {
    $args[‘role’] = ‘Donor’;
 *  return $args;
    }

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