• Resolved katdidit

    (@katdidit)


    It seems to be working ok but there is a persistent error that is occurring in the recurring events plugin
    wp-content/plugins/events-calendar-pro/src/Tribe/Recurrence/Meta.php on line 1404

    $days_of_week = null;
    		$month_names = null;
    		$month_day_description = null;
    		$day_number = date( 'j', $start_date );
    		$month_number = $day_number;
    
    		$key = $type;
    if ( 'weekly' === $type ) {
    			$weekdays = array();
    
    			foreach ( $rule['custom']['week']['day'] as $day ) { 

    Using your pro version 4.6.3 of the plugin

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter katdidit

    (@katdidit)

    Hello I am just checking back and noticed I didn’t include the error its generating just the path My bad. the error being generated is “Invalid argument supplied for foreach() ”

    Plugin Support Jaime

    (@jaimemarchwinski)

    Hi @katdidit,

    It looks like you are using Events Calendar PRO. Please post your issue in our premium forums so that we can help you there!

    You can start off by providing us with your system information in a private reply in order to expedite the process!

    Hey there! This thread has been inactive for a while so we’re going to go ahead and mark it Resolved. Please feel free to open a new thread if any other questions come up and we’d be happy to help. ??

    Thanks
    Courtney ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘meta.php foreach error line 1404’ is closed to new replies.