Then download the previous version:
https://es.www.ads-software.com/plugins/amp/advanced/
?
And upload from your wordpress admin panel
Fatal error: Cannot make static method AMP_Customizer_Design_Settings::register_customizer_ui() non static in class AMPFORWP_Customizer_Design_Contols in /home/domains/website.com/public_html/wp-content/plugins/accelerated-mobile-pages/templates/customizer/customizer.php on line 0
It’s a combination with this plugin: https://nl.www.ads-software.com/plugins/accelerated-mobile-pages/
]]>If so, they’re fixing the issue. https://www.ads-software.com/support/topic/i-have-updated-the-amp-plugin-and-the-plugin-is-corrupted/
]]>If you go with number 2, just edit the /plugins/accelerated-mobile-pages/templates/customizer/customizer.php file, and update from
public function register_customizer_ui()
to
public
staticfunction register_customizer_ui()
That should make the issue go away.
]]>