PB with create an event file
Hello,
when I click on "create an event", I have this error message
Parse error: syntax error, unexpected T_STRING in /htdocs/wordpress/
wp-content/themes/vantage/form-event.php on line 65
And here is my line 65 :
<input name="<?php echo VA_EVENT_COST_META_KEY; ?>" type="text" value="<?php echo esc_attr( $event->{ VA_EVENT_COST_META_KEY } ); ?>" />
</label>
</div>
can someone help me?
Thank you