Undefined Key Array
-
Hello, I am getting an error when integrating the shortcode via <?php echo do_shortcode(“[apfl_listings]”); ?>
Warning: Undefined array key “bed” in /wp-content/plugins/listings-for-appfolio/inc/listings.php on line 256
Warning: Undefined array key “bath” in /wp-content/plugins/listings-for-appfolio/inc/listings.php on line 256
Line 256:
<p><img class="bedimg" src="'.$apfl_plugin_url.'images/sleep.png"><span class="beds">'.$db["bed"].'</span> <img class="bathimg" src="'.$apfl_plugin_url.'images/bathtub.png"><span class="baths">'.$db["bath"].' Baths</span></p>
Thanks in advance
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Undefined Key Array’ is closed to new replies.