[TYPO3-english] php overload error

Markus Klein klein.t3 at mfc-linz.at
Wed Aug 28 13:53:31 CEST 2013


Solved with https://review.typo3.org/23197


Kind regards
Markus

------------------------------------------------------------
Markus Klein
TYPO3 CMS Active Contributors Team Member


> -----Original Message-----
> From: typo3-english-bounces at lists.typo3.org [mailto:typo3-english-
> bounces at lists.typo3.org] On Behalf Of Tomasz Krawczyk
> Sent: Wednesday, August 28, 2013 8:54 AM
> To: typo3-english at lists.typo3.org
> Subject: [TYPO3-english] php overload error
> 
> Hi list,
> 
> I have such problem:
> PHP Runtime Notice: Declaration of
> TYPO3\\CMS\\Core\\Messaging\\FlashMessageQueue::enqueue() should
> be compatible with SplQueue::enqueue($value) in
> D:\\wamp\\www\\typo3_src-
> 6.1.3\\typo3\\sysext\\core\\Classes\\Messaging\\FlashMessageQueue.php
> line 36
> 
> The class FlashMessageQueue extends \SplQueue. The method enqueue() is
> defined in FlashMessageQueue in that way:
> 
> public function enqueue(\TYPO3\CMS\Core\Messaging\FlashMessage
> $message)
> 
> So it overloads
> 
> SplQueue::enqueue ( mixed $value )
> 
> but what that an error message means? Do I have PHP configuration
> problem?
> 
> PHP 5.4.16
> _______________________________________________
> TYPO3-english mailing list
> TYPO3-english at lists.typo3.org
> http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english



More information about the TYPO3-english mailing list