twomice / com.joineryhq.activityical

CiviCRM extension: Provides an iCalendar feed of assigned activities per contact
Other
2 stars 14 forks source link

Smarty4: Unable to load template #55

Open peetCreative opened 1 month ago

peetCreative commented 1 month ago

Spontanously my Drupal/CiviCRM-Test environment developed the following error. However my copied local development instance still works with out the error.

Unable to load template 'file:CRM/Activityical/Form/Settings.tpl' in 'file:CRM/Form/default.tpl'

Anyone an idea?

twomice commented 1 month ago

Thanks for the report, @peetCreative . Could you add the following details for the site that's having the problem?

I'll be watching for your answers. Thanks!

peetCreative commented 3 weeks ago

Hey twomice, thanks for the fast response.

Bildschirmfoto vom 2024-11-04 10-23-08

However one thing, I'm now wondering is: The local and the server CiviCRM Menubar is different, though local is a exact copy of the server site. For local Grant is in English and on the server it's German Bewilligungen. I looked up the Localization. It's all configured the same.

I'll be watching for your answer as well.

peetCreative commented 3 weeks ago

Hey, I found that for my local version Smarty4 was disabled. Commenting it on the server fixed the issue.

define('CIVICRM_SMARTY_AUTOLOAD_PATH',
    '/var/www/html/vendor/civicrm/civicrm-packages/smarty4/vendor/autoload.php');

So it's a Smarty problem.