Title: Errors in error log
Last modified: August 21, 2016

---

# Errors in error log

 *  Resolved [Jason Davis](https://wordpress.org/support/users/batgeek/)
 * (@batgeek)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/errors-in-error-log/)
 * Hi can you help? I’m getting errors in the error log (see below)
 * Undefined index: disp_list_count in
    /plugins/top-10/top-10.php on line 609
 * PHP Notice: Undefined index: show_excerpt in
    /plugins/top-10/top-10.php on line
   610
 * PHP Notice: Undefined index: show_author in
    /plugins/top-10/top-10.php on line
   611
 * PHP Notice: Undefined index: show_date in
    /plugins/top-10/top-10.php on line
   612
 * I’m using the latest version of the plugin and WordPress
 * [https://wordpress.org/plugins/top-10/](https://wordpress.org/plugins/top-10/)

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

 *  Plugin Author [Ajay](https://wordpress.org/support/users/ajay/)
 * (@ajay)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/errors-in-error-log/#post-4738466)
 * Thanks for reporting this. I’ll fix this in a new version.
 * For now, can you test this and tell me if it works well?
 *     ```
       $instance['disp_list_count'] = isset($new_instance['disp_list_count']) ? true : false;
       $instance['show_excerpt'] = isset($new_instance['show_excerpt']) ? true : false;
       $instance['show_author'] = isset($new_instance['show_author']) ? true : false;
       $instance['show_date'] = isset($new_instance['show_date']) ? true : false;
       ```
   
 *  Thread Starter [Jason Davis](https://wordpress.org/support/users/batgeek/)
 * (@batgeek)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/errors-in-error-log/#post-4738549)
 * Yup that got it, I’m not seeing any errors.
 * Well done sir!
 *  Plugin Author [Ajay](https://wordpress.org/support/users/ajay/)
 * (@ajay)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/errors-in-error-log/#post-4738553)
 * That’s good. I’ll put it in the new version.
 *  Plugin Author [Ajay](https://wordpress.org/support/users/ajay/)
 * (@ajay)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/errors-in-error-log/#post-4738794)
 * This is now fixed in v1.9.10.x

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

The topic ‘Errors in error log’ is closed to new replies.

 * ![](https://ps.w.org/top-10/assets/icon-256x256.png?rev=2986432)
 * [WebberZone Top 10 — Popular Posts](https://wordpress.org/plugins/top-10/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/top-10/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/top-10/)
 * [Active Topics](https://wordpress.org/support/plugin/top-10/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/top-10/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/top-10/reviews/)

 * 4 replies
 * 2 participants
 * Last reply from: [Ajay](https://wordpress.org/support/users/ajay/)
 * Last activity: [11 years, 11 months ago](https://wordpress.org/support/topic/errors-in-error-log/#post-4738794)
 * Status: resolved