teaminmedias-pluswerk / ke_search

Search Extension for TYPO3 Content Management System, including faceting search functions.
https://extensions.typo3.org/extension/ke_search/
GNU General Public License v3.0
35 stars 62 forks source link

Command Line Error: Incorrect password #238

Closed ThePinkOne closed 6 years ago

ThePinkOne commented 6 years ago

Hi everyone,

whenever I run typo3/sysext/core/bin/typo3 scheduler:run via cronjob or web/typo3/cli_dispatch.phpsh ke_search startIndexing -s manually on my server I get this message: Command Line Error: Incorrect password

The indexing report I get per email seems to be fine, no errors or warnings. I checked all the other tasks, the scheduler itself, but it only occurs when the indexing task is included.

TYPO3 8.7.19, PHP 7.1.23, MariaDB 10.2.6

ThePinkOne commented 6 years ago

The error message comes from the pdfinfo, which can not read a certain file, because a user has encrypted it with a password. So everything is alright and I'll close this issue!