This is such a great application that I can't stop wanting to learn
more about it!
I've been reading the documentation and I see it's recommended that we
clear our cache every month. Is there a way to clear this cache via a
script? Maybe a .bat file (for windows) or bash script for linux?
Thanks,
Charles.
you can use this URL:
http://<server>/<sgs-folder>/bin/index.php?username=<admin-username>&password=<password>&action_sys=clear_cms
Instead of clear_cms you can use other methods described in:
<sgs-dir>/bin/templates/asset_admin.tpl
Future releases will also allow to do this with the SOAP interface.
bye
Thomas
--
You received this message because you are subscribed to the Google Groups "Simple Groupware" group.
To post to this group, send email to simple-g...@googlegroups.com.
To unsubscribe from this group, send email to simple-groupwa...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/simple-groupware?hl=en.
you can check the HTTP return code 200 to verify that the script
completed successfully. But in most cases there should be no problem.
(example: curl -s -i "<URL>" | grep " 200 ")
Another option might be to clear the cache directly on the file system
(see <sgs-dir>/simple_cache/...).
bye
Thomas
> > simple-groupwa...@googlegroups.com<simple-groupware%2Bunsu...@googlegroups.com>