Closed maxasus123 closed 3 months ago
Hi @maxasus123 Thanks for informing us this issue, can you please upload the screenshot of issue, also it will be helpful if you can share the error log for it.
Hi @maxasus123 Thanks for informing us this issue, can you please upload the screenshot of issue, also it will be helpful if you can share the error log for it. Hi @kedarkhaire
`Deprecated function: Creation of dynamic property Drupal\apigee_edge\Entity\Developer::$original is deprecated in Drupal\Core\Entity\EntityStorageBase->doPreSave() (line 524 of /var/www/html/web/core/lib/Drupal/Core/Entity/EntityStorageBase.php)
Thanks @maxasus123 for sharing the screenshot and the error. We will look into it further. Meanwhile, if you have any fix for it, feel free to share by creating a PR for it.
Thanks!
Hi,
I am facing the same exception. Does any solution exist for the problem?
Apigee module V3.0 PHP 8.2
Thanks
Hi,
I am facing the same exception. Does any solution exist for the problem?
Apigee module V3.0 PHP 8.2
Thanks
Hi @MahmoudSayed96
Add code
#[\AllowDynamicProperties]
before at file src/Entity/Developer.php
class Developer extends EdgeEntityBase implements DeveloperInterface {
After
#[\AllowDynamicProperties]
class Developer extends EdgeEntityBase implements DeveloperInterface {
HI @maxasus123 Good that you shared a solution, it will be more helpful if you can create a PR for it. Thanks!
Hi @maxasus123 Thanks, the exception does not appear after applying your solution.
Hi @maxasus123 Can you please create a PR for this ? Thanks!
Hi @maxasus123 Can you please create a PR for this ? Thanks!
Hi @kedarkhaire PR for this issues. https://github.com/apigee/apigee-edge-drupal/pull/1071
Description
This error on Drupal 10.2.5 PHP.8.3
Deprecated function: Creation of dynamic property Drupal\apigee_edge\Entity\Developer::$original is deprecated in Drupal\Core\Entity\EntityStorageBase->doPreSave() (line 524 of core/lib/Drupal/Core/Entity/EntityStorageBase.php).
Steps to Reproduce
Steps to reproduce the behavior:
Screenshots
![Uploading Screenshot 2567-05-13 at 10.08.35.png…]()
Version Info
Drupal 10.2.5
PHP.8.3 Apigee Edge version '3.0.6'