Fatal Error
-
Version: 3.2
File: class.jetpack.php
Line: 4783
Function: implode_frontend_css()
Code:$wp_styles->remove( $to_dequeue );
Error:
Call to a member function remove() on a non-object
Under certain conditions the plugin is causing a fatal error here. You’re assuming that $wp_styles is always a valid object when it might not in-fact be. Please add sanity checking to this variable.
Thanks!
Paul.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Fatal Error’ is closed to new replies.