'ello all.
I have an issue where data is not being populated by fetch()
It works in all other directories and scripts except this one.
$out = $smarty->fetch(_SMARTY_TEMPLATES_PATH . CONTACT_MANAGER_DIR . $tpl);
$smarty->assign('contact_manager', $out);
$out is empty. There are no errors. The file and path exist. I can print the file contents with file_get_contents. This is a fully functional site that was cloned to another server. Replacing $out with a literal string displays the proper content.
Does anyone have any ideas? I already updated Smarty (even though that should not have been the issue anyways). I am at a loss here.
TIA!