Project

General

Profile

Actions

Bug #22559

closed

wrong behaviour with t3lib_arrayBrowser and Configuration Module

Added by Sven Juergens about 14 years ago. Updated over 8 years ago.

Status:
Rejected
Priority:
Could have
Assignee:
-
Category:
-
Target version:
Start date:
2010-04-30
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
4.4
PHP Version:
4.3
Tags:
Complexity:
Is Regression:
No
Sprint Focus:

Description

in Configuration module you can click on a property you get an input field with the complete line.
if this property have a dot in the name, the value in the input field is wrong.

see attached image

testet with trunk 7478

Problem is located in t3lib_arrayBrowser in function wrapArrayKey().

all dots get replaced with str_replace('.','\'][\'',$depth)
(issue imported from #M14269)


Files

lowlevel-variable-bug.gif (43.8 KB) lowlevel-variable-bug.gif Administrator Admin, 2010-04-30 22:52

Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Feature #19585: Write Configuration to extTables.phpClosedSteffen Kamper2008-11-10

Actions
Actions #1

Updated by Alexander Opitz almost 11 years ago

  • Status changed from New to Needs Feedback
  • Target version deleted (0)

The issue is very old, does this issue exists in newer versions of TYPO3 CMS (4.5 or 6.1)?

Actions #2

Updated by Sven Juergens almost 11 years ago

Yes the Problem still exist, testet in 6.1

Like in the Picture the Path is rendered incorrect, if you now copy and Paste this to your config File, it would not work.

Actions #3

Updated by Alexander Opitz almost 11 years ago

  • Status changed from Needs Feedback to New
Actions #4

Updated by Mathias Schreiber over 9 years ago

  • Priority changed from Should have to Could have
  • Target version set to 7.4 (Backend)
  • Is Regression set to No
Actions #5

Updated by Susanne Moog almost 9 years ago

  • Target version changed from 7.4 (Backend) to 7.5
Actions #6

Updated by Benni Mack over 8 years ago

  • Target version changed from 7.5 to 7 LTS
Actions #7

Updated by Riccardo De Contardi over 8 years ago

If I try to reproduce the same view I see in the attached image with TYPO3 6.2.15 the variable becomes:

$TBE_STYLES['htmlTemplates']['EXT:backend/Resources/Private/Templates/login']['html'] = 'sysext/t3skin/Resources/Private/Templates/login.html';

On version 7 the functionality has been removed, so it should not be a problem.

Actions #8

Updated by Mathias Schreiber over 8 years ago

  • Status changed from New to Rejected

functionality has been dropped in 7

Actions

Also available in: Atom PDF