Tokenize Error with latest update

Created on 8 November 2019, about 5 years ago
Updated 26 January 2023, almost 2 years ago

I just updated to the latest dev version of views pdf that was updated earlier this week, and now all of my pdf views dont render at all anymore...

I have no clue which merged change actually caused this to happen... or if it has something to do with another module i have...

Either way, now all views pdf page return this error when trying to access any of them

Error: Call to a member function tokenize_value() on null in views_handler_area_text->render_textarea() (line 129 of \sites\all\modules\views\handlers\views_handler_area_text.inc).

That area contains the following code :

public function render_textarea($value, $format) {
    if ($value) {
      if ($this->options['tokenize']) {
        $value = $this->view->style_plugin->tokenize_value($value, 0);
      }
      return check_markup($value, $format, '', FALSE);
    }

So it seems to be something with token...

I rolled back the views_pdf to my previous version for now and it works again...

πŸ› Bug report
Status

Closed: outdated

Version

1.0

Component

Code

Created by

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

Comments & Activities

Not all content is available!

It's likely this issue predates Contrib.social: some issue and comment data are missing.

Production build 0.71.5 2024