compilation error in Field.php
compilation error in Field.php
there is a compilation error in the method
public function val ( $direction, $data )
lines
return $getFormatter( $data[ $this->_dbField ], $data, $this->_getFormatterOpts );
return $setFormatter( $data[ $this->_dbField ], $data, $this->_setFormatterOpts );
are showing error for getFormatter and setFormatter saying function name must be callable
am I missing something in installation ?
public function val ( $direction, $data )
lines
return $getFormatter( $data[ $this->_dbField ], $data, $this->_getFormatterOpts );
return $setFormatter( $data[ $this->_dbField ], $data, $this->_setFormatterOpts );
are showing error for getFormatter and setFormatter saying function name must be callable
am I missing something in installation ?
This discussion has been closed.
Replies
Allan