Warning: file_get_contents(/data/phpspider/zhask/data//catemap/1/typo3/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Typo3 staticpub扩展不发布静态文件_Typo3 - Fatal编程技术网

Typo3 staticpub扩展不发布静态文件

Typo3 staticpub扩展不发布静态文件,typo3,Typo3,我安装了扩展,但它不工作 这是我的爬虫配置 tx_crawler.crawlerCfg.paramSets.test = &L=[0-5] tx_crawler.crawlerCfg.paramSets.test { cHash = 1 procInstrFilter = tx_indexedsearch_reindex, tx_indexedsearch_crawler } tx_crawler.crawlerCfg.paramSets { sta

我安装了扩展,但它不工作

这是我的爬虫配置

tx_crawler.crawlerCfg.paramSets.test = &L=[0-5]
tx_crawler.crawlerCfg.paramSets.test {
    cHash = 1
    procInstrFilter = tx_indexedsearch_reindex, tx_indexedsearch_crawler 


    }

 tx_crawler.crawlerCfg.paramSets {
  staticpub = &L=[|_TABLE:pages_language_overlay;_FIELD:sys_language_uid]
  staticpub.procInstrFilter = tx_staticpub_publish

}
我在localconf.php中更新了以下几行,并且在我的网站根目录中创建了staticpub目录

$GLOBALS['TYPO3_CONF_VARS']['EXTCONF']['staticpub']['publishDir'] = '_staticpub_/';

我在tx_staticpub_pages表中未找到记录。staticpub目录中也没有文件。

请不要使用该功能!对于即将发布的4.6版来说,这是愚蠢和无用的,而且是由TYPO3造成的

请使用例如