Ok I made sure the templates are there and they are. I changed that line to:
PHP Code:
eval("\$customfields .= \"'.gettemplate('getinfo_customfields').'\";");
I got this error: Fatal error: Call to undefined function: checkwarnlink() in /web/dark/public_html/testvb/member.php on line 1286
If I change it to:
PHP Code:
eval("\$customfields .= \"".gettemplate('getinfo_customfields')."\";");
I get the original error.
Dark Shogun