*

Ghany

  • ****
  • 227 posts
help me to solve this bugs
« on: March 19, 2016, 06:08:17 AM »
[19-Mar-2016 10:27:18 Asia/Kolkata] PHP Notice:  Undefined index: fk_i_region_id in /home/public_html/oc-includes/osclass/frm/Item.form.class.php on line 542
[19-Mar-2016 10:27:21 Asia/Kolkata] PHP Notice:  Undefined variable: item_id in /home/public_html/oc-content/plugins/all_in_one/item_edit.php on line 2
[19-Mar-2016 10:27:21 Asia/Kolkata] PHP Notice:  Undefined index: seo_title in /home/public_html/oc-content/plugins/all_in_one/item_edit.php on line 29
[19-Mar-2016 10:27:21 Asia/Kolkata] PHP Notice:  Undefined index: seo_desc in /home/public_html/oc-content/plugins/all_in_one/item_edit.php on line 36
[19-Mar-2016 10:27:21 Asia/Kolkata] PHP Notice:  Undefined index: seo_keywords in /home/public_html/oc-content/plugins/all_in_one/item_edit.php on line 43
[19-Mar-2016 10:27:29 Asia/Kolkata] PHP Notice:  Undefined index: fk_i_region_id in /home/public_html/oc-includes/osclass/frm/Item.form.class.php on line 542
[19-Mar-2016 10:27:32 Asia/Kolkata] PHP Notice:  Undefined variable: item_id in /home/public_html/oc-content/plugins/all_in_one/item_edit.php on line 2
[19-Mar-2016 10:27:32 Asia/Kolkata] PHP Notice:  Undefined index: seo_title in /home/public_html/oc-content/plugins/all_in_one/item_edit.php on line 29
[19-Mar-2016 10:27:32 Asia/Kolkata] PHP Notice:  Undefined index: seo_desc in /home/public_html/oc-content/plugins/all_in_one/item_edit.php on line 36
[19-Mar-2016 10:27:32 Asia/Kolkata] PHP Notice:  Undefined index: seo_keywords in /home/public_html/oc-content/plugins/all_in_one/item_edit.php on line 43
Unlock the power of visibility without breaking the bank - https://www.adycart.in/

*

MB Themes

Re: help me to solve this bugs
« Reply #1 on: March 19, 2016, 09:25:33 AM »
@Ghany
First one is not related to plugin.
For others, go to file:
oc-content/plugins/all_in_one/item_edit.php

Find line:
Code: [Select]
<div id="seo_table">
Bellow this line, add following code:
Code: [Select]
<?php
  $detail
['seo_title'] = isset($detail['seo_title']) ? $detail['seo_title'] : '';
  
$detail['seo_desc'] = isset($detail['seo_desc']) ? $detail['seo_desc'] : '';
  
$detail['seo_keywords'] = isset($detail['seo_keywords']) ? $detail['seo_keywords'] : '';
?>

  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

Ghany

  • ****
  • 227 posts
Re: help me to solve this bugs
« Reply #2 on: March 19, 2016, 10:38:09 AM »
ok thank u bro........... :)
Unlock the power of visibility without breaking the bank - https://www.adycart.in/