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

Support archive

Low Variables + Grid not working

oliver.heine 10 Feb 2016 09:34 problem, complete

Low Variables
EE 3.1.2

When trying to save a variable of the Grid-type, I get several dozens (seems to loop infinitely) of these:

Notice
Undefined index: col_type
ee/legacy/libraries/Grid_parser.php, line 624 show details
Severity: E_NOTICE

Notice
Undefined index: col_type
ee/legacy/libraries/Grid_parser.php, line 632 show details
Severity: E_NOTICE

and the variable is not saved.

Replies

  1. Low 10 Feb 2016 12:40

    This is related to a bug in Grid that I reported recently. Not something I can fix from LV, I'm afraid. :(

  2. Low 10 Feb 2016 12:47

    You can try and work around it for now. If you, using your browser's inspector, check out the disabled Type select, and remove the disabled="disabled" from it, the select element should be accessible again and submit its value normally.

  3. oliver.heine 11 Feb 2016 09:22

    Wonderful.

  4. Low 7 Mar 2016 12:49

    FWIW, this will be fixed in EE3.2, which is in developer preview as we speak.