- Posts: 62
- Thank you received: 1
Error when updating order
8 years 10 months ago #281435
by nuntius
Error when updating order was created by nuntius
-- HikaShop version -- : 3.2.1
-- HikaMarket version -- : 2.0.0
-- Joomla version -- : 3.8.1
-- PHP version -- : 7.0
-- Browser(s) name and version -- : Chrome 61
-- Error-message(debug-mod must be tuned on) -- : Call to private method hikamarketOrderClass::updateTransaction() from context 'hikamarketShopOrder_backendHelper'
Hello,
How can I solve this error? Can you please assist?
I have a live environment and a test environment. For some reason the test environment works fine, but the live environment produces the error:
Call to private method hikamarketOrderClass::updateTransaction() from context 'hikamarketShopOrder_backendHelper'
Kind regards,
Teeuwis
-- HikaMarket version -- : 2.0.0
-- Joomla version -- : 3.8.1
-- PHP version -- : 7.0
-- Browser(s) name and version -- : Chrome 61
-- Error-message(debug-mod must be tuned on) -- : Call to private method hikamarketOrderClass::updateTransaction() from context 'hikamarketShopOrder_backendHelper'
Hello,
How can I solve this error? Can you please assist?
I have a live environment and a test environment. For some reason the test environment works fine, but the live environment produces the error:
Call to private method hikamarketOrderClass::updateTransaction() from context 'hikamarketShopOrder_backendHelper'
Kind regards,
Teeuwis
Please Log in or Create an account to join the conversation.
8 years 10 months ago #281438
by Jerome
Jerome - Obsidev.com
HikaMarket & HikaSerial developer / HikaShop core dev team.
Also helping the HikaShop support team when having some time or couldn't sleep.
By the way, do not send me private message, use the "contact us" form instead.
Replied by Jerome on topic Error when updating order
Hello,
Thanks for the report.
In the file "administrator/components/com_hikamarket/classes/order.php" you can replace
By
In our end we will perform some tests in order to checks and update the HikaMarket package afterwards.
Regards,
Thanks for the report.
In the file "administrator/components/com_hikamarket/classes/order.php" you can replace
Code:
private function updateTransaction(&$order, &$subOrder, $vendor_new_total) {
Code:
public function updateTransaction(&$order, &$subOrder, $vendor_new_total) {
In our end we will perform some tests in order to checks and update the HikaMarket package afterwards.
Regards,
Jerome - Obsidev.com
HikaMarket & HikaSerial developer / HikaShop core dev team.
Also helping the HikaShop support team when having some time or couldn't sleep.
By the way, do not send me private message, use the "contact us" form instead.
Please Log in or Create an account to join the conversation.
8 years 10 months ago #281731
by nuntius
Replied by nuntius on topic Error when updating order
Thanks, that fixed it!
Please Log in or Create an account to join the conversation.
Moderators: Obsidev
Time to create page: 0.228 seconds