Error on Ninja Forms Submission

Home Forums Calendar Products Events Calendar PRO Error on Ninja Forms Submission

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #934376
    Joshua
    Participant

    Notice: Trying to get property of non-object in /home/thegundu/public_html/wp-content/plugins/the-events-calendar/lib/tribe-templates.class.php on line 688

    I am getting this error at the top of the page when I attempt to submit a new created ninja form. I went to the PHP file and looked at the code, I just don’t have the skill to understand what the possible break is. Here is the code from the PHP file:

    * convert the post_date_gmt to the event date for feeds
    *
    * @param $time the post_date
    * @param $d the date format to return
    * @param $gmt whether this is a gmt time
    *
    * @return int|string
    */
    public static function event_date_to_pubDate( $time, $d, $gmt ) {
    global $post;
    if ( $post->post_type == TribeEvents::POSTTYPE && is_feed() && $gmt ) {
    $time = tribe_get_start_date( $post->ID, false, $d );
    $time = mysql2date( $d, $time );
    }

    return $time;
    }

    #934885
    Josh
    Participant

    Hey,

    Thanks for reaching out to us!

    This is an issue we’re aware of with the Ninja Forms plugin. We’re working together with their team to have a fix for this issue available within our next release.

    I apologize for the inconvenience, we’ll notify you via this thread when the update is available for this one.

    Thanks!

    #983682
    Support Droid
    Keymaster

    This topic has not been active for quite some time and will now be closed.

    If you still need assistance please simply open a new topic (linking to this one if necessary)
    and one of the team will be only too happy to help.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Error on Ninja Forms Submission’ is closed to new replies.