Changes between Initial Version and Version 1 of Ticket #62652
- Timestamp:
- 03/22/2025 11:43:32 PM (14 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #62652
-
Property
Component
changed from
GeneraltoExternal Libraries
-
Property
Component
changed from
-
Ticket #62652 – Description
initial v1 1 1 I have updated WordPress to 6.7 and now getting these warnings, any idea how to fix it? 2 ``` 3 Warning: Ambiguous class resolution, "SimplePie_Core" was found in both "/var/www/public/wp-includes/SimplePie/src/Core.php" and "/var/www/public/wp-includes/SimplePie/library/SimplePie/Core.php", the first will be used. 4 ``` 2 3 `Warning: Ambiguous class resolution, "SimplePie_Core" was found in both "/.../wp-includes/SimplePie/src/Core.php" and "/.../wp-includes/SimplePie/library/SimplePie/Core.php", the first will be used.` 5 4 6 5 These are the two files: