compilation error in Field.php

compilation error in Field.php

tvpavantvpavan Posts: 9Questions: 0Answers: 0
edited October 2012 in Editor
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 ?

Replies

  • tvpavantvpavan Posts: 9Questions: 0Answers: 0
    and the line return $validator( $val, $data, $this ); in public function validate ( $data ) method too...
  • allanallan Posts: 61,438Questions: 1Answers: 10,049 Site admin
    What is the error you are setting and what is the initialisation that you are using that triggers this error? Can you also confirm that you are using PHP 5.3 or 5.4?

    Allan
This discussion has been closed.