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
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
Hi d3395, thanks for the quick-fix instructions 🙂
If i install this version my blog gets fu…ed up.Everywhere warnings.
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.