Actions
Bug #19549
closedUpdate reference index contains misleading (wrong!) instructions
Start date:
2008-10-31
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.2
PHP Version:
5.2
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
If you want to update your reference index through Admin Tools>DB check you read a note at the bottom of how to use the script in CLI mode that is wrong (at least since 4.1?). It reads:
You can also run the check as a shell script if the processing takes longer than the PHP max_execution_time allows:
/some/path/to/subdir/typo3/sysext/lowlevel/dbint/cli/refindex_cli.phpsh
The file mentioned does not exist (anymore?)
The note should read somehow like this:
To check the reference index:
php /path/to/subdir/typo3/cli_dispatch.phpsh lowlevel_refindex -c
To update the reference index:
php /path/to/subdir/typo3/cli_dispatch.phpsh lowlevel_refindex -e
Make sure that a BE user with the name _cli_lowlevel exists.
(issue imported from #M9710)
Actions