Title: edit lists error
Last modified: August 20, 2016

---

# edit lists error

 *  Resolved [rgbarratt](https://wordpress.org/support/users/rgbarratt/)
 * (@rgbarratt)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/edit-lists-error/)
 * i am new to arlima and just testing it.
 * I do not really understand the edit lists menu.
 * I have the following two erros though my list does seem to work
 * Warning: Invalid argument supplied for foreach() in /home/content/62/6589162/
   html/Brian/wp-content/plugins/arlima/classes/ListConnector.php on line 96
 * Warning: Invalid argument supplied for foreach() in /home/content/62/6589162/
   html/Brian/wp-content/plugins/arlima/classes/ListConnector.php on line 96
    home
 * [http://wordpress.org/extend/plugins/arlima/](http://wordpress.org/extend/plugins/arlima/)

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

 *  Plugin Author [victor_jonsson](https://wordpress.org/support/users/victor_jonsson/)
 * (@victor_jonsson)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/edit-lists-error/#post-3434238)
 * Hi there!
 * The problem lays in your installation of WordPress, not in Arlima. Line 96 makes
   a call to wp_get_sidebar_menu(), a core function in WordPress that should return
   an array. In your case it does not. This may be because of one of the following
   reasons:
    - Another plugin (or the theme) is hooking into the filter ‘sidebar_widgets’
      and returning something of the wrong data type (not an array)
    - Another plugin (or the theme) have accidentally overwritten the WordPress 
      option ‘sidebar_widgets’ with something other than an array
    - You are using a framework that dramatically changes the behaviour of WordPress
    - You are using an old version of WordPress, I don’t know if there might have
      been a time when this function did not return an array
 * You will still be able to use the plugin but you will not be able to edit the
   properties of your list.
 * _I will add a fix for this in next release _
 *  Plugin Author [victor_jonsson](https://wordpress.org/support/users/victor_jonsson/)
 * (@victor_jonsson)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/edit-lists-error/#post-3434362)
 * This is now fixed….

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

The topic ‘edit lists error’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/arlima_fbf8f7.svg)
 * [Article List Manager (arlima)](https://wordpress.org/plugins/arlima/)
 * [Support Threads](https://wordpress.org/support/plugin/arlima/)
 * [Active Topics](https://wordpress.org/support/plugin/arlima/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/arlima/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/arlima/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [victor_jonsson](https://wordpress.org/support/users/victor_jonsson/)
 * Last activity: [13 years, 3 months ago](https://wordpress.org/support/topic/edit-lists-error/#post-3434362)
 * Status: resolved