- Posts: 221
- Thank you received: 8
PHP8 warning on old HikaMarket version
2 years 2 weeks ago #363123
by sadaf3d
PHP8 warning on old HikaMarket version was created by sadaf3d
hi
in this path:
JROOT/administrator/components/com_hikamarket/classes/category.php line:532
i see a php code maybe has problem please look at that. you write this code:
$where = ' WHERE (' . implode($where,') AND ('). ')';
but it seems it must :
$where = ' WHERE (' . implode(') AND (', $where). ')';
can you check it?
thank you.
in this path:
JROOT/administrator/components/com_hikamarket/classes/category.php line:532
i see a php code maybe has problem please look at that. you write this code:
$where = ' WHERE (' . implode($where,') AND ('). ')';
but it seems it must :
$where = ' WHERE (' . implode(') AND (', $where). ')';
can you check it?
thank you.
Please Log in or Create an account to join the conversation.
2 years 1 week ago #363145
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 PHP8 warning on old HikaMarket version
Hello,
I don't know which version of HikaMarket you're using (as usual...) but that issue has been fix in September 2021.
When you open a ticket, please provides the versions (Joomla, HikaShop and HikaMarket) you're using and also details which will allow us to check your subscription status.
Regards,
I don't know which version of HikaMarket you're using (as usual...) but that issue has been fix in September 2021.
When you open a ticket, please provides the versions (Joomla, HikaShop and HikaMarket) you're using and also details which will allow us to check your subscription status.
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.
The following user(s) said Thank You: sadaf3d
Please Log in or Create an account to join the conversation.
Moderators: Obsidev
Time to create page: 0.212 seconds