*

abuzarkandwal

  • ****
  • 112 posts
error
« on: April 29, 2021, 05:15:53 PM »
Warning: Illegal string offset 'pk_i_id' in /home/pakhomec/public_html/oc-content/themes/wizestate/search-sidebar.php on line 5

Warning: Cannot assign an empty string to a string offset in /home/pakhomec/public_html/oc-content/themes/wizestate/search-sidebar.php on line 5

*

MB Themes

Re: error
« Reply #1 on: April 29, 2021, 06:01:44 PM »
@abuzarkandwal
You are trying to get key 'pk_i_id' on string instead of array.
Pretty common notice.
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

abuzarkandwal

  • ****
  • 112 posts
Re: error
« Reply #2 on: April 30, 2021, 02:04:49 AM »
please explain in simple worrds

*

MB Themes

Re: error
« Reply #3 on: April 30, 2021, 09:25:26 AM »
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

Picol

  • *
  • 1 posts
Re: error
« Reply #4 on: April 10, 2025, 11:53:35 AM »
try this

$category = osc_category(); // Retrieve the current category as an array
    if (!isset($category['pk_i_id'])) {
        $category['pk_i_id'] = null;
    }