I had the version 7.6 installed and I'm getting couple 'fatal error':

1) Under Master Settings-->Feature Settings-->Attachments--> Test Directory, I get this error:
Fatal error: Call to undefined function smartyPrepare() in /home/imigcom/public_html/forum/libs/html.inc.php on line 692

Same error here:
2) Under Tools & Information -->Database tools -->Backup Tables --> Test Directory, I get this error:
Fatal error: Call to undefined function smartyPrepare() in /home/imigcom/public_html/forum/libs/html.inc.php on line 692

same error here:
3) Under Membership -->Profile Settings-->Avatars--> Test Directory, I get this error:
Fatal error: Call to undefined function smartyPrepare() in /home/imigcom/public_html/forum/libs/html.inc.php on line 692


Looks like every call to html.inc.php end up on this error. The line 692 is:
smartyPrepare($data);

Any help?