• Hi guys,

    I have some warning messages, on my WooCommerce site. Hope you can help me out, with fixing out these problems.

    Warning message, when costumers reach the /checkout: Warning: include(/home/www/xxxxx.com/wp-content/plugins/woocommerce/templates/checkout/form-billing.php) [function.include]: failed to open stream: No such file or directory in /home/www/xxxxxx.com/wp-content/plugins/woocommerce/woocommerce-core-functions.php on line 648

    Warning: include() [function.include]: Failed opening ‘/home/www/xxxxx.com/wp-content/plugins/woocommerce/templates/checkout/form-billing.php’ for inclusion (include_path=’.:/php/includes:/usr/share/php’) in /home/www/xxxxx.com/wp-content/plugins/woocommerce/woocommerce-core-functions.php on line 648

    And then I have this warning message, when I try to open the product pages:

    Warning: include(/home/www/xxxxx.com/wp-content/plugins/woocommerce/templates/taxonomy-product_cat.php) [function.include]: failed to open stream: No such file or directory in /home/www/xxxxx.com/wp-includes/template-loader.php on line 74

    Warning: include() [function.include]: Failed opening ‘/home/www/xxxxx.com/wp-content/plugins/woocommerce/templates/taxonomy-product_cat.php’ for inclusion (include_path=’.:/php/includes:/usr/share/php’) in /home/www/xxxxx.com/wp-includes/template-loader.php on line 74

    Anyone knows were the problems is?

    https://www.ads-software.com/plugins/woocommerce/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Having similar issue… any ideas or progress?

    Found that the files mentioned were not included in the WooCommerce core files and that they were theme specific. You might check your theme and see if it provides the missing files mentioned – e.g. templates/taxonomy-product_cat and form-billing.php…

    That was my issue.

    This was true for me, though the specific file that was missing was different to that listed above. I was missing wp-content/plugins/woocommerce/templates/order/order-details.php.

    Check you actually have those files in your site structure, then just google the files and manually upload them and it may work.

    eg, this worked for me:

    https://github.com/woothemes/woocommerce/blob/master/templates/order/order-details.php

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Warning message’ is closed to new replies.