W dniu 2013-03-29 11:23, Philipp Gampe pisze:

It must be at least
__construct(Resource\Processing\LocalImageProcessor $processor) {

According to your use statement.

The error message says it all ;)

Best regards

So I changed to:

public function __construct(\TYPO3\CMS\Core\Resource\Processing\LocalImageProcessor $processor) {
                if (TYPO3_DLOG)
\TYPO3\CMS\Core\Utility\GeneralUtility::devLog(__METHOD__, $this->extKey);
                parent::__construct($processor);
        }

public function process(\TYPO3\CMS\Core\Resource\Processing\TaskInterface $task) {
                if (TYPO3_DLOG)
\TYPO3\CMS\Core\Utility\GeneralUtility::devLog(__METHOD__, $this->extKey);

And now my XClasses are working. I see devlog entries.

Thank you!

cheers
Tomasz
_______________________________________________
TYPO3-english mailing list
[email protected]
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english

Reply via email to