Title: Fatal error
Last modified: December 11, 2024

---

# Fatal error

 *  Resolved [luismotv77](https://wordpress.org/support/users/luismotv77/)
 * (@luismotv77)
 * [1 year, 5 months ago](https://wordpress.org/support/topic/fatal-error-4792/)
 * Hello,
 * I noticed that the plugin was generating an error. However, When I use the site
   everything seem normal.
 * The page that use the filter is: [https://sensationalbrain.com/ceu/on-demand-webinars/](https://sensationalbrain.com/ceu/on-demand-webinars/)
 * The error generated is the following:
 * PHP Fatal error: Uncaught TypeError: property_exists(): Argument #1 ($object_or_class)
   must be of type object|string, bool given in /srv/htdocs/wp-content/plugins/filter-
   everything/src/WpManager.php:429 Stack trace: #0 /srv/htdocs/wp-content/plugins/
   filter-everything/src/WpManager.php(429): property_exists(false, ‘data’) #1 /
   srv/htdocs/wp-content/plugins/filter-everything/src/WpManager.php(179): FilterEverything\
   Filter\WpManager->identifyWpQueriedObject(Object(WP_Query)) #2 /wordpress/core/
   6.7.1/wp-includes/class-wp-hook.php(324): FilterEverything\Filter\WpManager->
   addFilterQueryToWpQuery(Object(WP_Query)) #3 /wordpress/core/6.7.1/wp-includes/
   class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #4 /wordpress/core/
   6.7.1/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #5 /wordpress/core/
   6.7.1/wp-includes/class-wp-query.php(1881): do_action_ref_array(‘pre_get_posts’,
   Array) #6 /wordpress/core/6.7.1/wp-includes/class-wp-query.php(3852): WP_Query-
   >get_posts() #7 /wordpress/core/6.7.1/wp-includes/class-wp.php(696): WP_Query-
   >query(Array) #8 /wordpress/core/6.7.1/wp-includes/class-wp.php(816): WP->query_posts()#
   9 /wordpress/core/6.7.1/wp-includes/functions.php(1336): WP->main(”) #10 /wordpress/
   core/6.7.1/wp-blog-header.php(16): wp() #11 /wordpress/core/6.7.1/index.php(17):
   require(‘/wordpress/core…’) #12 {main} thrown in /srv/htdocs/wp-content/plugins/
   filter-everything/src/WpManager.php on line 429
 * Kind regards.
    -  This topic was modified 1 year, 5 months ago by [luismotv77](https://wordpress.org/support/users/luismotv77/).
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Ffatal-error-4792%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 2 replies - 1 through 2 (of 2 total)

 *  Plugin Support [fesupportteam](https://wordpress.org/support/users/fesupportteam/)
 * (@fesupportteam)
 * [1 year, 4 months ago](https://wordpress.org/support/topic/fatal-error-4792/#post-18194598)
 * Hi @luismotv77
 * Thank you for your message. We will forward this to the development team. When
   we receive any information about it, we will update you in this thread.
 * Best Regards – Victor
 *  Plugin Support [fesupportteam](https://wordpress.org/support/users/fesupportteam/)
 * (@fesupportteam)
 * [1 year, 4 months ago](https://wordpress.org/support/topic/fatal-error-4792/#post-18213441)
 * Hi [@luismotv77](https://wordpress.org/support/users/luismotv77/)
 * You can go to the /wp-content/plugins/filter-everything-pro/src/WpManager.php
   on line 429 and change this code:
 *     ```wp-block-code
       if( ! is_null( $user ) && property_exists(     $wp_queried_object['author'] = $user->data->user_nicename;}
       ```
   
 * To this:
 *     ```wp-block-code
       if( ! is_null( $user ) && is_object( $user    $wp_queried_object['author'] = $user->data->user_nicename;}
       ```
   
 * And check if this issue appears again.
 * Best Regards – Victor

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Fatal error’ is closed to new replies.

 * ![](https://ps.w.org/filter-everything/assets/icon-256x256.png?rev=3487105)
 * [Filter Everything — WordPress & WooCommerce Filters](https://wordpress.org/plugins/filter-everything/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/filter-everything/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/filter-everything/)
 * [Active Topics](https://wordpress.org/support/plugin/filter-everything/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/filter-everything/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/filter-everything/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [fesupportteam](https://wordpress.org/support/users/fesupportteam/)
 * Last activity: [1 year, 4 months ago](https://wordpress.org/support/topic/fatal-error-4792/#post-18213441)
 * Status: resolved