When updating to version 0.5, an error of amp.php will result in 500 error.
We recommend that you keep operating at 0.4.2 without updating to 0.5.
Thread Starter
Jaime
(@wilfredo1234)
The solution is to remove the amp plugins from ftp,
Then download the previous version:
https://es.ww.wp.xz.cn/plugins/amp/advanced/
And upload from your wordpress admin panel
-
This reply was modified 8 years, 10 months ago by
Jaime.
-
This reply was modified 8 years, 10 months ago by
Jaime.
Auttomatic AMP Plugin Update Caused 500 Erro, Site Crashed , I turned off AmP plugin by kalaudi and the site was working , but when i activated the plugin again the site crashed. We know the problem is with the auttomatic plugin ,auttomatic people should have to make plugin compatible with amp by kaludi or vice versa 🙂
Same error here, after updating to 0.5
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.ww.wp.xz.cn/plugins/accelerated-mobile-pages/
-
This reply was modified 8 years, 10 months ago by
margje.
-
This reply was modified 8 years, 10 months ago by
margje.
You can either 1) wait for [] to update the plugin. Or 2) manually update the source code, until they update the plugin.
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
publicstaticfunction register_customizer_ui()
That should make the issue go away.