- Open on Drupal.org βCore: 7.x + Environment: PHP 5.3 & MySQL 5.5last update
about 1 year ago Waiting for branch to pass - Issue created by @ron_s
- π©πͺGermany 4kant
Had these errors after updating to PHP 8.2:
Deprecated function: Creation of dynamic property PictureMapping::$id is deprecated in PictureMapping->__set() (line 377 of /sites/all/modules/picture/includes/PictureMapping.php).
Deprecated function: Creation of dynamic property PictureMapping::$table is deprecated in PictureMapping->__set() (line 377 of /sites/all/modules/picture/includes/PictureMapping.php).
Deprecated function: Creation of dynamic property PictureMapping::$type is deprecated in PictureMapping->__set() (line 377 of /sites/all/modules/picture/includes/PictureMapping.php).
Deprecated function: Creation of dynamic property PictureMapping::$export_type is deprecated in PictureMapping->__set() (line 377 of /sites/all/modules/picture/includes/PictureMapping.php).Pasted your lines there (too) and the errors were gone.
Thanks