- Issue created by @malcomio
- Assigned to chetan 11
- Issue was unassigned.
- Status changed to Needs review
9 months ago 1:19pm 26 February 2024 - 🇺🇸United States parkh
After I applied the patch, I got this error from drush while running drush cr:
[warning] Attempt to read property "created" on null MemcacheBackend.php:152 - First commit to issue fork.
- Assigned to ankitv18
- Status changed to Needs work
6 months ago 7:27am 22 May 2024 - Issue was unassigned.
- Status changed to Closed: works as designed
6 months ago 7:36am 22 May 2024 - 🇮🇳India ankitv18
Checked on my and I also worked on another issue where pipeline isn't reported deprecation due to dynamic property.
PHPStan Pipeline: https://git.drupalcode.org/issue/memcache-3368578/-/jobs/158840 - achap 🇦🇺
I saw this as well.
Steps to reproduce:
1. Enable PHP8.2 on your environment.
2. Switch to a branch running core 10.2 (where enforceDefaultTranslation is added to ContentEntityBase).
3. Clear cache (no warnings).
4. Switch to a branch running core 10.1 (no enforceDefaultTranslation).
5. Clear cache (warnings).But don't think this is an issue with this module.
- 🇺🇸United States couloir007
By this being closed works as designed mean there is no issue? I started seeing this as soon as we upgraded to PHP 8.2, which to me makes it seem like there is a real issue.