Bug
-
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]
The topic ‘Bug’ is closed to new replies.