*

Rick

  • ***
  • 47 posts
All in one SEO error
« on: January 13, 2024, 11:00:23 AM »
This is in every input on every location.

<br /><b>Warning</b>:  Undefined array key
/home/map/public_html/boken/plugins/all_in_one/admin/locations.php on line 140

<br /><b>Warning</b>:  Undefined array key
/public_html/map/plugins/all_in_one/admin/locations.php on line 141



code:
                  <div class="mb-col-6"><input type="text" id="region_title" name="region_title_<?php echo $r['pk_i_id']; ?>" value="<?php echo $detail['s_title']; ?>" /></div>
                  <div class="mb-col-9"><input type="text" id="region_description" name="region_description_<?php echo $r['pk_i_id']; ?>" value="<?php echo $detail['s_description']; ?>" /></div>
                </div>






« Last Edit: January 13, 2024, 11:06:31 AM by Rick »

Marked as best answer by rickard gustafsson on January 15, 2024, 06:49:24 PM
*

MB Themes

Re: All in one SEO error
« Reply #1 on: January 15, 2024, 02:19:33 PM »
These are updated rows (140,141):
Code: [Select]
                  <div class="mb-col-6"><input type="text" id="region_title" name="region_title_<?php echo $r['pk_i_id']; ?>" value="<?php echo (isset($detail['s_title']) ? $detail['s_title'] : ''); ?>" /></div>
                  <div class="mb-col-9"><input type="text" id="region_description" name="region_description_<?php echo $r['pk_i_id']; ?>" value="<?php echo (isset($detail['s_description']) ? $detail['s_description'] : ''); ?>" /></div>
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots