Thank you for this awesome and impossible to live without module, one of the greatest things in Drupal.
Recently I've been having this notice:
Notice: Undefined property: view::$row_index in views_handler_field->advanced_render() (line 1085 of /home/.../.../sites/all/modules/views/handlers/views_handler_field.inc).

Is this possible to fix?

Comments

miguelbraga created an issue. See original summary.

damienmckenna’s picture

Title: Notice: Undefined property » Notice: Undefined property view::$row_index in views_handler_field->advanced_render()

What version of PHP are you using? Did you only see the log message after you updated to 3.29, or has it been more recent than that? Have you debugged your way down to see what field was being rendered?

miguelbraga’s picture

Hi Damien,

Thank you for your reply. I'm using php version 7.4. This is recent, it started with the latest update since March (3.29).
I cannot jump to php 8.x still, there are a few modules that will only work under7.x.

Many thanks,
Miguel