In the file: core/components/formz/processors/mgr/tv/output/formz.class.php This code: `$this->tv->_properties` Should be changed to this: `$this->tv->getProperties()` $this->tv->_properties is unreliable and leads to PHP errors.