Undefined index error
I just installed the plugin and am using it with Matrix. I created my first Matrix/LowVar field type and get this on the editing page:
A PHP Error was encountered
Severity: Notice
Message: Undefined index: lv_ft_multiple
Filename: low_variables/ft.low_variables.php
Line Number: 258
the offending code is:
if ($this->settings['lv_ft_multiple'])
maybe it should be:
if ( ! empty( $this->settings['lv_ft_multiple'] ))
Cheers!
Replies
Low 24 Apr 2012 07:08
Hi, thanks for reporting. Fixed for the next version.
I do have some trouble replicating it, tho. Have you created a Low Variables channel field and this is appearing in the publish form?