Title: Errors on page
Last modified: August 20, 2016

---

# Errors on page

 *  [Driftless](https://wordpress.org/support/users/driftless1/)
 * (@driftless1)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/errors-on-page-3/)
 * Notice: Undefined variable: show_home in …/wp-content/plugins/flexi-pages-widget/
   flexi-pages-widget.php on line 139
 * Undefined variable: page_array in …/wp-content/plugins/flexi-pages-widget/flexi-
   pages-widget.php on line 210
 * [http://wordpress.org/extend/plugins/flexi-pages-widget/](http://wordpress.org/extend/plugins/flexi-pages-widget/)

Viewing 3 replies - 1 through 3 (of 3 total)

 *  Thread Starter [Driftless](https://wordpress.org/support/users/driftless1/)
 * (@driftless1)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/errors-on-page-3/#post-3524738)
 * At least one error resultant of a typo on line 137. I assume:
 *     ```
       $poge_array = array();
       ```
   
 * should be:
 *     ```
       $page_array = array();
       ```
   
 *  Thread Starter [Driftless](https://wordpress.org/support/users/driftless1/)
 * (@driftless1)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/errors-on-page-3/#post-3524739)
 * Other error fixed on line 139:
 *     ```
       if($show_home && $show_home != 'off') {
       ```
   
 * possibly should be:
 *     ```
       if(isset($show_home) && $show_home != 'off') {
       ```
   
 *  Plugin Author [Srini G](https://wordpress.org/support/users/srinig/)
 * (@srinig)
 * [12 years, 11 months ago](https://wordpress.org/support/topic/errors-on-page-3/#post-3525092)
 * Thanks!

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Errors on page’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/flexi-pages-widget.svg)
 * [Flexi Pages Widget](https://wordpress.org/plugins/flexi-pages-widget/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/flexi-pages-widget/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/flexi-pages-widget/)
 * [Active Topics](https://wordpress.org/support/plugin/flexi-pages-widget/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/flexi-pages-widget/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/flexi-pages-widget/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [Srini G](https://wordpress.org/support/users/srinig/)
 * Last activity: [12 years, 11 months ago](https://wordpress.org/support/topic/errors-on-page-3/#post-3525092)
 * Status: not resolved