All Low add-ons are now owned by EEHarbor. Read the blog post.

Support archive

php message error after fresh install of low reorder

Stéphane Cabaret 8 Aug 2013 02:35 problem, complete

Hi,

I've just installed low reorder v2.21 on ee 2.6.1 and get this message error on the extension settings panel:

A PHP Error was encountered

Severity: Warning

Message: Invalid argument supplied for foreach()

Filename: helpers/form_helper.php

Line Number: 324

i've installed too low variables last version.

regards

Replies

  1. Low 8 Aug 2013 07:42

    Do you have any member groups that can access the CP apart from the SuperAdmins?

  2. Stéphane Cabaret 8 Aug 2013 13:08

    Thanks for the reply,

    For the moment no have member groups that can access the CP.

  3. Stéphane Cabaret 8 Aug 2013 13:39

    Thanks for the reply!

    For the moment, no member groups can access the CP from the SuperAdmins.

  4. Low 8 Aug 2013 13:53

    A little bug then. Need to check for that. For now, open up ext.low_reorder.php and look up line #81. Change that from

    ->where_not_in('group_id', array('1'))
    to

    //->where_not_in('group_id', array('1'))

    commenting out that line. That should give you the SuperAdmins group only in the view and remove the error.

  5. Stéphane Cabaret 8 Aug 2013 14:03

    It works,

    thanks