fatal error after activation
-
Hi,
I am a premium subscriber – but I still need the “free” core version for functions.
When I installed and activated through wp, I’ve got this messages:
Fatal error: Cannot make static method AMP_Customizer_Design_Settings::register_customizer_ui() non static in class AMPFORWP_Customizer_Design_Contols in /home/5aee2kea53f911c82953584d4d83/public_html/wp-content/plugins/accelerated-mobile-pages/templates/customizer/customizer.php on line 221
There was some extra bracet, — I removed then the next line is 224 the same error.
Tried to change to make active the 223-instead 224 – but not helps – same error:
222 //Add New Contols and Settings in Customizer
223 //add_action( ‘amp_init’, array( ‘AMPFORWP_Customizer_Design_Contols’, ‘init’ ) );
224 add_action( ‘amp_init’, function(){AMPFORWP_Customizer_Design_Contols::init() } );Whats wrong?
Thx
The page I need help with: [log in to see the link]
The topic ‘fatal error after activation’ is closed to new replies.