*

Ghany

  • ****
  • 227 posts
PHP Notice: Undefined offset: 0
« on: March 18, 2016, 08:40:51 PM »
PHP Notice:  Undefined offset: 0 in /home/....../public_html/oc-content/themes/zara_child/search.php on line 23

how i can solve this? is this any error?
Unlock the power of visibility without breaking the bank - https://www.adycart.in/

*

MB Themes

Re: PHP Notice: Undefined offset: 0
« Reply #1 on: March 18, 2016, 08:44:21 PM »
@Ghany
Go to file:
oc-content/themes/zara/search.php   (or equivalent in child)

Find 23 line:
Code: [Select]
$search_cat_id = $search_cat_id[0];
Replace with:
Code: [Select]
$search_cat_id = isset($search_cat_id[0]) ? $search_cat_id[0] : '';
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

Ghany

  • ****
  • 227 posts
Re: PHP Notice: Undefined offset: 0
« Reply #2 on: March 18, 2016, 08:49:56 PM »
after changing above modifications i got this errors

[19-Mar-2016 01:14:32 Asia/Kolkata] PHP Notice:  Undefined index: pk_i_id in /home/cla..../public_html/oc-includes/osclass/helpers/hDefines.php on line 493
[19-Mar-2016 01:14:32 Asia/Kolkata] PHP Notice:  Undefined index: s_city in /home/cla..../public_html/oc-includes/osclass/helpers/hDefines.php on line 494
[19-Mar-2016 01:14:32 Asia/Kolkata] PHP Notice:  Undefined index: s_title in /home/cla..../public_html/oc-includes/osclass/helpers/hDefines.php on line 495
Unlock the power of visibility without breaking the bank - https://www.adycart.in/

*

MB Themes

Re: PHP Notice: Undefined offset: 0
« Reply #3 on: March 18, 2016, 10:47:16 PM »
@Ghany
Those are not related to theme as you can see from description.
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

Ghany

  • ****
  • 227 posts
Re: PHP Notice: Undefined offset: 0
« Reply #4 on: March 19, 2016, 05:55:39 AM »
i dont know if it is related to theme or osclass, but i got that errors after changing above modificatons, ok thank u bro, can u tell me this errors are major errors or small errors?
Unlock the power of visibility without breaking the bank - https://www.adycart.in/

*

MB Themes

Re: PHP Notice: Undefined offset: 0
« Reply #5 on: March 19, 2016, 08:52:14 AM »
@Ghany
That is not error, but notice.
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

Ghany

  • ****
  • 227 posts
Re: PHP Notice: Undefined offset: 0
« Reply #6 on: March 19, 2016, 10:29:04 AM »
ok ok bro
Unlock the power of visibility without breaking the bank - https://www.adycart.in/