- Issue created by @thomas.frobieter
Quickfix:
if(function_exists('office_hours_exceptions_preprocess_field')) { office_hours_exceptions_preprocess_field($variables, $hook); }
However, we don't have the "allow exceptions" option enabled, so .. maybe thats the reason the function is n/a?
- 🇳🇱Netherlands johnv
Which version are you all using?
it this related to 🐛 Drupal 11.1 Crash Active ? - 🇳🇱Netherlands johnv
Alternatively, try the new dev version.
It seems that initially, the theme.inc file is not loaded.
When it IS loaded, (not via the .module file) the sub-file exceptions.theme.inc is NOT loaded.The code is obsolete, so removing it altogether.
The views.inc file is now gone, too. That was not necessary.
Hope this solves the problem.
Please report back. We switched to DEV and everything seems to work fine!
Automatically closed - issue fixed for 2 weeks with no activity.