[TYPO3-dev] Re: extension upload to TER under TYPO3 6.0
Elmar Hinz
t3elmar at googlemail.com
Thu Apr 11 14:11:35 CEST 2013
> PHP Fatal error: Call to undefined method SplFileInfo::getExtension()
> in
> It is a TYPO3 6.0.4 environment. What is missing here?
It doesn't depend on TYPO3. It can only be an PHP error:
http://php.net/manual/en/splfileinfo.getextension.php
Here we learn that this function requires PHP 5 >= 5.3.6
So your installation of PHP is older than this.
I have to see, if i can replace this method. At least
CentOS is still running 5.3.3 and likely Redhat.
Thank you for feedback.
Elmar
More information about the TYPO3-dev
mailing list