Title: [Plugin: Search Everything] Version 6.4 is broken
Last modified: August 19, 2016

---

# [Plugin: Search Everything] Version 6.4 is broken

 *  [fuxia](https://wordpress.org/support/users/thefuxia/)
 * (@thefuxia)
 * [16 years, 3 months ago](https://wordpress.org/support/topic/plugin-search-everything-version-64-is-broken/)
 * Since the upgrade to version 6.4 I get many errors:
 * Warning: fopen(logfile.log) [function.fopen]: failed to open stream: Permission
   denied in /_my_path_/wp-content/plugins/search-everything/search-everything.php
   on line 250
    unable to write to log file! Warning: fwrite(): supplied argument
   is not a valid stream resource in /_my_path_/wp-content/plugins/search-everything/
   search-everything.php on line 257
 * […]
 * [http://wordpress.org/extend/plugins/search-everything/](http://wordpress.org/extend/plugins/search-everything/)

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

 *  [Ralf Weber](https://wordpress.org/support/users/d3395/)
 * (@d3395)
 * [16 years, 3 months ago](https://wordpress.org/support/topic/plugin-search-everything-version-64-is-broken/#post-1403261)
 * Hi toscho,
 * if you don’t need the logfile you can disable logging by editing the source code.
   
   Change the line 34 of the file search-everthing.php from: `var $logging = true;`
   to `var $logging = false;` and save the file. You can edit the file by adding
   the following to your domain: /wp-admin/plugin-editor.php?file=search-everything/
   search-everything.php&plugin=search-everything/search-everything.php
 * If you need the logfile you can first change the permission of your wordpress
   directory – no good idea. Or you can change the location of the logfile by change
   the line 250 of the file search-everthing.php from:
    `$fp = fopen("logfile.log","
   a+");` to `$fp = fopen( SE_ABSPATH . "logfile.log","a+");` and save the file.
   Up to now the logfile will be saved in the plugin directory from search-everthing.
 * Ralf
 *  [Tomcraft1980](https://wordpress.org/support/users/tomcraft1980/)
 * (@tomcraft1980)
 * [16 years, 3 months ago](https://wordpress.org/support/topic/plugin-search-everything-version-64-is-broken/#post-1403285)
 * This should be added by default as there is no need to put the logfile in the
   wp-root. 😉
 * Would be great to have logging diasabled per default (this is just for debugging)
   and have the fix: `$fp = fopen( SE_ABSPATH . "logfile.log","a+");` included.
 * Regards
 * Tom
 *  [Lionel Chollet](https://wordpress.org/support/users/lionel_chollet/)
 * (@lionel_chollet)
 * [16 years, 3 months ago](https://wordpress.org/support/topic/plugin-search-everything-version-64-is-broken/#post-1403355)
 * Hi d3395, thanks for the quick-fix instructions 🙂
 *  [icamehere](https://wordpress.org/support/users/icamehere/)
 * (@icamehere)
 * [16 years, 3 months ago](https://wordpress.org/support/topic/plugin-search-everything-version-64-is-broken/#post-1403418)
 * If i install this version my blog gets fu…ed up.Everywhere warnings.
 *  [Dan Cameron](https://wordpress.org/support/users/dancameron/)
 * (@dancameron)
 * [16 years, 3 months ago](https://wordpress.org/support/topic/plugin-search-everything-version-64-is-broken/#post-1403421)
 * My mistake guys; thanks for tackling the solution while I was gone. Check for
   a new version tagging this am.
 * Ralf or Tom: I could use your keen eyes on the author search functionality. 🙂
   I’m perplexed as to why it doesn’t work if comment search is turned on.

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

The topic ‘[Plugin: Search Everything] Version 6.4 is broken’ is closed to new replies.

 * 5 replies
 * 6 participants
 * Last reply from: [Dan Cameron](https://wordpress.org/support/users/dancameron/)
 * Last activity: [16 years, 3 months ago](https://wordpress.org/support/topic/plugin-search-everything-version-64-is-broken/#post-1403421)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
