Fatal Error with update to 2.3.2
-
Hi
Recently updating to the latest version of YaostSEO has caused a fatal error in the admin section (white screen).
The error is
Fatal error: Call to undefined function is_customize_preview() in /wp-content/plugins/wordpress-seo/admin/class-admin-init.php on line 104Which is this:
// Only add the notice on GET requests and not in the customizer to prevent faulty return url. /*if ( 'GET' !== filter_input( INPUT_SERVER, 'REQUEST_METHOD' ) || is_customize_preview() ) { return; }*/
As you can see from the copy and paste I have commented out that section of code which looks like fro the comment only affecting GET requests. Commenting out fixes the fatal call and the plugin still works but not sure exactly what this is for.
Hoping Yoast can comment on this to shine some light onto the problem.
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Fatal Error with update to 2.3.2’ is closed to new replies.