- Issue created by @kenrbnsn
- 9f6aa0ad committed on 10.0.x
Issue #3392392 by kenrbnsn: Return value must be of type string, null...
- 9f6aa0ad committed on 10.0.x
- Status changed to Fixed
about 1 year ago 8:14am 8 October 2023 - 🇩🇪Germany stborchert
Uh, sorry about that. And thanks for finding this.
Fixed in https://www.drupal.org/project/paragraphs_ee/releases/10.0.2 →
- 🇺🇸United States kenrbnsn New Jersey
Thanks. The page now comes up but I get these warnings:
Warning: Trying to access array offset on value of type null in Drupal\paragraphs_ee\Entity\ParagraphsCategory->getDescription() (line 75 of modules/contrib/paragraphs_ee/src/Entity/ParagraphsCategory.php). Warning: Trying to access array offset on value of type null in Drupal\paragraphs_ee\Entity\ParagraphsCategory->getDescriptionFormat() (line 82 of modules/contrib/paragraphs_ee/src/Entity/ParagraphsCategory.php). Deprecated function: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in Drupal\filter\Element\ProcessedText::preRenderText() (line 101 of core/modules/filter/src/Element/ProcessedText.php).
- Status changed to Active
about 1 year ago 6:42am 9 October 2023 - 🇩🇪Germany stborchert
@kenrbnsn: Where/ when do you get these warnings? I tried adding, editing, removing categories and paragraph bundles and created content but didn't see such warnings.
- Assigned to abhishek_virasat
- Assigned to stborchert
- 🇩🇪Germany stborchert
@abhishek_virasat I'm already working on it. Thanks for offering your help.
- 🇩🇪Germany stborchert
It seems that the update hook that modifies the existing paragraph categories did not run properly.
-
stBorchert →
authored 8769bc5e on 10.0.x
Issue #3392392 by stBorchert, kenrbnsn: Return value must be of type...
-
stBorchert →
authored 8769bc5e on 10.0.x
- 🇩🇪Germany stborchert
Please test the latest development branch. This should do ... hopefully.
- 🇺🇸United States kenrbnsn New Jersey
Still getting the errors/warnings. I created a new empty site on ddev and did some screen captures.
-
stBorchert →
authored 6a80db2f on 10.0.x
Issue #3392392 by kenrbnsn, stBorchert: Return value must be of type...
-
stBorchert →
authored 6a80db2f on 10.0.x
- Status changed to Needs review
about 1 year ago 6:50pm 9 October 2023 - 🇩🇪Germany stborchert
Ah. 🤦♂️ You don't see errors and warnings if you configure Drupal to not display them.
Thanks for the videos, that helped a lot. I've committed some changes that should finally fix this.
- Status changed to RTBC
about 1 year ago 8:12am 27 October 2023 - Status changed to Fixed
12 months ago 5:29am 20 November 2023 - 🇩🇪Germany onfire84
Great to see this fixed!
Would it be possible to have a new release here? I feel a bit uncomfortable to use a dev version in production.
- 🇩🇪Germany PLK
The fix in the dev Branch "10.0.x" fixed this issue for me.
But the null checks and the fix is not founded in the 10.0.2 release.Would you please release a new version?
Automatically closed - issue fixed for 2 weeks with no activity.