You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since version 20.0, a magic method has been added, in the file = 'doldeprecationhandler.class.php', method = '__call'.
I have the impression that the is_callable method always calls this new method, which is a problem because the conditions linked to is_callable still apply, even if the function can't be called on the object. To solve this problem,
I'm currently using the method = 'method_exists', but I don't know exactly how to fix it.
Dolibarr Version
20.0
Environment PHP
8.2
Environment Database
No response
Steps to reproduce the behavior and expected behavior
No response
Attached files
No response
The text was updated successfully, but these errors were encountered:
Bug
Since version 20.0, a magic method has been added, in the file = 'doldeprecationhandler.class.php', method = '__call'.
I have the impression that the is_callable method always calls this new method, which is a problem because the conditions linked to is_callable still apply, even if the function can't be called on the object. To solve this problem,
I'm currently using the method = 'method_exists', but I don't know exactly how to fix it.
Dolibarr Version
20.0
Environment PHP
8.2
Environment Database
No response
Steps to reproduce the behavior and expected behavior
No response
Attached files
No response
The text was updated successfully, but these errors were encountered: