Hello list, I have installed mm_forum 0.1.7 and like to activate the autoindexer through cronjob. The server where typo3 is running does not provide any ssh access. So I have to follow the another way as described in the manual by calling lynx browser. The manual suggests as " change the user name to a specific system user" . What does it mean by system user here ? ( a BE user or forum user ? )
In my local server I have set a cronjob like ~~~~~~~~~~~~~~~~~~~~~~~~~~ * */6 * * * admin lynx "http://remote.server/home/forum-suche.html?tx_mmforum_pi4[ind_auto]=1&tx_mmforum_pi4[indexingPassword]=password" -accept_all_cookies > /dev/null ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~` so the cron 1> runs every 6 hrs. 2> user is backend user admin 3> password is BE password "password" How can I manually check that the script is actually doing its job ? Please suggest _______________________________________________ TYPO3-english mailing list [email protected] http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english
