fontis/fontis_australia

public_html/app/code/community/Fontis/Australia/Model/Shipping/Carrier/Australiapost.php on line 66

tennille0606 opened this issue · 3 comments

Hi,

Can anyone help with this issue, have used Fontis on many sites yet i can't seem to work out the issue on this one, only get the error on shipping methods in the backend, using magento 1.9

public_html/app/code/community/Fontis/Australia/Model/Shipping/Carrier/Australiapost.php on line 66

Do you have any further information about what the actual error is? If could also provide some details about the Magento version and the version of PHP you're running it would be very helpful.

hi,

actual error is
Fatal error: Class 'Auspost\Common\Auspost' not found in /home/stevengr/public_html/app/code/community/Fontis/Australia/Model/Shipping/Carrier/Australiapost.php on line 67

running magento 1.9.3.1
PhP 5.5

It sounds like the fontis/auspost-api-php package hasn't been installed. This would normally be installed automatically by Composer when installing the Australia extension. We recommend only installing with Composer for this reason.

There is some more information about Composer and installing Magento extensions with it on our website: https://www.fontis.com.au/composer-faq

Hopefully this solves the problem!