Parse error: syntax error, unexpected T_STRING in /var/web/fn0639/highlifeplus.com/wp-highlife/wp-content/plugins/pods/classes/Pod.php(778) : eval()’d code on line 134
I looked into my template file, and apparently this field:
<pre>$childactiv = ‘{@kinderinfo}’;
if(!empty($childactiv)) {
echo $childactiv’;
}
</pre>
produced the error (for this specific pod-item, not all of them do this.)
I checked the field, it is a normal paragraph (desc)-field, with nothing but regular, plain text in it, no tags, just chars..
So for now I edited the template, leaving that pod-field out, but when surfing I found another pod-item with the same error (while the field was still out..)
Does this have something to do with the upgrade, or …
When I just try to display the field with {@kinderinfo} that works fine..
just not able to check it’s value by putting it in a variable..