[TYPO3] Problems Crawler Configuration

Enrique García engarcg at gmail.com
Fri Feb 23 08:50:43 CET 2007


Hi,
I'm trying to run the crawler extension in order to index my pages so it
will be unnecesary to visit them previously to search content using the
indexed_sarch extension. But when I attempt to run it via BackEnd pushing
the "Run now" button in CLI Status (Info Module), appears this fatar error:

Fatal error: Maximum execution time of 30 seconds exceeded in
C:\servidor\web\typo3\quickstart-
3.8.1\typo3conf\ext\crawler\class.tx_crawler_lib.php on line 849

I have a BackEnd user named '_cli_crawler' with no permissions, only with a
password. I have include the line 'config.index_enable = 1' in the site
template and the following lines in the TSConfig:

config.index_enable = 1
tx_crawler.crawlerCfg.paramSets.test = &contentId=[_TABLE:tt_content]
tx_crawler.crawlerCfg.paramSets.test {
        procInstrFilter = tx_indexedsearch_reindex
}

I have checked the 'disableFrontendIndexing' checkbox in the indexed_search
configuration. I have edited the 'crawler_cli.phpsh' script as it follows:


$curf = 'C:/servidor/web/typo3/quickstart-3.8.1
/typo3conf/ext/crawler/cli/crawler_cli.phpsh';
define('PATH_thisScript',$curf);

//define('PATH_thisScript',$_ENV['_']?$_ENV['_']:$_SERVER['_']);

Where the string in $curf is the path that appeard in CLI Status section
(Consider running the CLI script from shell...). I'm working with Windows
and also I tryed to run the crawler extension using a cron job, but in
vain... the pages are not getting idexed...

If only you could tell the way you have configured it, or what I'm
forgiveing, or what I'm doing bad...

Thanks in advance.


More information about the TYPO3-english mailing list