• Resolved Bob

    (@shallway)


    Using woocommerce booking plugin 1.12.2 with woocommerce multilingual 4.3.7, I see the error shown in the link.

    Warning: include_once(/srv/users/uozawa/apps/uozawa/public/wp-content/plugins/woocommerceincludes/admin/wc-meta-box-functions.php): failed to open stream: No such file or directory in /srv/users/uozawa/apps/uozawa/public/wp-content/plugins/woocommerce-multilingual/compatibility/class-wcml-bookings.php on line 308

    Looks in

    woocommerce-multilingual/compatibility/class-wcml-bookings.php LINE 308

    if ( ! function_exists( ‘woocommerce_wp_text_input’ ) ) {
    include_once dirname( WC_PLUGIN_FILE ) . ‘includes/admin/wc-meta-box-functions.php’;
    }

    a ‘/’ is missing, casuing it to try to load

    woocommerceincludes/admin/wc-meta-box-functions.php

    while it should really be

    woocommerce/includes/admin/wc-meta-box-functions.php

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Contributor Andreas Panag

    (@andrewp-2)

    Thank you very much for finding this.

    Can you please tell me if you manually added the / in the code then your problem is solved?

    Thank you very much

    Thread Starter Bob

    (@shallway)

    @andrewp-2

    Yes, manually added /. That solves the error.

    Thank you for reporting that bug and the details.
    Our developers are going to fix this for the next release of WooCommerce Multilingual.

    Plugin Contributor Andreas Panag

    (@andrewp-2)

    Since we don’t have news for some time, I am closing this ticket.

    If you still have problem, please feel free to open a ticket in wpml.org so we can help you.

    Thank you very much

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Bug’ is closed to new replies.