River Zhao → created an issue.
My project environment is Drupal9.5.9, PHP8.1; the problem prompt is:
Deprecated function: strip_tags() in Drupal\paragraphs\Entity\Paragraph->getTextSummary(): Passing null to parameter #1 ($string) of type string is deprecated (/var/www/docroot/modules/contrib/paragraphs/ src/Entity/Paragraph.php, line 740).
None of the existing patches can be used, I created a new patch.
I had the same error here, but it was the cron execution of the password policy that reported an error, so this patch didn't work for me; I recreated a patch.
None of these fixes solved my problem, nor could I even apply the fix; I found another one, but it was so old that while his modification fixed the problem, it also couldn't be applied, so I Decided to upload a patch pack myself.
First describe my problem: my error is the same as here, and it is also caused by the upgrade of PHP to 8. I actually encountered an error when visiting /admin/config/search/redirect.
I encountered this problem after upgrading to php8, but when I used the patch package in composer.json, I was prompted that I could not apply it. I used the composer install -vvv command to get an error: can't find file to patch at input line 6 ; I did not find the file redirect.post_update.php; My project is drupal9.4.8, PHP8.
I encountered this problem after upgrading to php8. I am sure that the modification method of this patch package is correct, but when I use the patch package in composer.json, I am prompted that I cannot apply it. I use the composer install -vvv command to get an error : 1 out of 1 hunk FAILED -- saving rejects to file lib/Drupal/Core/Utility/LinkGenerator.php.rej ; I compared the files carefully and found that the content of the patch part is not completely consistent, there are spaces, and the number of lines is inconsistent The problem. Is there any better way to solve this problem? Due to project reasons, it cannot be modified manually.