Reviewed & tested by the community
Project:
Accelerated Mobile Pages (AMP)
Version:
8.x-3.8
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
29 Jan 2024 at 14:46 UTC
Updated:
23 Dec 2024 at 11:42 UTC
Jump to comment: Most recent
Comments
Comment #3
sonvir249 commentedComment #4
s3b0un3tTested with version 3.8 of the AMP module in PHP 8.3.
The Merge Request resolves the deprecated issue and does not result in a new issue.
I update the issue in RTBC.
Thanks for your fix !
Comment #5
kurttrowbridgeAlso confirmed that the supplied MR resolved the issue for my site using PHP 8.2 and the dev version of the module. Thank you!
Comment #6
flyke commentedAfter this patch, I got the following notices in my console after for example a
drush updbcommand:I fixed this by adding this patch in my projects composer.json file:
Comment #7
nicobot commentedI also confirm the patch fixes the issue as described. Also comment #6 makes sense as well. Thank you all!