• Resolved robertc

    (@robertchittock)


    WP Event Solution

    Extra comma in generate_pdf() method causes fatal error for WP Event Solution v3.1.4 on PHP 7.2, WordPress version: 6.0

    $this->generate_pdf( 
    	$attendee_id,
    	$event_id,
    	$result_data['event_name'], 
    	$result_data['start_date'],
    	$result_data['end_date'], 
    	$result_data['start_time'], 
    	$result_data['end_time'],
    	$result_data['event_location'], 
    	$result_data['ticket_name'], 
    	$result_data['ticket_price'], 
    	$result_data['attendee_name'],
    	$result_data['attendee_email'], 
    	$result_data['attendee_phone'],
    	$result_data['event_timezone'],
    );

    Parse error: syntax error, unexpected ‘)’ in /public_html/wp-content/plugins/wp-event-solution/core/attendee/attendee-list.php on line 121

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Themewinter

    (@themewinter)

    @robertchittock
    Thanks a ton for raising the issues. Every release time, our QA team double checks everything, but somehow this time we missed it.
    Let check similar issue and fix it within short time. Best Regards.

    Hi @robertchittock
    We’ve fixed the issue in the latest update. Please update your plugin to the latest version and check if everything works fine in your environment. Let us know for further assistance.
    Regards

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Extra comma in generate_pdf() causes fatal error’ is closed to new replies.