I have message when trying registration, what wrong i am doing?
Fatal error: Class 'PhocaCartTax' not found in /home/j5010t100/public_html/administrator/components/com_phocacart/libraries/phocacart/price/price.php on line 141
Fatal error: Class 'PhocaCartTax' not found
-
- Phoca Newbie
- Posts: 6
- Joined: 20 Mar 2017, 15:47
- Jan
- Phoca Hero
- Posts: 48402
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: Fatal error: Class 'PhocaCartTax' not found
Hi, it can happen that some module does not have loaded the PhocaCartTax library.
This will be solved in next version as new autoload for classes will be used.
For now,
please open:
modules\mod_phocacart_product\mod_phocacart_product.php
and change FROM:
TO:
Jan
This will be solved in next version as new autoload for classes will be used.
For now,
please open:
modules\mod_phocacart_product\mod_phocacart_product.php
and change FROM:
Code: Select all
phocacartimport('phocacart.price.price');
Code: Select all
phocacartimport('phocacart.tax.tax');
phocacartimport('phocacart.price.price');
If you find Phoca extensions useful, please support the project