Hi zmove, thank you for you patch! But if i upload uc_taxes_price.module i get the same error again: (on all pages)
Parse error: parse error, unexpected T_OBJECT_OPERATOR in /var/www/web2/html/sites/all/modules/ubercart/contrib/uc_taxes_price/uc_taxes_price.module on line 165
and there is:
<?php
function _uc_product_taxes_calculate($node) {
$type = node_get_types('type', $node)->type;
?>