Project

General

Profile

Actions

Bug #18453

closed

Extension with static data is not installing because of double form tag

Added by Alexander Maringer about 16 years ago. Updated over 13 years ago.

Status:
Closed
Priority:
Should have
Category:
Extension Manager
Target version:
-
Start date:
2008-03-16
Due date:
% Done:

0%

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

Description

When trying to install an extension which imports some static data, the "Make update" does not work, because there are 2 form tags interleaved.
Extension: mm_forum, static_info_tables.
HTML-Code:
... database needs to be updated with new tables or fields. ...:<form action="/typo3/mod/tools/em/index.php?CMD[showExt]=static_info_tables&CMD[load]=1" method="post"><br /><h3>Import static data</h3><form action="index.php" method="post" name="lookupform">.....
</form>...<input type="submit" name="write" value="Make updates" /></form>
Found the problem in typo3/mod/tools/em/class.em_index.php line 4629 + 4631.
Commented the both form tags and everything is running well, but don't debug, if there could be problems with other operations

(issue imported from #M7871)


Files

7871_nestedForm.diff (507 Bytes) 7871_nestedForm.diff Administrator Admin, 2008-03-16 13:10
Actions #1

Updated by Steffen Kamper about 16 years ago

patch with fix is attached

Actions #2

Updated by Jeff Segars about 16 years ago

Committed to 4.2 branch. Thanks Steffen!

Actions

Also available in: Atom PDF