Title: kelwoos's Replies | WordPress.org

---

# kelwoos

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[SamedayCourier Shipping] Eroare in versiunea 1.10.3](https://wordpress.org/support/topic/eroare-in-versiunea-1-10-3/)
 *  [kelwoos](https://wordpress.org/support/users/kelwoos/)
 * (@kelwoos)
 * [1 year, 1 month ago](https://wordpress.org/support/topic/eroare-in-versiunea-1-10-3/#post-18529588)
 * Am gasit si rezolvarea!
 * Intra in fisierul /wp-content/plugins/samedaycourier-shipping/sql/sameday_query_db.
   php si de la randul 77 schimba acest cod.
 *     ```wp-block-code
       $result = unserialize($wpdb->get_results($query)[0]->service_optional_taxes, ARRAY_A);return is_array($result) ? $result : [];
       ```
   
 * cu
 *     ```wp-block-code
       $raw_data = $wpdb->get_results($query)[0]->service_optional_taxes ?? '';$result = unserialize($raw_data, ['allowed_classes' => true]);return is_array($result) ? $result : [];
       ```
   
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[SamedayCourier Shipping] Eroare in versiunea 1.10.3](https://wordpress.org/support/topic/eroare-in-versiunea-1-10-3/)
 *  [kelwoos](https://wordpress.org/support/users/kelwoos/)
 * (@kelwoos)
 * [1 year, 1 month ago](https://wordpress.org/support/topic/eroare-in-versiunea-1-10-3/#post-18529570)
 * Am aceeasi problema si eu PHP Fatal error: Uncaught TypeError: unserialize():
   Argument #2 ($options) must be of type array, string given
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [WordPress 5.5 Lazy Load Image Disappeared](https://wordpress.org/support/topic/wordpress-5-5-lazy-load-image-disappeared/)
 *  [kelwoos](https://wordpress.org/support/users/kelwoos/)
 * (@kelwoos)
 * [6 years ago](https://wordpress.org/support/topic/wordpress-5-5-lazy-load-image-disappeared/#post-13241730)
 * Same problem here…all the website images disappeared after wordpress 5.5 update
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[User Switching] After WC update, Switch to is not available to all user roles](https://wordpress.org/support/topic/after-wc-update-switch-to-is-not-available-to-all-user-roles/)
 *  Thread Starter [kelwoos](https://wordpress.org/support/users/kelwoos/)
 * (@kelwoos)
 * [7 years, 10 months ago](https://wordpress.org/support/topic/after-wc-update-switch-to-is-not-available-to-all-user-roles/#post-10777909)
 * Yes, now only the admin can make the switch for other roles. Shop manager can
   only switch if the user has the role of customer.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[User Switching] After WC update, Switch to is not available to all user roles](https://wordpress.org/support/topic/after-wc-update-switch-to-is-not-available-to-all-user-roles/)
 *  Thread Starter [kelwoos](https://wordpress.org/support/users/kelwoos/)
 * (@kelwoos)
 * [7 years, 10 months ago](https://wordpress.org/support/topic/after-wc-update-switch-to-is-not-available-to-all-user-roles/#post-10774512)
 * WooCommerce 3.4.6
    There is one breaking change in this release. Previously, 
   Shop Managers were allowed to edit all roles except admins. This was much more
   permission than Shop Managers needed for their role. With this release, Shop 
   Managers can only edit users with the Customer role by default, and there is 
   a whitelist of roles that Shop Managers can edit.

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