Hi! Antonio Willybiro wrote: > Another question. I change the cron script to /usr/bin/php -q > /var/www/vhosts/mydomain.com/typo3_src/typo3/cli_dispatch.phpsh > mnogosearch -w -n -v 5 > (used -v 5 just for the tesing) > It gives me an error message: "localconf.php is not found!" > > any clue? i suppose i have change something in the cli_dispatch.phpsh file?
You run it from typo3_src. Looks like you run it out of web site bounds. You should run it from the directory where you have typo3conf/ (TYPO3 site root). -- Dmitry Dulepov TYPO3 translations support My TYPO3 book: http://www.packtpub.com/typo3-extension-development/book In the blog: http://typo3bloke.net/post-details/max_os_x_use_php_help_in_chm_format/ _______________________________________________ TYPO3-english mailing list [email protected] http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english
