Plugin Support
Rica
(@ricav)
Hi there,
This might be related to the experiments features of Elementor. Please follow these steps, and let me know if it solved your issue:
- Make sure that the “Load Font Awesome 4 Support” is set to “Yes” under Elementor> Settings> Advanced.
- Temporarily deactivate the experiments under Elementor> Settings> Features.
Kind regards,
Not related to font awesome or active experiments.
Bug is in experiments manager, return of get_installs_history() is not checked.
158: private function install_compare( $version ) {
159: $installs_history = Upgrade_Manager::get_installs_history();
160:
161: $cleaned_version = preg_replace( '/-(beta|cloud|dev)\d*$/', '', key( $installs_history ) );
When first called after install the key( $installs_history ) is null, which causes above mentionend error with PHP 8.1.x
Feel free to post the bug report at your github, I do not use github due to their policies.
Plugin Support
Rica
(@ricav)
Since this is a development based query, may opt to visit our Github account where you may get in contact with a member of our development team to query this with.
Please note that this is not an official support channel but a respective member of the development team will respond to your post as soon as they are available.
Please follow this guide which outlines the steps required to post on our Github: https://github.com/elementor/elementor/blob/master/.github/CONTRIBUTING.md
As already explained:
Feel free to post the bug report at your github, I do not use github due to their policies.
Hi, @ov3rfly.
Thanks for reaching out.
As this is a development query and the appropriate channel for reporting these issues is our Github page, we’ll go ahead and close this thread.
Please feel free to open a new thread should you require assistance with a different issue.
Kind Regards,