@ankit_sonkr, just tried your patch, unfortunately it doesn't work for me. The error is as follows:
Error: Call to a member function setComponent() on null in Drupal\precision_modifier\services\PrecisionModifierService->increasePrecision() (line 89 of modules/contrib/precision_modifier/src/services/PrecisionModifierService.php).
@mwebase It happens when I launch field scale changing. I noticed the exception doesn't point at any particular field, rather it just goes "node_revision__". Maybe it'll help.
@mwebaze That is correct. I appreciate your help!
toomanynights → created an issue.
toomanynights → created an issue.
toomanynights → created an issue.
Hey Ranjit1032002, thanks a lot! Unfortunately the error is still there :( The text is different though:
Trying to access array offset on value of type null in Drupal\views_field_view\Plugin\views\field\View->getTokenValue() (line 305 of modules/contrib/views_field_view/src/Plugin/views/field/View.php).
Tried to applied patch from this issue, as it seemed relevant:
https://www.drupal.org/project/views_field_view/issues/2824359
🐛
Using non-token in arguments causes Undefined Index: 'type' warning
RTBC
The error changed, now it's:
Warning: foreach() argument must be of type array|object, null given in Drupal\Core\Asset\LibraryDiscoveryParser->buildByExtension() (line 198 of core/lib/Drupal/Core/Asset/LibraryDiscoveryParser.php).
Is there any way to fix this? Thanks!