• As soon as I update AMP my site crashes. WordPress crashes completely – I can’t even log in.

    Am I doing something wrong or is there a bug?

Viewing 1 replies (of 1 total)
  • Check your logs, it’s probably related to the customizer update, they changed a public function to public static function.

    The updated function is called register_customizer_ui, some other plugin may have declared the same function, just check if the other plugin got updated or manually edit the function to:

    publicstaticfunction register_customizer_ui()

    That should make the issue go away.

Viewing 1 replies (of 1 total)
  • The topic ‘Blank Pages/Crashing’ is closed to new replies.