Daniel

Forum Replies Created

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • in reply to: No metadata being saved in event creation #975199
    Daniel
    Participant

    Thanks for you prompt reply Nico.

    If you could keep us updated, we’d appreciate. In the mean time we’re reducing the scope of the project to not including WordPress revisions in the events.

    Hope to hear from you soon.

    in reply to: No metadata being saved in event creation #974094
    Daniel
    Participant

    I found what the problem was to not saving the metadata. I was adding support to revisions

    add_action( ‘init’, ‘custom_support_events’ );
    function custom_support_events() {
    add_post_type_support( ‘tribe_events’, ‘revisions’ );
    }

    If I remove that it all works but i still need to support revisions. What to do?

    in reply to: No metadata being saved in event creation #974085
    Daniel
    Participant

    The issue seems to be the same as in previous versions of the plugin:
    https://theeventscalendar.com/support/forums/topic/event-dates-not-saving-in-control-panel/

    I’m also getting these errors (only noticed now as the tickets plugin was deactivated)

    \fsf\web\app\plugins\the-events-calendar\src\deprecated\TribeEventsTickets.php is deprecated since version 3.10! Use Tribe__Events__Tickets__Tickets instead. in C:\xamppA\htdocs\fsf\web\wp\wp-includes\functions.php on line 3448

    Notice: C:\xamppA\htdocs\fsf\web\app\plugins\the-events-calendar\src\deprecated\TribeEvents.php is deprecated since version 3.10! Use Tribe__Events__Main instead. in C:\xamppA\htdocs\fsf\web\wp\wp-includes\functions.php on line 3448

    Notice: C:\xamppA\htdocs\fsf\web\app\plugins\the-events-calendar\src\deprecated\TribePluginUpdateEngineChecker.php is deprecated since version 3.10! Use Tribe__Events__PUE__Checker instead. in C:\xamppA\htdocs\fsf\web\wp\wp-includes\functions.php on line 3448

Viewing 3 posts - 1 through 3 (of 3 total)