Blank widgets screen

Home Forums Calendar Products Events Calendar PRO Blank widgets screen

Viewing 15 posts - 16 through 30 (of 31 total)
  • Author
    Posts
  • #1210239
    Emily Tarrant
    Participant

    Hi Cliff

    Apologies if I’ve confused you. What I hadn’t realised was that the sytem changes my file names when uploading jpgs, so pointing you at the file name for the screenshot understandably hasn’t worked. This is the screenshot that shows what happens with the events plugins enabled:

    https://theeventscalendar.com/content/uploads/2016/12/f5f6f825c16ca414.jpg

    To be absolutely clear, I’m not using the Events Countdown widget – the issue is that with the events plugins enabled (and specifically The Events Calendar Pro) the widgets page stops loading once it’s gets to the Events Countdown widget on the left hand side of the page. This is with ONLY Tribe Events plugins enabled, not WooCommerce or any of the other plugins that are installed.

    Cheers, Emily

    #1211460
    Cliff
    Member

    Gotcha. Thanks for clarifying.

    There’s obviously something wrong when the Available Widgets appears but the Widget Areas do not.

    I’d suggest deleting your debug.log file, then load your Widgets screen only once. Then see what WP_DEBUG messages are in the fresh debug.log file that should get auto-created (as I suspect there will be WP_DEBUG messages). Then do a search-and-replace in the debug.log file to remove all instances of this text:

    /home/sites/wfdevelopment.co.uk/public_html/lymelrm/lrm

    (this step will make it easier to read)

    Then work toward resolving all those WP_DEBUG messages, whether that means reporting them to your web developer, your other plugin or theme authors (if the debug messages relate to their product), or even your web host if you think they’ll be able to help.

    I hope these detailed instructions help you get to the bottom of this!

    #1213695
    Emily Tarrant
    Participant

    Hi Cliff. Happy New Year! Thanks for your advice. I will do what you say and see what the debug says. I’ll let you know what I find out.
    Cheers, Emily

    #1213777
    Cliff
    Member

    Thanks, Emily.

    Please note that threads get Closed automatically after a couple weeks of inactivity. If it does get Closed, please open a new thread, adding your current problem description and also linking back to this thread.

    #1214283
    Emily Tarrant
    Participant

    Hi Cliff

    I’ve tried resetting the debug file and this is what I’m finding:
    Theme: Twenty Sixteen
    Plugins Activated: The Events Calendar and The Events Calendar PRO – all other plugins deactivated

    When I go to the widgets page I get the following error in the log:
    [06-Jan-2017 14:12:47 UTC] PHP Fatal error: Out of memory (allocated 182452224) (tried to allocate 32 bytes) in [REMOVED]/wp-includes/wp-db.php on line 2416

    I only get this memory error if these two plugins are enabled. If I disable them and enable everything else it’s fine.

    Cheers, Emily

    #1214552
    Cliff
    Member

    Interesting. Could you please make sure all your Modern Tribe plugins (and WordPress core) are at their latest versions?

    It’s hard to tell if this is your issue or not, but, once you verify you’re on the latest versions, please do strongly consider trying the fix for runaway recurring events (a bug introduced in version 4.2.2 and fixed within a few days via version 4.2.2.1).

    You can download our Recurring Event Cleanup Tool extension plugin to fix it.

    Please let me know how it goes for you.

    #1214667
    Emily Tarrant
    Participant

    Hi Cliff

    I’ve made sure that the site is completely up-to-date – WordPress core and all plugins.

    I’ve also had a look at the Recurring Event Cleanup Tool but I’m not using any recurring events – all events are entered individually as one-offs.

    So, unfortunately that’s not my issue. Can you suggest anything else for me to look at?

    Cheers, Emily

    #1215304
    Cliff
    Member

    To be clear, A) you installed and activated the Recurring Event Cleanup Tool but it didn’t display any recurring events, or B) you did NOT try it out?

    If you haven’t tried it out, please do, just in case something might have happened by accident or via a bug.

    Thank you.

    #1215741
    Emily Tarrant
    Participant

    Hi Cliff

    I can confirm that I have installed and activated the cleanup tool and it didn’t display any recurring events.

    So, from what I can see there is nothing for me to clean up using the tool. I’ve attached a screenshot of the tools so that you can check I’ve understood this correctly.

    Many thanks, Emily

    #1215816
    Cliff
    Member

    Thank you for confirming.

    I checked with one of our developers and they asked if you could try out this code snippet:

    function reduce_countdown_widget_limit() { return 40; }
    add_filter( 'tribe_events_pro_countdown_widget_limit', 'reduce_countdown_widget_limit' );

    You could simply add it to the end of your active theme’s / active child theme’s functions.php file to test it out.

    Let me know how it goes for you.

    #1216430
    Emily Tarrant
    Participant

    Hi Cliff

    That’s worked! What a relief!!

    Is there anything that I should be aware of with using this fix?

    Cheers, Emily

    #1217141
    Cliff
    Member

    Awesome!

    Thanks so much for confirming.

    FYI: The default limit is 250 so that code is overriding it with 40 instead.

    250 may be more than your server resources can handle, but then I’d suggest asking your web host about your server limitations.

    Please let me know if you have any follow-up questions on this topic.

    #1217242
    Emily Tarrant
    Participant

    Thanks Cliff, is there a particular server limitation that I should enquire about?

    #1217727
    Cliff
    Member

    I’ll point you to https://wordpress.org/about/requirements/

    Please let me know if you have any follow-up questions on this topic.

    #1217987
    Emily Tarrant
    Participant

    Thanks Cliff, much appreciated.

Viewing 15 posts - 16 through 30 (of 31 total)
  • The topic ‘Blank widgets screen’ is closed to new replies.