• Resolved rgbarratt

    (@rgbarratt)


    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

    https://www.ads-software.com/extend/plugins/arlima/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author victor_jonsson

    (@victor_jonsson)

    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

    (@victor_jonsson)

    This is now fixed….

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘edit lists error’ is closed to new replies.