Title: Fatal error PHP 7.2
Last modified: March 29, 2019

---

# Fatal error PHP 7.2

 *  [David Jensen](https://wordpress.org/support/users/dkjensen/)
 * (@dkjensen)
 * [7 years, 2 months ago](https://wordpress.org/support/topic/fatal-error-php-7-2/)
 * Plugin receives the following error in PHP 7.2
 * PHP Fatal error: Cannot use $this as parameter in wp-content/plugins/wp-search-
   user-by-website-url/WSUWU.php on line 36
 * To resolve, replace the wsuwu_search_website_url() function with the following:
 * 
    function wsuwu_search_website_url( $search_columns, $search, $wp_user_query){
   $search_columns[] = ‘user_url’; return $search_columns; }
    -  This topic was modified 7 years, 2 months ago by [David Jensen](https://wordpress.org/support/users/dkjensen/).

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

 * ![](https://s.w.org/plugins/geopattern-icon/wp-search-user-by-website-url.svg)
 * [WP Search User By Website Url](https://wordpress.org/plugins/wp-search-user-by-website-url/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-search-user-by-website-url/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-search-user-by-website-url/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-search-user-by-website-url/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-search-user-by-website-url/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-search-user-by-website-url/reviews/)

 * 0 replies
 * 1 participant
 * Last reply from: [David Jensen](https://wordpress.org/support/users/dkjensen/)
 * Last activity: [7 years, 2 months ago](https://wordpress.org/support/topic/fatal-error-php-7-2/)
 * Status: not resolved