Replies: 0
I already had problems in the past with this plugin messing the rewrite rules but
last update made all my site useless, giving 404 on every pages but the homepage.
Turns out, the wordpress rewrite rules were left completely empty by this plugin.
Found out the problem was with the integration of WPML, when they call
$this->sitepress->core_tm()
without checking that the method exists first (which can happen when you rely on third party plugins). This same update resulted in an error 500 when trying to manage plugins to deactivate the fault plugin (the tribe events).