You can check work by create a new page, if keep loading then you need upgrade your server and service ( recommend by me is 756 MB for memory [min] in php.ini ). If working then you need check code and restore your content. You can try delete Nginx cache too.The new version somehow breaks my website and the editor never loads. Just keep loading and loading. 3.7.7 seems to work well for now. Appreciate the update though.
It is working flawlessly. Maybe you should check with your WordPress version and other plugins. I would recommend, deactivate all plugins including Elementor regular and Pro. Then activate the Elementor regular first, then the Pro. Then start activating one plugin at a time and refresh the site after every activation. Then see if any plugin is causing any conflict with the Elementor. Share your findings so that we can discuss about the solution.The new version somehow breaks my website and the editor never loads. Just keep loading and loading. 3.7.7 seems to work well for now. Appreciate the update though.
Thank you so much @DarKMaSk. So I turned off both Elementor free and Elementor pro, then enabled Elementor free and tried to load Elementor editor and it worked but as soon as I enabled Elementor pro it wouldn't work.It is working flawlessly. Maybe you should check with your WordPress version and other plugins. I would recommend, deactivate all plugins including Elementor regular and Pro. Then activate the Elementor regular first, then the Pro. Then start activating one plugin at a time and refresh the site after every activation. Then see if any plugin is causing any conflict with the Elementor. Share your findings so that we can discuss about the solution.
Note: It will be better if you uninstall this version and install the older version which was previously installed and see whether the problems are fixed. If yes, then take a FULL SITE backup immediately including database. Then do the experiment as I stated above.
Fix your problem with my file, you can copy it or edit text your fileAH01071: Got error 'PHP message: PHP Warning: Undefined array key "requires" in /var/www/example.com/wp-content/plugins/elementor-pro/license/updater.php on line 69PHP message: PHP Warning: Undefined array key "new_version" in /var/www/example.com/wp-content/plugins/elementor-pro/license/updater.php on line 84', referer: https://example.com/wp-admin/plugins.php?plugin_status=inactive
hi, i see an error like this in the apache error log file.
do i need to take action?
How can I fix.
What are your recommendations?
Thank you very much for your good resource sharing.
@Physkx @Tomz
How to use this updater ?Fix your problem with my file, you can copy it or edit text your file
replace file updater.php in folder ( /wp-content/plugins/elementor-pro/license/updater.php) or copy contents in file and paste to elementor-pro/license/updater.php in plugin file editorHow to use this updater ?
Thanks it works perfectFix your problem with my file, you can copy it or edit text your file
Delete these two lines from updater.php to fix the PHP error.AH01071: Got error 'PHP message: PHP Warning: Undefined array key "requires" in /var/www/example.com/wp-content/plugins/elementor-pro/license/updater.php on line 69PHP message: PHP Warning: Undefined array key "new_version" in /var/www/example.com/wp-content/plugins/elementor-pro/license/updater.php on line 84', referer: https://example.com/wp-admin/plugins.php?plugin_status=inactive
hi, i see an error like this in the apache error log file.
do i need to take action?
How can I fix.
What are your recommendations?
Thank you very much for your good resource sharing.
@Physkx @Tomz
if ( version_compare( $wp_version, $version_info['requires'], '<' ) ) {
return $_transient_data;
}
if ( version_compare( $this->plugin_version, $version_info['new_version'], '<' ) ) {
$_transient_data->response[ $this->plugin_name ] = $plugin_info;
$_transient_data->checked[ $this->plugin_name ] = $version_info['new_version'];
} else {
$_transient_data->no_update[ $this->plugin_name ] = $plugin_info;
$_transient_data->checked[ $this->plugin_name ] = $this->plugin_version;
}
Delete these two lines from updater.php to fix the PHP error.
Line 69 to 71:
PHP:if ( version_compare( $wp_version, $version_info['requires'], '<' ) ) { return $_transient_data; }
Line 83 to 90:
PHP:if ( version_compare( $this->plugin_version, $version_info['new_version'], '<' ) ) { $_transient_data->response[ $this->plugin_name ] = $plugin_info; $_transient_data->checked[ $this->plugin_name ] = $version_info['new_version']; } else { $_transient_data->no_update[ $this->plugin_name ] = $plugin_info; $_transient_data->checked[ $this->plugin_name ] = $this->plugin_version; }
Alternatively, use the one where this has already been done, from here:
https://www.mirrored.to/files/0ZAGFJKH/elementor-pro_3.8.0_n_patched.zip_links
just replace the files on your ftp with the files in the archive !I have no clue how to update this, I am on 3.6.8 can someone p[lease explain what I should do? thanks
You can just upload the plugin and Wordpress will replace the old versionI have no clue how to update this, I am on 3.6.8 can someone p[lease explain what I should do? thanks