Project

General

Profile

Actions

Bug #19910

closed

Link to CLI Script in Check DP->ReferenceIndex Script is wrong

Added by Steffen Ritter about 15 years ago. Updated over 13 years ago.

Status:
Closed
Priority:
Should have
Assignee:
Category:
-
Target version:
-
Start date:
2009-01-25
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
4.2
PHP Version:
5.2
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

The path points out a non existing file, when informing the admin that he might Run a CLI Script checking/cleaning reference index.

(issue imported from #M10259)


Files

bug10259_trunk.patch (3.29 KB) bug10259_trunk.patch Administrator Admin, 2009-02-22 21:32
bug10259_2_trunk.patch.txt (3.06 KB) bug10259_2_trunk.patch.txt Administrator Admin, 2009-02-23 20:11

Related issues 3 (0 open3 closed)

Has duplicate TYPO3 Core - Bug #17575: "DB check" module references deprecated "refindex_cli.phpsh" scriptClosedChristian Kuhn2007-08-31

Actions
Has duplicate TYPO3 Core - Bug #18187: DB CHECK - Update reference index : change path to shell script pleaseClosedChristian Kuhn2008-02-10

Actions
Has duplicate TYPO3 Core - Bug #19549: Update reference index contains misleading (wrong!) instructionsClosedChristian Kuhn2008-10-31

Actions
Actions #1

Updated by Daniel Krupke about 15 years ago

I can confirm this.

The suggested path is:
/.../typo3/sysext/lowlevel/dbint/cli/refindex_cli.phpsh

But there is only this file in that path:
/.../typo3/sysext/lowlevel/dbint/cli/refindex_cli.php

Since the introduction of the new CLI framework, you should use refindex CLI-script this way. Caution: you have to use the full path when you call this script.
/.../typo3/cli_dispatch.phpsh lowlevel_refindex

It would be best to change text in Backend according to the new CLI framework way, wouldn't it?

Example:
You can also run the check as a shell script if the processing takes longer than the PHP max_execution_time allows:
$PWD/typo3/cli_dispatch.phpsh lowlevel_refindex
Replace $PWD with path to you typo3 installation.

Actions #2

Updated by Daniel Krupke about 15 years ago

I submitted a patch for trunk. I doesn't make sense to make a patch for TYPO3-4.2 branch because text is hard coded there.

This Bug is related to 9710, 7482 and 6248.

Actions #3

Updated by Daniel Krupke about 15 years ago

Attached new patch (bug10259_2_trunk.patch.txt) without first hunk.

Actions #4

Updated by Ingo Renner about 15 years ago

committed to trunk (4.3)

Actions

Also available in: Atom PDF