Todays update to 5.7.6 caused an issue with WPML
PHP Fatal error: Call to undefined method SitePress::get_setting() in /../wp-content/plugins/advanced-custom-fields/includes/wpml.php on line 71
Edited to…
//$post_types = $sitepress->get_setting('custom_posts_sync_option');
$post_types = false;
in order to bring the site back.
Any help? Many thanks…
I have exactly the same problem. Any help would be highly appreciated.
Thanks!
I’m having the same problem, can’t activate WPML or i got a full crash.
The latest update has no fix for this, if you apply it you must disable the check as in the original post.
I’m having the same issue here. I commented-out the line 71 but I wonder what features I am disabling by doing so?
Is ACF team working on this problem?
I updated my WPML to the latest version as suggested by the ACF support team and I don’t have the error anymore.
I used to have WPML Multilingual CMS 3.0.2 and since my subscription was expired I didn’t have a notification to update the plugin. Now I bought the 4.1.2 and everything is running smoothly.
Can confirm seblacos’ isntructions.