Undefined template_preprocess_views_view_unformatted()

Created on 30 June 2023, over 1 year ago
Updated 19 September 2023, about 1 year ago

Problem/Motivation

Undefined template_preprocess_views_view_unformatted() line 43

Steps to reproduce

Add pager and click on next week/month

Proposed resolution

Add this line: \Drupal::moduleHandler()->loadInclude('views', 'inc', 'views.theme');

before calling the function:
template_preprocess_views_view_unformatted($variables);
in calendar_view.module

Found this her https://www.drupal.org/project/views_accordion/issues/3003870
in this patch: https://www.drupal.org/files/issues/2018-10-02/views_accordion-3003870-3...
and worked for me.

Don't blame me I am sitebuilder after all.

🐛 Bug report
Status

Fixed

Version

2.1

Component

Code

Created by

🇧🇬Bulgaria alexander.nachev

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Production build 0.71.5 2024