- πΊπΈUnited States aisforaaron
I pushed this fix up to the 8.x-1.x-dev branch.
- Assigned to aisforaaron
- Status changed to Fixed
over 1 year ago 11:08pm 18 August 2023 Automatically closed - issue fixed for 2 weeks with no activity.
If you have Paragraphs Report installed and enabled, saving a node will cause a json_decode
deprecation warning if you are using PHP 8+.
* Install Paragraphs Report module (composer, etc.)
* Enable in /admin/modules
* Save a node
Change function call in src/ParagraphsReport.php
from Json::decode(val)</decode> to <code>Json::decode(val ?? '')
. I've included an attached patch.
None
None
None
None
Fixed
1.0
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
I pushed this fix up to the 8.x-1.x-dev branch.
Automatically closed - issue fixed for 2 weeks with no activity.