Fatal Error found
-
Hello,
I found a fatal error in Link Whisper related to Elementor integration.
Environment:
- WordPress
- Elementor
- PHP 8.3
- Link Whisper 0.9.4
Fatal error:
Fatal error: Uncaught Error: Call to undefined method Wpil_Editor_Elementor::appendProcessableValue()File:
core/Wpil/Editor/Elementor.php
around line 130.The issue occurs while saving Elementor content.
Stack trace indicates:
Elementor save -> Link Whisper content processing -> Wpil_Editor_Elementor::getProcessableData() -> self::appendProcessableValue()I checked the plugin source and:
Wpil_Editor_Elementordoes not extend another class- there is no imported trait
appendProcessableValue()is not defined anywhere in the plugin- the method also does not exist in previous versions
So the current code path calls a non-existent static method.
This seems to be an incomplete refactor or a missing method in the release package.
Could you confirm and provide a fix?
Thanks.
You must be logged in to reply to this topic.