Project

General

Profile

Actions

Bug #28330

closed

Error when opening TYPO3 manual in versions 4.5.3

Added by Ralle Büchnitz almost 13 years ago. Updated over 5 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2011-07-20
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
4.5
PHP Version:
Tags:
Complexity:
medium
Is Regression:
Sprint Focus:

Description

I get the following error when I try to open any link of the integrated typo3 manual.

p.e.: Full Manual (in one page)

PHP Warning: Missing argument 2 for SC_view_help::render_Table(), called in /html/typo3/typo3_src-4.5.3/typo3/view_help.php on line 392 and defined in /html/typo3/typo3_src-4.5.3/typo3/view_help.php line 460


Files

28330.png (50.8 KB) 28330.png Ralle Büchnitz, 2011-07-20 13:41

Related issues 2 (0 open2 closed)

Has duplicate TYPO3 Core - Bug #25269: HELP -> TYPO3 Manual not workingClosedChris topher2011-03-07

Actions
Follows TYPO3 Core - Bug #24418: CSH in FlexForms does not work anymoreClosedFrancois Suter2010-12-26

Actions
Actions #1

Updated by Chris topher almost 13 years ago

The problem is that the function render_Table() is called only with the argument $table. But since #24418 $table should be the second argument.

We need to add the first argument to the function call and it must be the full CSH key (may be different from table name).

Does it work when you add $this->mainKey as first argument to the function call?

Actions #2

Updated by Ralle Büchnitz almost 13 years ago

After I added the missing parameter to the other function call on line 219 of view_help.php the detail sections seem to be rendered correctly. Though $table-variable isn't initialized in context of this function.

When I add the missing parameter to the line 392 in view_help.php the error no longer appears. But the rendered view section is almost empty. (See attached screenshot)

Actions #3

Updated by Tolleiv Nietsch almost 13 years ago

  • Complexity set to medium
Actions #4

Updated by Mr. Hudson almost 13 years ago

Patch set 1 of change I2b3e2cf45d4b7b411e7e7b007c7650df0bd79ea8 has been pushed to the review server.
It is available at http://review.typo3.org/3704

Actions #5

Updated by Mr. Hudson almost 13 years ago

Patch set 1 of change I5aee7ea455ac37c7f287b9f5bd96d6bef22b83e8 has been pushed to the review server.
It is available at http://review.typo3.org/3705

Actions #6

Updated by Mr. Hudson almost 13 years ago

Patch set 2 of change I2b3e2cf45d4b7b411e7e7b007c7650df0bd79ea8 has been pushed to the review server.
It is available at http://review.typo3.org/3704

Actions #7

Updated by Steffen Gebert almost 13 years ago

  • Subject changed from Error when opening Typo3 manual in versions 4.5.3 to Error when opening TYPO3 manual in versions 4.5.3
Actions #8

Updated by Mr. Hudson almost 13 years ago

Patch set 2 of change I5aee7ea455ac37c7f287b9f5bd96d6bef22b83e8 has been pushed to the review server.
It is available at http://review.typo3.org/3705

Actions #9

Updated by Chris topher almost 13 years ago

  • Status changed from New to Under Review
Actions #10

Updated by Markus Klein almost 13 years ago

  • Status changed from Under Review to Resolved
  • % Done changed from 0 to 100
Actions #11

Updated by Benni Mack over 5 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF