• Resolved daveporter

    (@daveporter)


    Hi there,
    Firstly I am getting two errors when the site is using any of the 8.X versions of PHP (7.4 is fine)
    Warning: Undefined array key 0 in /home/customer/www/domain.org.au/public_html/wp-content/plugins/pie-calendar/includes/shortcode.php on line 57

    Warning: Undefined array key 0 in /home/customer/www/domain.org.au/public_html/wp-content/plugins/pie-calendar/includes/shortcode.php on line 68

    Secondly, I added one post to the calendar, but when I view it on the page it does not show, but a different post does! And it shows on todays date, not the date I enter for the Pie details – also when I go back to that post, the Pie calendar checkbox is unticked (but the date/time details show correct)!
    Thoughts ?
    TIA, Dave

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Jonathan Jernigan

    (@apexws)

    Hi Dave,

    The errors you’re seeing indicate the start date isn’t saved properly. This corresponds with the second issue you mentioned, as well. If [0] is undefined it means the post meta doesn’t exist or failed to fetch. It looks like there’s a conflict somewhere else in the site that is preventing the post meta from saving or being updated.

    As annoying as it is, the way to figure this out is to perform a plugin conflict test – disable all plugins and then activate them one by one, each time checking to see if Pie Calendar operates as you expect it to.

    My hunch is that there is a plugin that’s getting in the way which sometimes is other calendar plugins, or custom code snippets that modify date formats.

    We also do all of our development on PHP 8.2, so I don’t think it’s specific to the PHP version itself.

    Please perform the plugin conflict test and then let me know. We’ll go from there based on what you find.

    Thanks!

    Thread Starter daveporter

    (@daveporter)

    Thanks Jonathan for getting back, I’ll work through those suggestions, and also test it on another play site I have and report back – might not be until Monday !
    Cheers, Dave

    Plugin Author Spellhammer

    (@spellhammer)

    Hey Dave,

    Since we haven’t heard back in a couple of weeks, I’m going to mark this as resolved. But please feel free to reply here (or open a new thread) if you run into more issues.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Couple of issues’ is closed to new replies.