Describe the bug
Cannot instantiate any of ImageEditors classes with an error:
Fatal error: Uncaught Error: Class "WP_Image_Editor" not found in ...
To Reproduce
Steps to reproduce the behavior:
- Try to instantiate class StorageImageEditor like that:
new StorageImageEditor($image_upload_dir . $file_name);
Expected behavior
Ability to instantiate the ImageEditor class and operate with it to be able upload files
Screenshots

Server (please complete the following information)
Linux 29dc86ad20f3 5.4.0-198-generic #218-Ubuntu SMP Fri Sep 27 20:18:53 UTC 2024 x86_64 GNU/Linux
- PHP Version 8.2.17
- Web Server | Ubuntu under Docker
- Using PHP-FPM? - No
- Using WordPress Cron? - No
How did you install the plugin?
Via composer (wpackagist-plugin/ilab-media-tools)
Additional context
None
Describe the bug
Cannot instantiate any of ImageEditors classes with an error:
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Ability to instantiate the ImageEditor class and operate with it to be able upload files
Screenshots

Server (please complete the following information)
Linux 29dc86ad20f3 5.4.0-198-generic #218-Ubuntu SMP Fri Sep 27 20:18:53 UTC 2024 x86_64 GNU/LinuxHow did you install the plugin?
Via composer (
wpackagist-plugin/ilab-media-tools)Additional context
None