I found the "function clear_parse" in two places in each class.FastTemplate.php file.
I just searched for "function clear_parse" and commented them out using "//" in front of each line of the function. So it ended up looking like this;
Code:
// ******************************************
//
// function clear_parse ( $ReturnVar = "")
// {
// $this->clear($ReturnVar);
// }
// Commented out
// ******************************************
I did this for 4 files total;
/class.FastTemplate.php
/class.FastTemplate.php3
/admin/class.FastTemplate.php
/admin/class.FastTemplate.php3
It seems to work fine.