[TYPO3-core] RFC #12200: <input> placed outside <form> in screen "Dependency Error"
Steffen Gebert
steffen at steffen-gebert.de
Mon Oct 19 20:46:07 CEST 2009
Am 18.10.2009, 14:41 Uhr, schrieb Susanne Moog <typo3 at susannemoog.de>:
> Generally +1 by reading as it makes sense, though it's a very ugly
> solution ;) Could you perhaps provide the steps necessary to reproduce
> and test this? I just tried installing your testextension and kept
> looking to the source code but never saw that input field appear.
Hi Susanne.
thanks for your review.
1. Open EM
2. Select "Import extension"
3. select local T3X of e.g. the indexed_search
4. Overwrite any existing extension! (optional)
5. Hit "Upload extension file"
6. Page "Dependency Error" shows up
7. Look at the frame's source and search for "</form>":
<input type="hidden" name="CMD[uploadExt]" value="Upload extension file"
/><br /><br /><input type="submit" value="Try again" /></form><input
type="hidden" name="CMD[alreadyUploaded]" value="/...." />
The last <input/> is placed after the </form>
You can test it using opera - selecting the "Ignore this version
requirement" boxes and trying again will fail with "No file uploaded!
Probably the file was too large for PHPs internal limit for uploadable
files.", as the value for CMD[alreadyUploaded] is not sent.
Reproducible?
Regards
Steffen
More information about the TYPO3-team-core
mailing list