Open peetCreative opened 1 month ago
Thanks for the report, @peetCreative . Could you add the following details for the site that's having the problem?
cv flush
? (That method is a little more thorough in cache clearing, compared to the in-app "clean up caches" button.) If not, please try that and let me know whether it changes things..../templates_c/en_US
? If not, please try that and let me know whether it changes things.I'll be watching for your answers. Thanks!
Hey twomice, thanks for the fast response.
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.
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.
Spontanously my Drupal/CiviCRM-Test environment developed the following error. However my copied local development instance still works with out the error.
Anyone an idea?