[FLOW3-general] Help me! Class 'XMLWriter' not found in ...XmlWriter.php on line 31.

Adrian Föder adrian at foeder.de
Thu Jul 12 15:43:52 CEST 2012


or you're missing the leading \ for the root namespace, like

`new \XMLWriter()` instead of
`new XMLWriter()`

(the first one is the one which is correct).

But that's only an assumption derivated from the error message, I don't 
know if there's such a class however.

Best,

adrian

Am 12.07.2012 14:10, schrieb Bastian Waidelich:
> mario chiari wrote:
>
> Hi Mario
>
>> [root at localhost flow3]# ./flow3 kickstart:package MyMario.MyProvauno
>> PHP Fatal error:  Class 'XMLWriter' not found
>> in
>> /var/www/html/flow3/Packages/Framework/TYPO3.FLOW3/Classes/Package/MetaData/XmlWriter.php
>> on line 31
>>
>> Fatal error: Class 'XMLWriter' not found
>> in
>> /var/www/html/flow3/Packages/Framework/TYPO3.FLOW3/Classes/Package/MetaData/XmlWriter.php
>> on line 31
>
> You're probably missing the SimpleXML PHP extension.
>
> BTW: We're currently working on a Setup package [1] that checks all
> those basic requirements.
>
> HTH
>
>
> [1] http://forge.typo3.org/projects/show/package-typo3-setup
>




More information about the FLOW3-general mailing list