[TYPO3-core] RFC: #3725: impexp has problem with flexform
Franz Holzinger
franz at fholzinger.com
Fri Jun 23 16:58:34 CEST 2006
This is a CVS patch request.
Most of the stuff below is taken from
http://bugs.typo3.org/view.php?id=3725
Branches: 4.0
Type: Bugfix
Description:
The import with impexp causes a problem which comes from a string wrongly used as an array in PHP5. The import tool does not inform the user about warning messages in the T3D file.
These patches can solve this.
The error occurs when the flexform has:
$xmlData <?xml version="1.0" encoding="iso-8859-1" standalone="yes" ?>
<T3FlexForms>
<meta>
</meta>
<data>
<sheet index="sDEF">
<language index="lDEF">
<field index="field_content">
<value index="vDEF">142</value>
</field>
</language>
</sheet>
</data>
</T3FlexForms>
- Franz
-------------- next part --------------
A non-text attachment was scrubbed...
Name: class.t3lib_flexformtools.diff
Type: text/x-patch
Size: 487 bytes
Desc: not available
Url : http://lists.netfielders.de/pipermail/typo3-team-core/attachments/20060623/9a7b91e8/attachment.bin
-------------- next part --------------
A non-text attachment was scrubbed...
Name: class.tx_impexp-3.diff
Type: text/x-patch
Size: 1692 bytes
Desc: not available
Url : http://lists.netfielders.de/pipermail/typo3-team-core/attachments/20060623/9a7b91e8/attachment-0001.bin
More information about the TYPO3-team-core
mailing list