• Resolved boconpro

    (@boconpro)


    Hi, great widget, really appreciate it!

    I currently have the problem that when I try to setup a dynamic widget, the list of options doesn’t fully load, it stalls at the option products. The save button is missing too. Do you have any idea what might cause the problem?

    I would appreciate any help!

    Thanks in advance
    Thomas

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Contributor Qurl

    (@qurl)

    I suspect products or the section after it fails to load and breaks. There can be several reasons why it breaks. Most of the time it’s because of a wrong implementation of the Custom Post Type features in WordPress. Probably the plugin that creates “Products” is the problem here or another plugin that creates such a thing that comes after “Products”.
    Another possibility is when you have a lot of those Custom Post Types, the host where WordPress is on, is not able to cope with a listing for that.

    Thread Starter boconpro

    (@boconpro)

    Hi 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?

    Plugin Contributor Qurl

    (@qurl)

    Hmm… hard to believe WooCommerce gives you that kind of problems. However, I have seen many issues when 3.0 came out. Even mow after several updates. Error 500 means something breaks. Would be great if you can find a PHP error log for that.

    No, there is not a maximum of widgets.

    Thread Starter boconpro

    (@boconpro)

    Hi 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 1851

    Do you have any idea what might cause the out of memory errors?

    Regards
    Thomas

    Plugin Contributor Qurl

    (@qurl)

    Yes, you have a lot of terms. Dynamic Widgets tries to loop through all those terms, but got into trouble to build the hierarchical tree for that.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Options not loading’ is closed to new replies.