The extension is throwing an error which seems to be triggered by some template which is not smarty4 compatible,
When trying to access the settings for the extension I get the following error
Unable to load template 'file:CRM/Mosaicomigration/Form/Migration.tpl' in 'file:CRM/Form/default.tpl
When checking the logs I see
`2024-08-30 03:27:04+0100 [error]
$Fatal Error Details = array:3 [
"message" => "Unable to load template 'file:CRM/Mosaicomigration/Form/Migration.tpl' in 'file:CRM/Form/default.tpl'"
"code" => null
"exception" => SmartyException {#7761
message: "Unable to load template 'file:CRM/Mosaicomigration/Form/Migration.tpl' in 'file:CRM/Form/default.tpl'"
The extension is throwing an error which seems to be triggered by some template which is not smarty4 compatible,
When trying to access the settings for the extension I get the following error
Unable to load template 'file:CRM/Mosaicomigration/Form/Migration.tpl' in 'file:CRM/Form/default.tpl
When checking the logs I see `2024-08-30 03:27:04+0100 [error] $Fatal Error Details = array:3 [ "message" => "Unable to load template 'file:CRM/Mosaicomigration/Form/Migration.tpl' in 'file:CRM/Form/default.tpl'" "code" => null "exception" => SmartyException {#7761
message: "Unable to load template 'file:CRM/Mosaicomigration/Form/Migration.tpl' in 'file:CRM/Form/default.tpl'"
} ]
2024-08-30 03:27:04+0100 [debug] $backTrace = #0 /httpdocs/wp-content/plugins/civicrm/civicrm/CRM/Core/Error.php(443): CRM_Core_Error::backtrace("backTrace", TRUE)
1 /httpdocs/wp-content/plugins/civicrm/civicrm/CRM/Core/Invoke.php(39): CRM_Core_Error::handleUnhandledException(Object(SmartyException))
2 /httpdocs/wp-content/plugins/civicrm/civicrm.php(1231): CRM_Core_Invoke::invoke((Array:2))
3 /httpdocs/wp-includes/class-wp-hook.php(324): CiviCRM_For_WordPress->invoke("")
4 /httpdocs/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters("", (Array:1))
5 /httpdocs/wp-includes/plugin.php(517): WP_Hook->do_action((Array:1))
6 /httpdocs/wp-admin/admin.php(259): do_action("toplevel_page_CiviCRM")
7 {main}`