【发布时间】:2017-05-23 16:12:07
【问题描述】:
我正在尝试使用命令行手动重新索引我的数据。
我正在从/var/www/hmtml/shell 执行这个重新索引命令
我使用的命令是php ./indexer.php reindexall
不幸的是,这不起作用 - 输出是一个带有文件夹结构、命令输入和一些搜索内容的 HTML 文件。
当我制作php ./indexer.php reindexall > output.html 时,我收到一个输出,即:sh: 1: fetch: not found
我正在使用 Debian 8。
我试过apt-get upgrade 和apt-get update
有什么想法吗?
【问题讨论】: