Title: Not compatible to php7
Last modified: October 31, 2016

---

# Not compatible to php7

 *  [keesjan](https://wordpress.org/support/users/keesjan/)
 * (@keesjan)
 * [9 years, 6 months ago](https://wordpress.org/support/topic/not-compatible-to-php7/)
 * FILE: /…/wp-content/plugins/daves-wordpress-live-search/class-daves-wordpress-
   live-search-results.php
    ——————————————————————————————————————————————————————–
   FOUND 1 ERROR AFFECTING 1 LINE ——————————————————————————————————————————————————————–
   21 | ERROR | Use of deprecated PHP4 style class constructor is not supported 
   since PHP 7 ———————————————————
 * Can you please fix it?

Viewing 1 replies (of 1 total)

 *  [KTS915](https://wordpress.org/support/users/kts915/)
 * (@kts915)
 * [9 years, 5 months ago](https://wordpress.org/support/topic/not-compatible-to-php7/#post-8547866)
 * While waiting for a plugin update, you can fix this manually:
 * Just change line 21 of that file from this:
 *     ```
       function DavesWordPressLiveSearchResults( $searchTerms, $displayPostMeta = true ) {
       ```
   
 * to this:
 *     ```
       function __construct( $searchTerms, $displayPostMeta = true ) {
       ```
   

Viewing 1 replies (of 1 total)

The topic ‘Not compatible to php7’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/daves-wordpress-live-search_daad6f.
   svg)
 * [Dave's WordPress Live Search](https://wordpress.org/plugins/daves-wordpress-live-search/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/daves-wordpress-live-search/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/daves-wordpress-live-search/)
 * [Active Topics](https://wordpress.org/support/plugin/daves-wordpress-live-search/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/daves-wordpress-live-search/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/daves-wordpress-live-search/reviews/)

## Tags

 * [PHP7](https://wordpress.org/support/topic-tag/php7/)

 * 1 reply
 * 2 participants
 * Last reply from: [KTS915](https://wordpress.org/support/users/kts915/)
 * Last activity: [9 years, 5 months ago](https://wordpress.org/support/topic/not-compatible-to-php7/#post-8547866)
 * Status: not resolved