List of Errors in Month View

Home Forums Calendar Products Events Calendar PRO List of Errors in Month View

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #1125046
    Heather
    Participant

    Hey guys, I updated the plugins and my wordpress theme, but I’m getting a string of errors along the month view. I’m clearly not has gifted as ya’ll in the world of code, but I can see it referencing venue constantly. Can you help me interpret what’s gone wrong here?

    You can find the web page at www. find car meets . com / events / month (remove spacing) – Here’s what i’m seeing:

    Warning: key() expects parameter 1 to be array, null given in /home/content/p3pnexwpnas09_data01/29/2580929/html/wp-content/plugins/the-events-calendar/src/Tribe/JSON_LD/Venue.php on line 46

    Warning: reset() expects parameter 1 to be array, null given in /home/content/p3pnexwpnas09_data01/29/2580929/html/wp-content/plugins/the-events-calendar/src/Tribe/JSON_LD/Venue.php on line 49

    Warning: Creating default object from empty value in /home/content/p3pnexwpnas09_data01/29/2580929/html/wp-content/plugins/the-events-calendar/src/Tribe/JSON_LD/Venue.php on line 51

    Warning: key() expects parameter 1 to be array, null given in /home/content/p3pnexwpnas09_data01/29/2580929/html/wp-content/plugins/the-events-calendar/src/Tribe/JSON_LD/Venue.php on line 46

    Warning: reset() expects parameter 1 to be array, null given in /home/content/p3pnexwpnas09_data01/29/2580929/html/wp-content/plugins/the-events-calendar/src/Tribe/JSON_LD/Venue.php on line 49

    Warning: Creating default object from empty value in /home/content/p3pnexwpnas09_data01/29/2580929/html/wp-content/plugins/the-events-calendar/src/Tribe/JSON_LD/Venue.php on line 51

    Warning: key() expects parameter 1 to be array, null given in /home/content/p3pnexwpnas09_data01/29/2580929/html/wp-content/plugins/the-events-calendar/src/Tribe/JSON_LD/Venue.php on line 46

    Warning: reset() expects parameter 1 to be array, null given in /home/content/p3pnexwpnas09_data01/29/2580929/html/wp-content/plugins/the-events-calendar/src/Tribe/JSON_LD/Venue.php on line 49

    Warning: Creating default object from empty value in /home/content/p3pnexwpnas09_data01/29/2580929/html/wp-content/plugins/the-events-calendar/src/Tribe/JSON_LD/Venue.php on line 51

    Warning: key() expects parameter 1 to be array, null given in /home/content/p3pnexwpnas09_data01/29/2580929/html/wp-content/plugins/the-events-calendar/src/Tribe/JSON_LD/Venue.php on line 46

    Warning: reset() expects parameter 1 to be array, null given in /home/content/p3pnexwpnas09_data01/29/2580929/html/wp-content/plugins/the-events-calendar/src/Tribe/JSON_LD/Venue.php on line 49

    Warning: Creating default object from empty value in /home/content/p3pnexwpnas09_data01/29/2580929/html/wp-content/plugins/the-events-calendar/src/Tribe/JSON_LD/Venue.php on line 51

    Warning: key() expects parameter 1 to be array, null given in /home/content/p3pnexwpnas09_data01/29/2580929/html/wp-content/plugins/the-events-calendar/src/Tribe/JSON_LD/Venue.php on line 46

    Warning: reset() expects parameter 1 to be array, null given in /home/content/p3pnexwpnas09_data01/29/2580929/html/wp-content/plugins/the-events-calendar/src/Tribe/JSON_LD/Venue.php on line 49

    Warning: Creating default object from empty value in /home/content/p3pnexwpnas09_data01/29/2580929/html/wp-content/plugins/the-events-calendar/src/Tribe/JSON_LD/Venue.php on line 51

    #1125397
    Hunter
    Moderator

    Hello Heather 🙂

    Thanks for reaching out and also for providing the errors and screenshots. I see you have a custom theme active in the screenshot; do the errors still display when reverting back to the default WP theme and deactivating all other plugins other than ours as outlined in our Testing for conflicts guide?

    Keep me informed and we’ll continue troubleshooting. Have a great upcoming weekend!

    #1126115
    Heather
    Participant

    Hey Hunter,

    Appreciate the response.

    – I deactivated all non-essential plugins, with the theme remaining the same = problem not solved.
    – I deactivated all non-essential plugins, and reverted to 2015 theme = problem not solved.
    – I deactivated all non-essential plugins, and reverted to 2014 theme = problem not solved.

    The attachments are the month view from each reversion. While I’m no programmer, it seems that the error points out something in the Events Calendar’s venue feature – it constantly references “wp-content/plugins/the-events-calendar/src/Tribe/JSON_LD/Venue.php”

    I’ve tried to cleanup some possible missing venues? I can’t interpret the errors however and cannot seem to make headway with any attempts I’ve tried / you’ve recommended. Any feedback would be much appreciated.

    #1126248
    Hunter
    Moderator

    Hello and thank you for the response 🙂

    When you say “non-essential” – do you mean all other plugins other than ours? Additionally, do you have ‘wp_debug‘ set to ‘true‘ in your wp-config.php file? I’m bringing this thread to the attention of the developers as we’ve recently made changes to the JSON_LD feature/functionality and I’m not 100% sure on it all. Respond back and I’ll follow up with my findings.

    Cheers!

    #1128394
    Heather
    Participant

    You had me there! Ok – attached you’ll find the two following scenarios:

    – Eventica Theme (updated to 1.8 today) with all plugins except Events Calendar Pro deactivated
    – 2014 WordPress Theme with all plugins except Events Calendar Pro deactivated
    – Snapshot of disabled plugins

    As far as wp-config (and feel free to judge me here because I judge me), I use Godaddy’s managed wordpress and access to that feature seems to require a Ph.D. in “Jumping through Hoops” – if it’d help, I can provide you with login information if you would like to check that yourself.

    I really appreciate your help with this!

    #1128593
    Hunter
    Moderator

    Hey Heather,

    Your responses have me cracking up over here! And I think you only need a bachelor’s degree for this 😉

    Lol thank you for keeping it light-hearted as it makes it much more enjoyable to work through these issues compared to the alternative!

    We are unfortunately not able to log into customer sites. With that said, I know these things are difficult, but GoDaddy customer support may be able to help assist/guide with editing the line on your wp.config.php file from:

    define('WP_DEBUG', true);

    to:

    define('WP_DEBUG', false);

    Notice the difference of ‘true’ and ‘false’ between the two. If not, check out this YouTube video on the GoDaddy file manager. You’ll need to track down wp.config.php file which will more than likely be in your ‘public_html‘ folder in your file manager.

    If that’s still too daunting a task, try downgrading to versions 4.1.4. as a temporary fix. You can download previous versions of PRO here and TEC here. You’ll also need to do the updates manually.

    Again, thank you for being so cool about the situation as I understand it’s far from ideal. Keep me updated on your progress and if anything I’ve said needs more clarity, feel free to ask. Have a great Friday and enjoy the weekend.

    Cheers!

    #1129265
    Heather
    Participant

    Bless your soul, Hunter. I made myself a gentlemen’s agreement. I’d call Godaddy Support and while I awaited my support chariot’s arrival, I’d begin downloading the backdated plugins. Whichever one completed first, I’d continue with that fix.

    No surprise ending with this convoluted love story, Godaddy’s wait time is roughly 30 minutes? Bless my phone’s battery because that thing needed prayers. I opted for the 4.1 versions of Facebook, TEC, and Pro and the issues has temporarily resolved. I’d love to keep things “fresh and up-to-date” like the cool kids, so if you do figure out what’s causing that error, do let me know! In the meantime, I’ll still see if I can summon the patient and battery power to contact GoDaddy.

    Appreciate all your help and thanks for supporting a great product! Have a phenom week.

    #1129433
    Hunter
    Moderator

    Welcome back, My Lady!

    Based on that last response, I feel very strongly you have a writing career in your future! Lol this has honestly been my favorite thread and I’ve been a part of over 1,000+ responses 🙂

    I too like to keep things “fresh and up-to-date” but alas, I digress. Thank you for your willingness to revert back to ancient versions until the devs can get this addressed. We shall keep you updated with our progress via our blog and changelog when you see an update in your wp-admin.

    Enjoy the summertime and please feel free to open a new thread if you have any more tragedies arise.

    Fare thee well!

    #1130629
    Geoff
    Member

    Hey there,

    Just want to drop a quick note in here to let you know that The Events Calendar 4.2.1 is about to release any moment and it will include a patch for this issue. Please update and let us know if you continue to hit any trouble.

    Thanks so much for your patience while we worked on this!

    Cheers,
    Geoff

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘List of Errors in Month View’ is closed to new replies.