The file in question is looking for this class file:
https://github.com/woothemes/woocommerce/blob/master/includes/class-wc-product-variable.php
I’d suggest re-installing WooCommerce to make sure files didn’t get deleted.
i did all of that and still don’t see what the problem is i even looked at woocommerce docs and did not see where i needed to add a missing file or id name there is no explanation on how to fix this problem at all.
Check that this file exists on your site:
/wp-content/plugins/woocommerce/includes/class-wc-product-variable.php
If it doesn’t you need to re-install WooCommerce.
If it does make sure the file permissions are something like 644.
More on file permissions:
http://codex.ww.wp.xz.cn/Changing_File_Permissions
ok i resolved it yay:) thx Daniel what i did was i checked what was missing in the variable and found out it had nothing in the variable section so i uploaded another woocommerce to my cpanel to reference from and copied the variable from there and added it to the woocommerce i’m using and that worked. Thx Daniel you the man.