problem

  • Posts: 7
  • Thank you received: 0
7 years 2 months ago #262104

-- url of the page with the problem -- : administrator/index.php?option=com_hikashop&ctrl=limit
-- HikaShop version -- : HikaShop Business 3.0.0 [1702040056]
-- Joomla version -- : 3.6.5
-- PHP version -- : 5.4.45
-- Browser(s) name and version -- : google chrome 56.0.2924.87 (64-bit)
-- Error-message(debug-mod must be tuned on) -- : Warning: Illegal offset type in isset or empty in /public_html/administrator/components/com_hikashop/types/order_status.php on line 36

Warning: Illegal offset type in isset or empty in public_html/administrator/components/com_hikashop/types/order_status.php on line 36

whenever i navigate to /administrator/index.php?option=com_hikashop&ctrl=limit

i get this error, please help

Warning: Illegal offset type in isset or empty in /public_html/administrator/components/com_hikashop/types/order_status.php on line 36

Warning: Illegal offset type in isset or empty in public_html/administrator/components/com_hikashop/types/order_status.php on line 36

Last edit: 7 years 2 months ago by sayasani.

Please Log in or Create an account to join the conversation.

  • Posts: 81539
  • Thank you received: 13069
  • MODERATOR
7 years 2 months ago #262123

Hi,

Try changing the line:

if(!isset($this->values[$value]) && isset($this->reverse[$value]))
to:
if(is_string($value) && !isset($this->values[$value]) && isset($this->reverse[$value]))
in the file /administrator/components/com_hikashop/types/order_status.php and that should fix that problem.

The following user(s) said Thank You: sayasani

Please Log in or Create an account to join the conversation.

Time to create page: 0.057 seconds
Powered by Kunena Forum