boconpro
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce Blocks] WC Gutenberg installed but not available in pickerHi, I have the same problem, WooCommerce Product Blocks are no longer selectable. In post with WooCommerce Product Blocks in them I can edit the blocks without any problem. I am using WooCommerce Product Blocks 1.3.0 on a WordPress 5.0.3.
Forum: Plugins
In reply to: [Gutenberg] 4.0.0 Blank PageHi everyone,
I get the the white screen too after updating to Gutenberg 4.0.0
I have the following error message in WP Debug:
Uncaught TypeError: t is not a function
…/wp-content/plugins/gutenberg/build/data/index.js line 1I have already cleared my cache without results.
I also deactivated all plugins except Gutenberg and still get the white screen.Does anybody know what might cause the problem?
Thanks!Update: I did some more testing on my site. In the functions.php of my child-theme I had the function _remove_script_version to remove query strings. Gutenberg worked fine as soon as I deleted it. Maybe this helps somebody with the same problem.
- This reply was modified 6 years, 1 month ago by boconpro.
Forum: Plugins
In reply to: [Dynamic Widgets] Options not loadingHi Qurl,
I get the following notices and errors when I try to load the options:
[20-Oct-2017 09:27:38 UTC] PHP Notice: Undefined variable: opt_tax_childs in …webspace/wp-content/plugins/dynamic-widgets/mods/custompost_module.php on line 218
[20-Oct-2017 09:27:38 UTC] PHP Notice: Trying to get property of non-object in …webspace/wp-content/plugins/dynamic-widgets/mods/custompost_module.php on line 218
[20-Oct-2017 09:27:39 UTC] PHP Notice: Undefined variable: opt_tax_childs in …webspace/wp-content/plugins/dynamic-widgets/mods/custompost_module.php on line 218
[20-Oct-2017 09:27:39 UTC] PHP Notice: Trying to get property of non-object in …webspace/wp-content/plugins/dynamic-widgets/mods/custompost_module.php on line 218
[20-Oct-2017 09:27:39 UTC] PHP Fatal error: Out of memory (allocated 340279296) (tried to allocate 14696448 bytes) in …webspace/wp-content/plugins/dynamic-widgets/mods/custompost_module.php on line 278
[20-Oct-2017 09:27:39 UTC] PHP Fatal error: Out of memory (allocated 340279296) (tried to allocate 14680064 bytes) in …webspace/wp-includes/functions.php on line 3721
[20-Oct-2017 09:27:47 UTC] PHP Fatal error: Out of memory (allocated 249802752) (tried to allocate 20480 bytes) in …webspace/wp-includes/wp-db.php on line 1851Do you have any idea what might cause the out of memory errors?
Regards
ThomasForum: Plugins
In reply to: [Dynamic Widgets] Options not loadingHi Qurl,
thanks for the fast reply.
The plugin creating the post type ‘products’ is woocommerce. As far as I remember the following options where custom post type by woocommerce as well.
I had a closer look and I realized that I get an internal server error (HTTP500) when the page is loaded.
Hope I find a solution for the problem soon.
I have created about 10 dynamic widgets so far before the problem came up. Is there a max number of widgets that can be set up?