Also, I'm getting weird behavior in my
LocalSite.cfg when I change anything using /bin/configure. This is what I got after trying to disable
WorkflowPlugin:
$TWiki::cfg{TagMePlugin}{SplitSpace} = 1;
$TWiki::cfg{TagMePlugin}{UserAgnostic} = 1;
$TWiki::cfg{Plugins}{WorkflowPlugin}{Enabled} =
$TWiki::cfg{Plugins}{WorkflowPlugin}{Enabled} = 0;
1;
--
Aaron Loessberg-Zahl - 2013-03-14
Also unable to rename webs now:
http://hq1-ud-twiki/bin/rename/EUS/WebPreferences?action=renameweb
TWiki detected an internal error - please check your TWiki logs and webserver logs for more information.
path -E -H -- %TOKEN|U% %FILES|F% Grep for '\<EUS(([path][A-Z][A-Za-z\d_]*)*.[A-Za-z\d]+)\>|path' returned error
I've disabled all the plugins I installed since the last time renaming webs worked, including
TagMePlugin, but I can't seem to resolve this.
Also, re: the configure weirdness, it seems to have magically got rid of the incomplete line, but if I remove the
1; from the end, /bin/configure complains that it can't parse the file.
--
Aaron Loessberg-Zahl - 2013-03-14
I tried out the command manually from my data directory, and it seems to work fine:
http://pastebin.com/1yygaLiF
--
Aaron Loessberg-Zahl - 2013-03-15
Never mind, search/rename problem was a permissions issue, I just did a
chown -R apache:apache /var/www/html and it works again.
TagMePlugin question and
LocalSite.cfg issue still stands.
--
Aaron Loessberg-Zahl - 2013-03-15