I'm getting the following warning when I go to the Text Filters page and enable the conditional text filter:
Notice: Undefined index: installed in {closure}() (line 31 of [MY DIRECTORY PATH]/conditional_text.inc).
Note: on my test box, I have PHP warnings set to the strictest possible setting. This is always useful for testing purposes...
Comments
Comment #1
jhodgdonI get some more warnings when I attempt to display a page using the conditional format:
* Notice: Undefined offset: 1 in {closure}() (line 12 of /opt/home/jhodgdon/gitrepos/condtext/plugins/condition/installed.inc).
* Notice: Undefined offset: 1 in {closure}() (line 12 of /opt/home/jhodgdon/gitrepos/condtext/plugins/condition/installed.inc).
* Notice: Undefined offset: 2 in {closure}() (line 7 of /opt/home/jhodgdon/gitrepos/condtext/plugins/condition/installed.inc).
* Notice: Undefined offset: 1 in {closure}() (line 7 of /opt/home/jhodgdon/gitrepos/condtext/plugins/condition/installed.inc).
* Notice: Undefined offset: 1 in {closure}() (line 12 of /opt/home/jhodgdon/gitrepos/condtext/plugins/condition/installed.inc).
* Notice: Undefined offset: 1 in {closure}() (line 12 of /opt/home/jhodgdon/gitrepos/condtext/plugins/condition/installed.inc).
* Notice: Undefined offset: 1 in {closure}() (line 12 of /opt/home/jhodgdon/gitrepos/condtext/plugins/condition/installed.inc).
* Notice: Undefined offset: 1 in {closure}() (line 12 of /opt/home/jhodgdon/gitrepos/condtext/plugins/condition/installed.inc).
Comment #2
jhodgdonThese warnings have gone away.