Title: odedt's Replies | WordPress.org

---

# odedt

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Cookiebot by Usercentrics - Automatic Cookie Banner for GDPR/CCPA & Google Consent Mode] PHP Fatal error: ob_start()](https://wordpress.org/support/topic/php-fatal-error-ob_start-3/)
 *  [odedt](https://wordpress.org/support/users/odedt/)
 * (@odedt)
 * [2 years, 8 months ago](https://wordpress.org/support/topic/php-fatal-error-ob_start-3/#post-17180069)
 * Try this, still getting this error
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Cookiebot by Usercentrics - Automatic Cookie Banner for GDPR/CCPA & Google Consent Mode] PHP Fatal error: ob_start()](https://wordpress.org/support/topic/php-fatal-error-ob_start-3/)
 *  [odedt](https://wordpress.org/support/users/odedt/)
 * (@odedt)
 * [2 years, 8 months ago](https://wordpress.org/support/topic/php-fatal-error-ob_start-3/#post-17177994)
 * I’m having same problem, all is up to date.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] Uncaught TypeError: d(…).block is not a function](https://wordpress.org/support/topic/uncaught-typeerror-d-block-is-not-a-function/)
 *  Thread Starter [odedt](https://wordpress.org/support/users/odedt/)
 * (@odedt)
 * [3 years, 4 months ago](https://wordpress.org/support/topic/uncaught-typeerror-d-block-is-not-a-function/#post-16474303)
 * We fount the problem
 * [https://snipboard.io/Wi0JBe.jpg](https://snipboard.io/Wi0JBe.jpg)
 * In line 185 there a function wc_get_screen_ids();
 * We print this function and got an array
 * [https://snipboard.io/0jISaY.jpg](https://snipboard.io/0jISaY.jpg)
 * but some ids got Hebrew name’s so it fails.
 *     ```wp-block-code
       function woocommerce_screen_id_language($woocommerce_screen_ids){
       	foreach($woocommerce_screen_ids as $key=>$screen){
       		$screen = rawurldecode($screen);
       		$woocommerce_screen_ids[$key] = str_replace("ווקומרס","woocommerce",$screen);
       	}
       	return $woocommerce_screen_ids;
       }
       add_filter( 'woocommerce_screen_ids', 'woocommerce_screen_id_language');
       ```
   
 * We added this code in the functions.php adn it works.
 * but to export the report I still can’t.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] Uncaught TypeError: d(…).block is not a function](https://wordpress.org/support/topic/uncaught-typeerror-d-block-is-not-a-function/)
 *  Thread Starter [odedt](https://wordpress.org/support/users/odedt/)
 * (@odedt)
 * [3 years, 4 months ago](https://wordpress.org/support/topic/uncaught-typeerror-d-block-is-not-a-function/#post-16465017)
 * Hi, I made tests and found no conflict with other plugins.
 * I also notice in another site that I work on, that after I update for the last
   version of WooCommerce, I got this bug.
 * Maybe it’s an issue with the last version?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] Uncaught TypeError: d(…).block is not a function](https://wordpress.org/support/topic/uncaught-typeerror-d-block-is-not-a-function/)
 *  Thread Starter [odedt](https://wordpress.org/support/users/odedt/)
 * (@odedt)
 * [3 years, 5 months ago](https://wordpress.org/support/topic/uncaught-typeerror-d-block-is-not-a-function/#post-16443178)
 * Hi, I cant export the report when I click. Attached image
 * [https://snipboard.io/p8eMI7.jpg](https://snipboard.io/p8eMI7.jpg)
 * When I click on the button nothing happened.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] Uncaught TypeError: d(…).block is not a function](https://wordpress.org/support/topic/uncaught-typeerror-d-block-is-not-a-function/)
 *  Thread Starter [odedt](https://wordpress.org/support/users/odedt/)
 * (@odedt)
 * [3 years, 5 months ago](https://wordpress.org/support/topic/uncaught-typeerror-d-block-is-not-a-function/#post-16421546)
 * [https://snipboard.io/MCE9hY.jpg](https://snipboard.io/MCE9hY.jpg)
 * can’t export report
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Rearrange Products for WooCommerce] Products don’t get ordered](https://wordpress.org/support/topic/products-dont-get-ordered/)
 *  Thread Starter [odedt](https://wordpress.org/support/users/odedt/)
 * (@odedt)
 * [3 years, 6 months ago](https://wordpress.org/support/topic/products-dont-get-ordered/#post-16320482)
 * Yes, it work! thanks
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Elementor Website Builder - more than just a page builder] Swiper slider don’t work in mobile](https://wordpress.org/support/topic/swiper-slider-dont-work-in-mobile/)
 *  Thread Starter [odedt](https://wordpress.org/support/users/odedt/)
 * (@odedt)
 * [4 years, 6 months ago](https://wordpress.org/support/topic/swiper-slider-dont-work-in-mobile/#post-15213429)
 * Thank you for the reply, but it seems the problem came from the free plugin of
   elementor.

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