Hi Tomasz Krawczyk,
Tomasz Krawczyk wrote:
> but this leads to an Exception: "#1: PHP Catchable Fatal Error: Argument
> 1 passed to ux_LocalPreviewHelper::__construct() must be an instance of
> LocalImageProcessor, instance of
> TYPO3\CMS\Core\Resource\Processing\LocalImageProcessor given in
> D:
\wamp\www\mysite.local\typo3conf\ext\imagickimg\Classes\Xclass\LocalPreviewHelper.php
> line 37 "
>
> This is how beginning of my ux_LocalPreviewHelper looks:
...
> public function __construct(LocalImageProcessor $processor) {
> parent::__construct($processor);
It must be at least
__construct(Resource\Processing\LocalImageProcessor $processor) {
According to your use statement.
The error message says it all ;)
Best regards
--
Philipp Gampe – PGP-Key 0AD96065 – TYPO3 UG Bonn/Köln
Documentation – linkvalidator
TYPO3 .... inspiring people to share!
_______________________________________________
TYPO3-english mailing list
[email protected]
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english