Title: [Plugin: Search Everything]  Syntax errors in 6.3
Last modified: August 19, 2016

---

# [Plugin: Search Everything] Syntax errors in 6.3

 *  Resolved [chrishajer](https://wordpress.org/support/users/chrishajer/)
 * (@chrishajer)
 * [16 years, 9 months ago](https://wordpress.org/support/topic/plugin-search-everything-syntax-errors-in-63/)
 * I tried to upgrade from 6.2.5 to 6.3, but upon activation of 6.3 I got the following
   error in the WordPress admin:
 * `
    Parse error: syntax error, unexpected T_VARIABLE in /home/www/example/wp-content/
   plugins/search-everything/search-everything.php on line 55
 * It looks like the string comparison is missing. Line 55 looks like this:
 * `if ("Yes" $this->options['se_use_tag_search'])`
 * but it should look like this
 * `if ("Yes" == $this->options['se_use_tag_search'])`
 * This occurs on line 59 as well. If you add the == there, the 6.3 version of the
   plugin will work just fine.

Viewing 1 replies (of 1 total)

 *  Thread Starter [chrishajer](https://wordpress.org/support/users/chrishajer/)
 * (@chrishajer)
 * [16 years, 9 months ago](https://wordpress.org/support/topic/plugin-search-everything-syntax-errors-in-63/#post-1185923)
 * 6.3.1 is out now:
    [http://downloads.wordpress.org/plugin/search-everything.6.3.1.zip](http://downloads.wordpress.org/plugin/search-everything.6.3.1.zip)

Viewing 1 replies (of 1 total)

The topic ‘[Plugin: Search Everything] Syntax errors in 6.3’ is closed to new replies.

## Tags

 * [unexpected t_variable](https://wordpress.org/support/topic-tag/unexpected-t_variable/)

 * 1 reply
 * 1 participant
 * Last reply from: [chrishajer](https://wordpress.org/support/users/chrishajer/)
 * Last activity: [16 years, 9 months ago](https://wordpress.org/support/topic/plugin-search-everything-syntax-errors-in-63/#post-1185923)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
