Bug #7634
wizard doesn't work
| Status: | Resolved | Start date: | 2010-05-05 | |
|---|---|---|---|---|
| Priority: | Must have | Due date: | ||
| Assignee: | Bernhard Kraft | % Done: | 100% |
|
| Category: | Table wizard bug | |||
| Target version: | - | |||
| Votes: | 0 |
Description
System: TYPO3 4.3.2
I create a new content element "Content Table".
Then i klick on the "Table Wizar". Now i can choose a new content element.
I choosed normal text and then get an debug message: blaArray ( [0] => tt_content [1] => 61 [2] => s_row_1 [3] => lDEF [4] => column_1_1_elements [5] => vDEF [6] => 0 )
After searching the web, i found another one with the same problem:
http://www.typo3.net/forum/list/list_post//97406/
History
Updated by Andreas Becker about 3 years ago
INFO: i don't use templavoila.
i also fixed it, by removing lines 109-111 in class.tx_templavoila_xmlrelhndl.php:
echo "bla";
print_r($destRefArr);
exit();Updated by Bernhard Kraft about 3 years ago
Andreas Becker wrote:
i also fixed it, by removing lines 109-111 in class.tx_templavoila_xmlrelhndl.php:
Does this problem occur in the version from forge or in the T3X from the Extension repository?
greets,
Bernhard
Updated by Andreas Becker about 3 years ago
I used the one from the Extension repository.
Actually i exported the one from forge and replaced it.
Now it works.
Updated by Andreas Becker about 3 years ago
- File index.php.patch added
i fixed a few issues regarding html-validtion in tt_content_tx_kbconttable_flex_ds/index.php
Updated by Bernhard Kraft 10 months ago
I guess the problem with the wizard is solved.
Could you create a new bug-note for the html validation issues?
Updated by Bernhard Kraft 10 months ago
- Status changed from New to Resolved
- % Done changed from 0 to 100