Ooh! Lala! Thank you Jason for not ignoring my stupid question and being so kind. I did as you instructed (install cygwin). I got the address "/usr/bin/tar" and used this in the config.ini.php after commanding "which tar" in cygwin. However, I still get
Errors occurred processing this form:
The tar command is not available. Please correctly configure it in your "config.inc.php".
When I try to install new plugin under
Home > User > Journal Management > Plugin Management > Install A New Plugin.
In fact, I found out that there is a tar under "D:\cygwin\bin\tar".
So, I tried
tar = D:\cygwin\bin\tar
tar = "D:\cygwin\bin\tar"
tar =
D://cygwin/bin/tartar = /cygwin/bin/tar
tar = "/cygwin/bin/tar"
tar = /usr/bin/tar
All of them get the same massage: The tar command is not available. Please correctly configure it in your "config.inc.php".
What can I do now????
Thank you in advance!